wrote:
> Hi,
>
> I've stared at this for too long and need a fresh set of eyes to
> hopefully point me in the right direction. This router is performing
> PAT for internet access and I'm trying to enable it as an EZVPN server.
> Using the VPN client, I'm able to connect and bring up the tunnel.
> However, once I'm in, I cannot pass traffic nor ping the router LAN
> interface (on same subnet). Any thoughts?
>
I think you have to add the command "acl" under the definition of
"crypto isakmp client configuration group biotxvpn".
Smth like:
crypto isakmp client configuration group biotxvpn
key password
dns 192.168.0.11
wins 192.168.0.11
domain same.as.internal.hosts
pool dynpool
acl vpn_routes
ip access-list extended vpn_routes
permit ip 192.168.0.0 0.0.255.255 192.168.0.0 0.0.255.255
You may have to adjust vpn_routes so that it is appropriate for your
VPN permission.
DT