Page 1 of 1

Cannot manage the VPN Server

Posted: Mon Mar 30, 2020 5:27 am
by berokas
Hi there,

I have installed SoftEther on a ubuntu 18.04 LTS and when I try to go to the managment line I get the foloowing error message:

Connection to the server failed. Check network connection and make sure that address and port number of destination server are correct.
I have tried to use:
127.0.0.1:5555
localhost:5555
127.0.0.1:443
127.0.0.1:443
empty
empty
all did not work! I dont think that the service is started!

root@vps291807:~# sudo systemctl start vpnserver
Warning: The unit file, source configuration file or drop-ins of vpnserver.service changed on disk. Run 'sys temctl daemon-reload' to reload units.
Job for vpnserver.service failed because the control process exited with error code.
See "systemctl status vpnserver.service" and "journalctl -xe" for details.

Can anyone please help me?

Thnx!

Re: Cannot manage the VPN Server

Posted: Mon Mar 30, 2020 5:42 am
by sky59
ps -ax | grep vpn result?

Re: Cannot manage the VPN Server

Posted: Mon Mar 30, 2020 10:46 am
by berokas
Thanks for the reply!

Results ps -ax | grep vpn
11360 pts/0 S+ 0:00 grep --color=auto vpn

the word vpn was marked in red!

Re: Cannot manage the VPN Server

Posted: Tue Mar 31, 2020 5:09 am
by sky59
vpnserver is not running

try this:
go to folder where you installed it

sudo ./vpnserver start

then try ps again

Re: Cannot manage the VPN Server

Posted: Tue Mar 31, 2020 5:33 am
by berokas
Thanks again for the reply!

I have reinstalled Ubuntu server and now it works! I dont know what was the problem.