cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
309
Views
0
Helpful
1
Replies

VPN access LAN and internet from 2801

h.fabien_mt
Level 1
Level 1

Hello,

I have a vpn access to cisco 2801 (vpn client). I can connect to the LAN behind the router and I would like to go to the internet with the VPN, not with Split tunneling, not with the local access, with the external interface of the "vpn router".

Thanks

1 Reply 1

Edison Ortiz
Hall of Fame
Hall of Fame

ip local policy internet

access-list 140 deny ip 10.1.0.0 0.0.255.255 172.17.1.0 0.0.0.255

access-list 140 deny ip 172.17.1.0 0.0.0.255 10.1.0.0 0.0.255.255

access-list 140 permit ip 10.1.0.0 0.0.255.255 any

access-list 140 permit ip 172.17.1.16 0.0.0.7 any

route-map internet permit 10

match ip address 140

set interface Dialer1

Hope this helps.