Re: Having problem with NAT and Static NAT [7:12287]

2001-07-15 Thread suaveguru
You may need to check your route-map to see if it allows 192.168.25.5 regards, suaveguru --- Leonardo Borda wrote: > Hello People: > > Actually I am using dynamic NAT to allow my > intranet users access the > internet. The problem is when a configure a static > NAT from external Ip to >

Re: Having problem with NAT and Static NAT [7:12287]

2001-07-13 Thread Leonardo Borda
Follow my actual configuration: interface Ethernet0/0 description Ethernet Connection - LAN ip address 192.168.25.2 255.255.255.0 no ip directed-broadcast ip nat inside ! ip nat pool BRASIL 200.x.y.z 200.x.y.z netmask 255.255.255.192 ip nat inside source route-map nonat pool BRASIL overload i

RE: Having problem with NAT and Static NAT [7:12287]

2001-07-13 Thread Ayers, Michael
I use nat on about 15 routers in a customer DMZ. What does your pool look like? And what does your route map look like? Here is an example of one interface Ethernet0/0 ip address 172.20.4.7 255.255.255.0 ip directed-broadcast ip nat inside no cdp enable ! interface Ethernet0/1 ip addr

Re: Having problem with NAT and Static NAT [7:12287]

2001-07-13 Thread John Tan
What does "route-map nonat" do? ip nat pool BRASIL x.x.x.x x.x.x.x netmask 255.255.255.192 ip nat inside source list 10 pool BRASIL overload ip nat inside source static 192.168.25.5 x.x.x.x The "source list 10" would refer to an access-list allowing and denying certain ips Regards, John ""Leo