I have been trying to setup a cisco gateway router that has a Mail server behind it. The challenge has been that the static nat entries are no effective or perhaps do not work. Has anyone done this in areal life environment? testing for open ports shows that all the static NAT ports are closed .Please share
Asked
Active
Viewed 48 times
2 Answers
0
Try this:
ip nat inside source static tcp LAN_MAIL_IP_ADDRESS 25 MAIL_PUBLIC_IP_ADDRESS 25 extendable
!
interface FastEthernet0/1
description "TO INTERNET"
ip nat outside
!
interface FastEthernet0/0
description "TO LAN"
ip nat inside

Si Bennouna
- 1
- 3
0
I Actually found out that the problem was the gateway on the mail server that was still pointing to the old ISP instead of the router connecting to the new ISP.

Chico Ahmad
- 1
- 3
-
Good for you! If it's fixed you should close the question or remove it :^) – bufh Aug 06 '15 at 06:51