11-26-2005 10:06 AM - edited 03-03-2019 12:56 AM
Hi,
I am facing a problem in static nat. I am having a 1760 router with 12.3(6) version of ios. i have configured a static nat using the command
Ip nat inside source static x.x.x b.b.b.b
All of a sudden the nat was not happening. i have enabled the debug ip nat detailed command. and found out that the ip is getting natted.But i was not able to see any return traffic coming to the natted ip.
But if i use a PAT (e.g) ip nat inside source list 1 serial0/0 overload command nat is working fine without any problem.
If i use a nat pool also it is not working. Only overload option is working.
What could be the reason for this behavior. How do we solve this.
Krishna.
11-26-2005 11:38 AM
Hello,
what addresses are you using as static and in your pool ? Can you post the config of your router, as well as the addresses you are using during static and pool address translation ?
Regards,
GP
11-26-2005 11:23 PM
HI,
I am using a public address in my nat pool.
i am using two nat statement.
ip nat inside source static 192.168.10.15 x.x.x.y
ip nat inside source static 192.168.10.20 x.x.x.z
where x.x.x.y and x.x.x.z is the public address
int fa0/0
ip address 192.168.10.1 255.255.255.0
ip nat inside
int fa0/1
description **** connected to isp ******
ip address x.x.x.u 255.255.255.248
ip nat ouside
Regards
Krishna.
11-27-2005 12:04 AM
Hello Krishna,
your config looks ok. Did the static and pool NAT actually ever work ? I wonder if the problem might be with your ISP. There is a previous post from a few days ago, where somebody had almost exactly the same problem as you. Eventually, it turned out that the ISP was not properly routing the assigned public IP address space. Can you check that with your provider ?
Regards,
GP
11-27-2005 09:37 PM
Hi GP,
We had checked with the ISP. they are sayig that no problem in there side. anyway i will have a word with them once again.
We thought of creating a loopback interface for those two public and configuring it for nat.
regards
Krishna.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide