❓ Help How to install softether vpn client manager on ubuntu

Status
Not open for further replies.

xElectro

Eternal Poster
Hello po sino po nakakalam dito kung paano mag install ng softether client sa ubuntu 18.04(Linux) patulong naman po newbie po kase sa pag iinstall sa linux Salamat.
 
Type mo sa Putty mo ito:

nano install



Code:
#!/bin/bash

read -r -p "This will install SoftEther to your server. Are you sure you want to continue? [y/N] " response
case $response in
[yY][eE][sS]|[yY])
echo "Updating the system first..."
apt-get update
apt-get upgrade
apt-get install checkinstall build-essential
echo "Downloading last stable release: 4.20"
sleep 2
wget http://www.softether-download.com/files/softether/v4.25-9656-rtm-2018.01.15-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.25-9656-rtm-2018.01.15-linux-x64-64bit.tar.gz
tar -xzf soft*
cd vpn*
echo "Please press 1 for all the following questions."
sleep 1
make
cd ..
mv vpnserver /usr/local/
chmod 600 * /usr/local/vpnserver
chmod 700 /usr/local/vpnserver/vpncmd
chmod 700 /usr/local/vpnserver/vpnserver
echo '#!/bin/sh
# description: SoftEther VPN Server
### BEGIN INIT INFO
# Provides:          vpnserver
# Required-Start:    $local_fs $network
# Required-Stop:     $local_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: softether vpnserver
# Description:       softether vpnserver daemon
### END INIT INFO
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' > /etc/init.d/vpnserver
echo "System daemon created. Registering changes..."
sleep 2
chmod 755 /etc/init.d/vpnserver
update-rc.d vpnserver defaults
echo "SoftEther VPN Server should now start as a system service from now on. Starting SoftEther VPN service..."
../etc/init.d/vpnserver start
esac

Then eto, para mag install.

chmod 755 * && ./install
 
PM mo ako turuan kita setup may script ako dito
Sir ask ko lng po sana kung pwede akong magpaturo kung papaano gumawa ng connection sa vpn client manager on ubuntu os na install ko na po siya ang kaso lng kapag coconnect na ako sa IP address or Host Name error code 1 po pero kapag triny ko nmn po sa windows os ok nmn po sia
 
Status
Not open for further replies.

About this Thread

  • 9
    Replies
  • 2K
    Views
  • 8
    Participants
Last reply from:
jME03

Trending Topics

Online now

Members online
1,093
Guests online
930
Total visitors
2,023

Forum statistics

Threads
2,274,846
Posts
28,958,781
Members
1,233,459
Latest member
LifeAfter20
Back
Top