My router is configured successfully to use the VPN client, the only problem it is attempting to hit the NAT entries... Here's a sample ping:
ping 192.168.1.17
Pinging 192.168.1.17 with 32 bytes of data:
Reply from XX.XX.201.99: bytes=32 time=41ms TTL=127
Reply from XX.XX.201.99: bytes=32 time=41ms TTL=127
Reply from XX.XX.201.99: bytes=32 time=39ms TTL=127
Reply from XX.XX.201.99: bytes=32 time=42ms TTL=127
Note when VPN in I ping the internal adress and the router address never fowards the request as it intercepts the traffic and never sends it through. Non NATed internal addresses work fine...
Here's a bit of the config that may be relevant:
crypto isakmp client configuration group VPNGROUP
key XXXXXXXXXX
dns 192.168.1.2
domain mycompany.com
pool vpn1
acl 106
split-dns mycompany.com
...
ip nat inside source route-map nonat interface FastEthernet0 overload
ip nat inside source static 192.168.1.17 XX.XX.201.99
Any ideas or more data needed? There are course acls for all the different sub nets to talk internally.
Any help is greatly appreciated as this worked initally, but then over time (I'm sure as routes updated or something) it just stopped working.
Pete
ping 192.168.1.17
Pinging 192.168.1.17 with 32 bytes of data:
Reply from XX.XX.201.99: bytes=32 time=41ms TTL=127
Reply from XX.XX.201.99: bytes=32 time=41ms TTL=127
Reply from XX.XX.201.99: bytes=32 time=39ms TTL=127
Reply from XX.XX.201.99: bytes=32 time=42ms TTL=127
Note when VPN in I ping the internal adress and the router address never fowards the request as it intercepts the traffic and never sends it through. Non NATed internal addresses work fine...
Here's a bit of the config that may be relevant:
crypto isakmp client configuration group VPNGROUP
key XXXXXXXXXX
dns 192.168.1.2
domain mycompany.com
pool vpn1
acl 106
split-dns mycompany.com
...
ip nat inside source route-map nonat interface FastEthernet0 overload
ip nat inside source static 192.168.1.17 XX.XX.201.99
Any ideas or more data needed? There are course acls for all the different sub nets to talk internally.
Any help is greatly appreciated as this worked initally, but then over time (I'm sure as routes updated or something) it just stopped working.
Pete