Link to home
Start Free TrialLog in
Avatar of jumptohigh
jumptohigh

asked on

Access to Network Share through VPN

Hello Experts

Some VPN laptop clients cannot connect to a server share unless I turn off their windows (home/work) private firewall.  We use a draytek router with the smartVPN client.

 I really don't like the idea of turning off Windows Firewall.  If the firewall is off, is it possible for those on the same Wi-Fi network to access files on the client's laptop?  If so, how do I prevent this?  Is there a rule I can create that will prevent this (e.g., only permit incoming traffic from our VPN?).

Thanks,
Mike
ASKER CERTIFIED SOLUTION
Avatar of Patrick Bogers
Patrick Bogers
Flag of Netherlands 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
I've seen this situation before. What I've done to resolve it is to create a batch file on the user's home Pc that maps the drives for them.

The batch file commands would look like this:

net use \\servername\sharename1
net use \\servername\sharename2
net use \\servername\sharename3

They would run the batch file after connecting to the VPN. It worked well for me.