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

2001-07-13 Thread Leonardo Borda
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 the internal IP, It does not work. But the funny thing is it does not work only to a specific IP. Take a look at my configuration. I r

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

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

2001-07-13 Thread Ayers, Michael
Thank You, Michael Ayers Network Engineer > OneNeck IT Services (480) 539-2203 (800) 272-3077 -Original Message- From: Leonardo Borda [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 9:07 AM To: [EMAIL PROTECTED] Subject: Having problem with NAT and Sta

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-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 >