Page 1 of 1

VPN clients cannot connect to internet

Posted: Tue Dec 14, 2021 7:23 am
by nmvpm001
I have a SoftEther server. SoftEther Client and Windows 10 built-in VPN can connect fine but the then cannot connect to the internet. They can only connect to internet if I do split tunneling on the client.

I have 1 VHub
I am using the Secure NAT function and Virtual DHCP.
Virtual Hosts NIC IP Address:192.168.30.1
SM: /24

Virtual DHCP Server Settings:
IP Range 192.168.30.10 - 250
SM: /24

Default gateway: not set
DNS Servers: 192.168.60.2 (internal DNS )

See attached image.

I have a static route that allows the VPN client to access the internal LAN 192.168.68.0/24

How do I get the VPN client to be able to access the internet through the VPN connection without split tunnel on the client setup?

Thanks for your help.

Re: VPN clients cannot connect to internet

Posted: Tue Dec 14, 2021 10:22 am
by solo
nmvpm001 wrote:
Tue Dec 14, 2021 7:23 am
How do I get the VPN client to be able to access the internet through the VPN connection without split tunnel on the client setup?
Simply set DG on VDHCP to 192.168.30.1 and then the client's VNIC will route all traffic on net metric = 1.

Re: VPN clients cannot connect to internet

Posted: Tue Dec 14, 2021 4:43 pm
by nmvpm001
Swear I tried that before but it does work now.

Thanks solo