Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Verification

Status
Not open for further replies.

Laylobrown

Technical User
Mar 7, 2007
63
US
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.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top