Hi all,
I have a pc (PC1) with two LAN cards; the first card is connected to intranet 192.168.1.0 where Internet is reached as well as, meanwhile the second card is connected with CROSS cable to another pc (PC2) using subnetwork 192.168.0.0.
Ping and folder sharing work fine between PC1 and PC2.
This is route print:
(https://i.ibb.co/0Mr0Ds1/noVPN.jpg) (https://ibb.co/0Mr0Ds1)
Afterwards I created VPN with cisco anyconnect using first network card of PC1 and ping and folder sharing doesn't work anymore.
In this scenario route print is:
(https://i.ibb.co/8NKn1VT/VPN.jpg) (https://ibb.co/8NKn1VT)
I tried to add following route:
route ADD 192.168.0.0 mask 255.255.255.0 192.168.0.1 IF 12
and delete route:
route DELETE 0.0.0.0 mask 0.0.0.0 10.2.3.1
without success.
Any suggestion?
thank in advanced
gio
My question is if the anyconnect is blocking the file/print access with the VPN active as a security measure, so that the PC1 doesn't route PC2 traffic into the VPN environment.
Does the VPN settings allow for split tunneling? That is commonly disabled, but would be required for this to work.
-Otanx
I'm also wondering if the "allow local lan access" is required.
Quote from: Dieselboy on March 30, 2020, 11:53:42 PM
I'm also wondering if the "allow local lan access" is required.
aka Split tunnelling
Quote from: ristau5741 on March 31, 2020, 02:24:43 PM
Quote from: Dieselboy on March 30, 2020, 11:53:42 PM
I'm also wondering if the "allow local lan access" is required.
aka Split tunnelling
Yes sort of, but even if you have split tunneling set up (where split tunneling means that the default gateway is still the local machines local lan, and not the remote tunnel endpoint); you can prevent/enable access to the local LAN with that option.