Hi all...I have a PIX 515 with 6 interfaces.
My goal is NOT to have redundant ISPs. My initial goal is to provide a 2nd public IP address that can receive email in the event that my primary WAN link goes down.
So far, this is what I have.
interface ethernet5 auto
nameif ethernet5 outside2 security0
ip address outside2 64.xx.xx.xx 255.255.255.248
no failover ip address outside2
access-group 31 in interface outside2
access-list 31 permit tcp any host 64.xx.xx.xx eq smtp
static (inside,outside2) tcp 64.xx.xx.xx smtp 172.X.x.x smtp netmask 255.255.255.255 0 0
The static statement shouls nat my 2nd public IP to my internal mail gateway. I have the 2nd isp cable attached to the PIX and the PIX can ping the ip 64.x.x.x and its gateway...But telnetting using port 25 to the public ip address does not work.
Any ideas?