View Single Post
  #2 (permalink)  
Old 2007-02-21
MarioL MarioL is offline
Senior Member
 
Join Date: 2007-01-18
Location: London
Posts: 375
Rep Power: 2
MarioL has an average reputation (10+)
Default Re: NAT Ceased Working

Any chance someone ticked the "Disable NAT inside the VPN community"? Not sure this exists for R55, but...

Also if you want to use proxy arp, you don't need virtual interfaces, you can just add a route to that network and point it to an IP of the subnet being translated, to make sure the packets are routed to the right interface.

So if your servers are in the 192.168.1.0/24 and you are "NATing" with 1.1.1.0/24 , you could just do:

route add 1.1.1.0 nm 255.255.255.0 192.168.1.1

Maybe your client changed something on their side?
Reply With Quote