Laylobrown
Technical User
I have a pix 501 with one public ip address and a few servers behind it.
one server is being accessed via rdp and the second needs to be accessed on port 21000 udp
static (inside,outside) tcp 70.43.148.82 3389 citrix 3389 netmask 255.255.255.255 0 0
static (inside,outside) udp 70.43.148.82 2100 GPS_SERVER 2100 netmask 255.255.255.255 0 0
access-list outside_access_in permit tcp any host 70.43.148.82 eq 3389
access-list outside_access_in permit udp any host 70.43.148.82 eq 21000
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 70.43.148.82 3389 citrix 3389 netmask 255.255.255.25
5 0 0
static (inside,outside) udp 70.43.148.82 21000 GPS_SERVER 21000 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
for some reason everything is working well as far as accessing with rdp but the other application is not working correctly. but the port the requested should be accessible.
one server is being accessed via rdp and the second needs to be accessed on port 21000 udp
static (inside,outside) tcp 70.43.148.82 3389 citrix 3389 netmask 255.255.255.255 0 0
static (inside,outside) udp 70.43.148.82 2100 GPS_SERVER 2100 netmask 255.255.255.255 0 0
access-list outside_access_in permit tcp any host 70.43.148.82 eq 3389
access-list outside_access_in permit udp any host 70.43.148.82 eq 21000
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 70.43.148.82 3389 citrix 3389 netmask 255.255.255.25
5 0 0
static (inside,outside) udp 70.43.148.82 21000 GPS_SERVER 21000 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
for some reason everything is working well as far as accessing with rdp but the other application is not working correctly. but the port the requested should be accessible.