12-19-2006 07:42 AM - edited 03-03-2019 03:05 PM
Hi
I am trying to setup two 877 routers so that they talk to each other over GRE/IPSEC . However I need to be able to set my ATM0.1 (Dialer0) to static rather that assigned so that I can then setup the tunnel. However whenever I try to add the Public IP address in of 85.x.x.180 255.255.255.255 I get a bad mask /32 error.
After looking around I found an article that said set Dialer0 to unumbered and point to a Loopback address which is set to 85.x.x.180. I can do this but then Nat does not work. Could someone please help
Here is a copy of the config
12-19-2006 07:47 AM
did you got 85.x.x.180 public IP from ISP?
generally it should be /30 mask and not /32, you can ask your ISP as what is the subnet mask for this public IP.
you can also try to config subnet mask as 255.255.255.252 instead of 255.255.255.255 and see if it works for you.
hope to help ... rate if it does ...
12-19-2006 10:45 AM
Use the loopback interface instead of the dialer interface as follow:
ip nat inside source list 3 interface lo0 overload
It should solve the issue.
Hope this helps,
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