03-29-2012 08:56 AM - edited 03-07-2019 05:51 AM
I'm sending traffic through a VPN via tunnel interfaces that needs to get routed to the internet after it gets through the tunnel. The config of the router that is responsible for the routing of the VPN traffic after it comes out of the tunnel is attached.
Can anyone tell me why traffic from 10.41.0.0/16 destined for hosts 158.73.213.27 and 158.73.215.10 isn't getting routed out the VLAN 2 interface but all the other traffic destined for 158.73 is correctly routed to the 10.11 addresses?
03-30-2012 11:31 AM
I believe you may need to add "ip nat inside" onto the tunnel interface.
03-30-2012 08:32 PM
ip access-list extended NAT-ACL
permit ip 10.41.0.0 0.0.255.255 any
04-02-2012 08:31 AM
If I add that, the traffic will go out the wrong interface. I only want the 10.41.0.0/16 traffic going out the VLAN2 interface.
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