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