Hello all. Can you do a translation to the inside, for lets say www and
smtp and pop3 using the 1 nat'ed IP that everyone uses to get on the
internet? This is on a PIX 515e.
If I have confused you thouroughly, maybe this sample config will help you
see what I am needing to know. Public IP's have been changed to protect the
innocent.
ip address outside 123.123.123.2 255.255.255.0
ip address inside 192.168.1.1 255.255.255.0
global (outside) 1 interface
nat (inside) 1 192.168.1.0 255.255.255.0 0 0
static (inside,outside) 123.123.123.2 192.168.1.5 netmask 255.255.255.255 0
0
static (inside,outside) 123.123.123.2 192.168.1.5 netmask 255.255.255.255 0
0
static (inside,outside) 123.123.123.2 192.168.1.5 netmask 255.255.255.255 0
0
access-list outside_access_in permit tcp any host 123.123.123.2 eq smtp
access-list outside_access_in permit tcp any host 123.123.123.2 eq pop3
access-list outside_access_in permit tcp any host 123.123.123.2 eq www
Can this be done?
Many thanks!
|