I am trying to connect to a remote IP (1.2.3.4 in this case) via port 3500 and am having issues. I used the following command on the ASA:
permit tcp object-group Internal_Networks 1.2.3.4 255.255.255.224 eq 3500
I test the connection by using telnet 1.2.3.4 3500
The connection does not establish.
Here are the logs:
6|Sep 12 2007|16:05:33|305011|192.168.0.201|MYFIREWALL|Built dynamic TCP translation from inside:192.168.0.201/3252 to outside(inside_pnat_outbound):MYFIREWALL/35076
6|Sep 12 2007|16:05:33|302013|1.2.3.4|192.168.0.201|Built outbound TCP connection 7895222 for outside:1.2.3.4/3500 (1.2.3.4/3500) to inside:192.168.0.201/3252 (MYFIREWALL/35076)
6|Sep 12 2007|16:05:35|302014|1.2.3.4|192.168.0.201|Teardown TCP connection 7895066 for outside:1.2.3.4/3500 to inside:192.168.0.201/3249 duration 0:00:30 bytes 0 SYN Timeout
I've verified that the remote sie is allowing incoming connections on port 3500.
Any ideas?
permit tcp object-group Internal_Networks 1.2.3.4 255.255.255.224 eq 3500
I test the connection by using telnet 1.2.3.4 3500
The connection does not establish.
Here are the logs:
6|Sep 12 2007|16:05:33|305011|192.168.0.201|MYFIREWALL|Built dynamic TCP translation from inside:192.168.0.201/3252 to outside(inside_pnat_outbound):MYFIREWALL/35076
6|Sep 12 2007|16:05:33|302013|1.2.3.4|192.168.0.201|Built outbound TCP connection 7895222 for outside:1.2.3.4/3500 (1.2.3.4/3500) to inside:192.168.0.201/3252 (MYFIREWALL/35076)
6|Sep 12 2007|16:05:35|302014|1.2.3.4|192.168.0.201|Teardown TCP connection 7895066 for outside:1.2.3.4/3500 to inside:192.168.0.201/3249 duration 0:00:30 bytes 0 SYN Timeout
I've verified that the remote sie is allowing incoming connections on port 3500.
Any ideas?