We have 1 dynamic for all internal traffic and 3 static routes for ports 25, 80, and 443. We are also translating the IP to a different address. However, it seems that none of these routes are being followed. The problem is that SMTP traffic is being 'tagged' w/ the serial0/0/0 address and not the translated address, which is causing problems w/ our PTR records.
Here's the current NAT setup...
ip nat inside source list 151 interface Serial0/0/0 overload
ip nat inside source static tcp xxx.xxx.x.7 25 xxx.xxx.xxx.58 25 extendable
ip nat inside source static tcp xxx.xxx.x.7 80 xxx.xxx.xxx.58 80 extendable
ip nat inside source static tcp xxx.xxx.x.7 443 xxx.xxx.xxx.58 443 extendable
It seems that everything is going out through overload and not being translated to the correct IP (which is the problem).
Thanks,
Here's the current NAT setup...
ip nat inside source list 151 interface Serial0/0/0 overload
ip nat inside source static tcp xxx.xxx.x.7 25 xxx.xxx.xxx.58 25 extendable
ip nat inside source static tcp xxx.xxx.x.7 80 xxx.xxx.xxx.58 80 extendable
ip nat inside source static tcp xxx.xxx.x.7 443 xxx.xxx.xxx.58 443 extendable
It seems that everything is going out through overload and not being translated to the correct IP (which is the problem).
Thanks,