Page 1 of 1

Linux SoftEther Client will not connect after DHCP request

Posted: Tue Aug 08, 2017 2:03 am
by cmd wh0ami
I set up SoftEther Client on Linux. After NicCreate se > AccountCreate se > AccountPasswordSet se > AccountConnect se > AccountStatusGet se I am connected to the server by ipv6.

When I run cmd: sudo dhclient vpn_se

Connection is broken.

ip neigh = vpn_se Incomplete (ipv4)
ip neigh = vpn_se Fail (ipv6)

Need help please...

[SOLVED] 08.13.17

After tweaking ip routes with a init script, the missing piece to the puzzle was that I needed to configure the DNS.

$ sudo su
$ echo "nameserver 8.8.8.8" >> "/etc/resolv.conf"