Hello all,
I am trying to configure my C1721 router to accept incoming VPN connections via IPSEC. The VPN clients are Cisco VPN Client loaded on PC's.
I can connect to the C1721 via the PC w/ VPN client (client successfully connects, and I am assigned an IP out of my pool) however I can not ping the router's inside IP (192.168.10.1).
Can anybody point me in the right direction as to why I can't ping my router's inside (fa0) IP address?
Here is my sample configuration:
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp client configuration address-pool local dynpool
!
crypto isakmp client configuration group [group]
key [key]
dns [dns1] [dns2]
domain domain.com
pool dynpool
!
!
crypto ipsec transform-set transform-1 esp-3des esp-sha-hmac
!
crypto dynamic-map dynmap 1
set transform-set transform-1
crypto map dynmap isakmp authorization list [group]
crypto map dynmap client configuration address respond
crypto map dynmap 1 ipsec-isakmp dynamic dynmap
!
int Dialer1
crypto map dynmap
!
ip local pool dynpool 192.168.10.100 192.168.10.110
Thanks in advance for the help,
Rainman
I am trying to configure my C1721 router to accept incoming VPN connections via IPSEC. The VPN clients are Cisco VPN Client loaded on PC's.
I can connect to the C1721 via the PC w/ VPN client (client successfully connects, and I am assigned an IP out of my pool) however I can not ping the router's inside IP (192.168.10.1).
Can anybody point me in the right direction as to why I can't ping my router's inside (fa0) IP address?
Here is my sample configuration:
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp client configuration address-pool local dynpool
!
crypto isakmp client configuration group [group]
key [key]
dns [dns1] [dns2]
domain domain.com
pool dynpool
!
!
crypto ipsec transform-set transform-1 esp-3des esp-sha-hmac
!
crypto dynamic-map dynmap 1
set transform-set transform-1
crypto map dynmap isakmp authorization list [group]
crypto map dynmap client configuration address respond
crypto map dynmap 1 ipsec-isakmp dynamic dynmap
!
int Dialer1
crypto map dynmap
!
ip local pool dynpool 192.168.10.100 192.168.10.110
Thanks in advance for the help,
Rainman