Hello, i have the same problem. Als "Using ubuntu server 16.04 and webmin 1.831 PPPd version 2.4.7"
When i go to system and bootup shudown, there is a action for pptp.
pptp-client.service Startup or shutdown PPTP connection
with:
[Unit]
Description=Startup or shutdown PPTP connection
Hello, this command /etc/webmin/pptp-client/start.pl works! how could i load this command at boot?
and maybe with a script for recalling when disconnected?
Last edit: Bart 2017-04-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had a look into this, and found a bug that can cause this command to not be run in the right way when setting up PPTP at boot time. It will be fixed in the upcoming 1.840 Webmin release though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using ubuntu server 16.04 and webmin 1.831 PPPd version 2.4.7
If you go to System -> Bootup and Shutdown, do you see an action for the PPTP server, and if so what is it called?
Hello, i have the same problem. Als "Using ubuntu server 16.04 and webmin 1.831 PPPd version 2.4.7"
When i go to system and bootup shudown, there is a action for pptp.
pptp-client.service Startup or shutdown PPTP connection
with:
[Unit]
Description=Startup or shutdown PPTP connection
[Service]
ExecStart=/etc/webmin/pptp-client/start.pl
ExecStop=/etc/webmin/pptp-client/stop.pl
[Install]
WantedBy=multi-user.target
when i launch this one, the connection is made for 2 seconds and then he disconnect.
when i connect manualy with webmin. it works fine.. but after reboot not.
Last edit: Bart 2017-04-09
If you SSH in as
rootand run/etc/webmin/pptp-client/start.pl, does it successfully start the PPTP connection?Hello, this command /etc/webmin/pptp-client/start.pl works! how could i load this command at boot?
and maybe with a script for recalling when disconnected?
Last edit: Bart 2017-04-10
I had a look into this, and found a bug that can cause this command to not be run in the right way when setting up PPTP at boot time. It will be fixed in the upcoming 1.840 Webmin release though.
tnx! do you have also a way for automatic reconnection when he lost the vpn connection? (always connect:)
That I don't know about, sorry ..