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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PIX 501 and redirection of ports

Status
Not open for further replies.

champsone

Technical User
Joined
Nov 13, 2002
Messages
1
Location
DE
Hi,
I have a PIX 501 and a DSL-Connection to my ISP with dynamic IP-Adresses.
Now I want to access a server in the inside network e.g. 192.168.100.100 port 80.

How can I NAT or PAT with dynamic ip-adresses on the outside interface? All the examples show the case with static official IP-Adresses.

Much greetings, Volker
 
Hello

This works for me

access-list outside_access_in permit tcp any any eq www

static (inside,outside) tcp interface 255.255.255.255 0 0

access-group outside_access_in in interface outside

should work...

StomII
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top