I tried to use softether on my linux ubuntu < noob on linux still learning.
I can connect via vpncmd no problem
I changed /proc/sys/net/ipv4/ip_forward to 1
dhclient vpn_vpn_se
Code: Select all
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.10.1 0.0.0.0 UG 0 0 0 wlp1s0
10.211.0.0 0.0.0.0 255.255.0.0 U 0 0 0 vpn_vpn_se
192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 wlp1s0
after sudo ip route add 10.211.0.0 via 192.168.0.1 and or 10.211.1.6 via 192.168.10.1 vpn ip
and ip route del default via 192.168.10.1
Code: Select all
Destination Gateway Genmask Flags MSS Window irtt Iface
10.211.0.0 192.168.10.1 255.255.0.0 UG 0 0 0 wlp1s0
10.211.1.6 192.168.10.1 255.255.255.255 UGH 0 0 0 wlp1s0
192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 wlp1s0
