Hi, I have the following:
A router with:
-Interface A facing Internet where I have a VPN site to site configured
-Interface B facing a customer with private IP address
-Interface C facing my LAN
The traffic coming from A (the network coming from VPN tunnel) and C going to B, must be NAT. Thats means that A and C has the "nat inside" statement.
Now I need that traffic from my LAN access to Internet. Thats means that I have to set "nat outside" on interface A. And here is where I have the problem. Interface A already has the "nat inside" statement to allow the traffic coming from the VPN tunnel access to the customer network (interface B).
What can I do to solve this?
Thanks!