Page 1 of 1

How to not assign remote gateway to softether client?

Posted: Sat Nov 08, 2014 1:24 pm
by infd
When i connect to server with softether client then all trafic (internet traffic too) goes through remote gateway. How to disable this? I need that only local traffic goes through vpn.
Server has strong firewall which not pass any other vpn type other than softether vpn.

Re: How to not assign remote gateway to softether client?

Posted: Wed Nov 12, 2014 11:08 am
by infd
content of 'netstat -rn' on windows client:
1) before connection started
[attachment=1]1.PNG[/attachment]
default gateway = 10.0.2.2
2) after connection started
[attachment=0]2.PNG[/attachment]
default gateway = 192.168.50.100 (its gateway from dhcp server in remote subnet)

Option "not adjustments of routing table" in client not affect to this issue.

Re: How to not assign remote gateway to softether client?

Posted: Tue Nov 25, 2014 6:40 am
by thisjun
Please increase the interface metric value of the virtual NIC.

Re: How to not assign remote gateway to softether client?

Posted: Sat Nov 29, 2014 6:47 am
by infd
Thanks, this works.