I have a 891W as a home router with NAT configured on Dialer0, which is receiving a publicly routable IP address:
interface Dialer0
mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
...
Many thanks to everyone who provided input. As @Richard Burts suggested, I needed some NAT rules to exempt VPN traffic, however, those rules were necessary for to the traffic inside the tunnel (internal IPs), not the encapsulating traffic. In other w...
No sure if you finally managed to fix this? I just ran into this same problem, I tried many different combinations, but I just can't get this to work...
Thanks for the reply. The access list contains two internal networks:
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
access-list 100 permit ip 192.168.127.0 0.0.0.255 any
But I thought that using that access list in an "ip nat inside source" dir...