Link to home
Start Free TrialLog in
Avatar of ZoltanTeplan
ZoltanTeplan

asked on

Cisco 1841 VPN Configuration with Cisco VPN client

Hello, I configured the 1841 for Internet routing and Cisco client connection. See the attached configuration of the router. The router routes out from the internal network and was able to authenticate the user and the VNP client gets connected. However the VPN client cannot connect to any internal resources at all. Also need to configure it for split tunneling so that the VPN client can both access the internal resources of the LAN without getting cut off from the Internet while it is connected to the VPN tunnel.

Any help is appreciated.

thank you
1841-router-config.txt
SOLUTION
Avatar of Istvan Kalmar
Istvan Kalmar
Flag of Hungary image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ZoltanTeplan
ZoltanTeplan

ASKER

Hi, Thanks for the quick reply. Made the change as you suggested and cleared the NAT translation table but still can't ping the internal IP of the router -> 192.168.1.1. My cisco VPN client gets the 192.168.2.70 IP address so that works. I do a reload of the router in the meantime.
HI,

You never able to ping the eth leg of the leg only host behind the router!
If you want to ping the router I advise to configure lopback interface:

int loop 1
 ip add 1.1.1.1 255.255.255.255
access-list 1 permit 1.1.1.1
ip access-list extended 102
 1 deny ip host 1.1.1.1 192.168.2.0 0.0.0.25

ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The solution was partially complete.