I am able to create an access-list to access a server on the inside interface of my pix while using a static IP address. However, I am also configuring a PIX with DHCP client enabled on the outside interface (the PIX get an address from modem).
How do I translate from a outside DHCP address to the internal address?
Currently I am using this access-list and static statement for my static site:
(10.0.0.2 is the internal server address)
static (inside,outside) tcp interface smtp 10.0.0.2 smtp netmask 255.255.255.255
(xxx.xxx.xxx.xxx is the static address of the outside int)
access-list outside_access_in permit tcp any host xxx.xxx.xxx.xxx eq smtp
access-group outside_access_in in interface outside
Any help would be appreciated.
Thanks in advance.
Glenn Belyea
belyache@yahoo.com
How do I translate from a outside DHCP address to the internal address?
Currently I am using this access-list and static statement for my static site:
(10.0.0.2 is the internal server address)
static (inside,outside) tcp interface smtp 10.0.0.2 smtp netmask 255.255.255.255
(xxx.xxx.xxx.xxx is the static address of the outside int)
access-list outside_access_in permit tcp any host xxx.xxx.xxx.xxx eq smtp
access-group outside_access_in in interface outside
Any help would be appreciated.
Thanks in advance.
Glenn Belyea
belyache@yahoo.com