SoftEther Linux client/server start on boot

by on under networking
1 minute read

How to start SoftEther Linux client/server on boot

Based on a Debian crontab.

The SoftEther client requires a manual DHCP client call after starting to get an IP.

@reboot /home/peter/vpnclient/vpnclient start

@reboot sleep 10; /sbin/dhclient vpn_vpn

@reboot sleep 20; /home/peter/vpnserver/vpnserver start
comments powered by Disqus