What's new

VPN Se

Status
Not open for further replies.

JaCall

Forum Veteran
Joined
Jan 25, 2017
Posts
2,001
Reaction
1,195
Points
657
################################################################################################
sudo apt-get update && sudo apt-get upgrade
wget You do not have permission to view the full content of this post. Log in or register now.
sudo tar xvzf softether-vpnserver-v4.27-9668-beta-2018.05.29-linux-x64-64bit.tar.gz
sudo apt-get install build-essential -y
cd vpnserver && sudo make
############Press 1, 3 Times###################
cd ..
sudo mv vpnserver /usr/local
cd /usr/local/vpnserver
sudo chmod 600 *
sudo chmod 700 vpnserver
sudo chmod 700 vpncmd
sudo vi /etc/init.d/vpnserver

###############COPY BELOW######################
#!/bin/sh
# chkconfig: 2345 99 01
# description: SoftEther VPN Server
DAEMON=/usr/local/vpnserver/vpnserver
LOCK=/var/lock/subsys/vpnserver
test -x $DAEMON || exit 0
case "$1" in
start)
$DAEMON start
touch $LOCK
;;
stop)
$DAEMON stop
rm $LOCK
;;
restart)
$DAEMON stop
sleep 3
$DAEMON start
;;
*)
echo "Usage: $0 {start|stop|restart}"
exit 1
esac
exit 0
###############COPY ABOVE####################
press "esc" type ":wq" then enter

sudo chmod 755 /etc/init.d/vpnserver
sudo /etc/init.d/vpnserver start
sudo update-rc.d vpnserver defaults

################################################################################################
####Now go to SoftEther Server Manager App on your Windows7-8-10 then login your credentials####
######################################IP: 1.1.2.3###############################################
######################################Add password##############################################
####################################Confirm password############################################
################################Now Follow the Video!###########################################
################################################################################################

no comment ako haha


You do not have permission to view the full content of this post. Log in or register now.

You do not have permission to view the full content of this post. Log in or register now.
 
nag paturo waley nag pm snob nag comment wlang reply nanghingi wla
ganyan ba tlga kayo mga boss ?
 
Status
Not open for further replies.

Similar threads

Back
Top