05-08-2002 07:21 PM - edited 02-20-2020 10:03 PM
the outside ip address of my PIX is dynamicly assigned from my provider DHCP server.
is there a way to define and inbound acl to allow inbound traffic to go thru with port redirection.
my problem is that if my outside dynamic address change from 64.1.1.3 to something else, i am screwed !!!
access-list acl_out permit tcp any host 64.1.1.3 eq 8080
access-group acl_out in interface outside
static (inside,outside) tcp interface 8080 192.168.100.5 www netmask 255.255.255.255 0 0
05-15-2002 01:33 PM
I dont see a way to do it right now but if the ACL could act like an extended ACL and take hostnames, you could use DNS. Perhaps this would be a good idea for you to suggest to Cisco.
05-27-2002 05:15 AM
This works.
access-list 102 permit tcp any any eq www
access-group 102 in interface outside
static (inside,outside) tcp interface www 192.168.254.218 www netmask 255.255.255.255 0 0
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide