Question
February 5, 2008 at 08:34 AM
gmat79

Static NAT trouble shooting

by gmat79 . Updated 18 years, 6 months ago

Hi This is Murali

From india

I have configured NAT in Router for my office network.Its is working fine…Now i am trying to configure static NAT for my office mail server to access any from outside network.After finish the config i am able to ping the (Mapped)public ip from outside in static NAT.

But once i have checked show access-list i am not getting any hit count in ACL…

Here i am pasting the configuration below…I need any one’s help this.

access-list 101 permit ip 192.168.200.0 0.0.0.255 any
access-list 101 permit tcp any host <12.1.2.3> eq smtp
access-list 101 permit tcp any host <12.1.2.3> eq www

ip nat inside source list 101 interface FastEthernet0/1 overload
ip nat inside source static tcp 192.168.200.2 25 <12.1.2.3> 25 extendable
ip nat inside source static tcp 192.168.200.2 80 <12.1.2.3> 80 extendable

ip access-group 101 in

Extended IP access list 101
10 permit ip 192.168.200.0 0.0.0.255 any (147 matches)
20 permit tcp any host <12.1.2.3> eq smtp
30 permit tcp any host <12.1.2.3> eq www

This discussion is locked

All Comments