[c-nsp] Doubt Cisco NAT

Everton Diniz notrevebr at gmail.com
Mon Aug 28 10:32:48 EDT 2006


I want to do a NAT where a host on the internet access the server on my
network.

interface FastEthernet0/0
 ip address 200.162.xx.xx 255.255.255.252
 ip nat outside
 no ip mroute-cache
 duplex auto
 speed auto
 no cdp enable

interface FastEthernet0/1
 ip address 10.90.4.5 255.255.255.252
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip nat inside
 no ip mroute-cache
 duplex auto
 speed auto
 no cdp enable

ip nat inside source static 10.90.3.2 200.162.xx.xy
ip route 10.90.3.0 255.255.255.224 10.90.4.6

The syntax for the NAT config is correct??
ip nat inside source static <IP Inside network> <IP that users outside know>

I see this logs.
Aug 28 14:29:53: NAT: o: tcp (200.162.xx.zz, 60402) -> (200.162.xx.xy, 80)
[1929]
Aug 28 14:29:53: NAT: s=200.162.xx.zz, d=200.162.xx.xy->10.90.3.2 [1929]

Tks,

-Everton


More information about the cisco-nsp mailing list