Installation guide for linux client
-
- Posts: 4
- Joined: Tue Sep 04, 2018 9:28 pm
Installation guide for linux client
I have been trying to find a guide on how to install the softether vpn client on linux. Could someone point me where to find it? Is there anyone who could post a guide on how to install it on linux? Any help is greatly appreciated. Thank you.
-
- Posts: 184
- Joined: Sun Jul 19, 2015 4:23 pm
Re: Installation guide for linux client
There is an install script in the download file, did you run that?
-
- Posts: 4
- Joined: Tue Sep 04, 2018 9:28 pm
Re: Installation guide for linux client
You mean I don't have to run the "make" or compile? I just have to run the install script? I will try that, Thank you.
-
- Posts: 184
- Joined: Sun Jul 19, 2015 4:23 pm
-
- Posts: 4
- Joined: Tue Sep 04, 2018 9:28 pm
Re: Installation guide for linux client
Everything went fine. It is now connected to the server. However one question, how do we know the hostname of the client connected in the server, or what is the ip address assign by the server to the client? Is there a list of clients in the server that we can see it? I check the virtual card created in the linux client by using ifconfig, but there is no ip address assigned in the virtual nic. Below are the info that ifconfig showed:
vpn_vpn Link encap:Ethernet HWaddr 5E:38:71:3E:EC:39
inet6 addr: fe80::5c38:71ff:fe3e:ec39/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:333137 errors:0 dropped:0 overruns:0 frame:0
TX packets:43147 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:65682923 (62.6 MiB) TX bytes:3572538 (3.4 MiB)
Below the connection status:
VPN Client>AccountList
AccountList command - Get List of VPN Connection Settings
Item |Value
----------------------------+-----------------------------------------------
VPN Connection Setting Name |evovpn
Status |Connected
VPN Server Hostname |192.168.200.212:5555 (Direct TCP/IP Connection)
Virtual Hub |evo_vpn
Virtual Network Adapter Name|VPN
The command completed successfully.
** I have to move this discussion on this tread: viewtopic.php?f=7&t=3226
vpn_vpn Link encap:Ethernet HWaddr 5E:38:71:3E:EC:39
inet6 addr: fe80::5c38:71ff:fe3e:ec39/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:333137 errors:0 dropped:0 overruns:0 frame:0
TX packets:43147 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:65682923 (62.6 MiB) TX bytes:3572538 (3.4 MiB)
Below the connection status:
VPN Client>AccountList
AccountList command - Get List of VPN Connection Settings
Item |Value
----------------------------+-----------------------------------------------
VPN Connection Setting Name |evovpn
Status |Connected
VPN Server Hostname |192.168.200.212:5555 (Direct TCP/IP Connection)
Virtual Hub |evo_vpn
Virtual Network Adapter Name|VPN
The command completed successfully.
** I have to move this discussion on this tread: viewtopic.php?f=7&t=3226
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am
Re: Installation guide for linux client
You can know the hostname of the client in the server log.
IP address should be assigned by traditional way (static or DHCP).
IP address should be assigned by traditional way (static or DHCP).
-
- Posts: 125
- Joined: Sun Jul 16, 2017 6:58 pm
Re: Installation guide for linux client
Where is the install script? All I see is a Makefile
Code: Select all
whoami@ubuntu:~$ tar xzvf softether-vpnclient*
vpnclient/
vpnclient/Makefile
vpnclient/.install.sh
vpnclient/ReadMeFirst_License.txt
vpnclient/Authors.txt
vpnclient/ReadMeFirst_Important_Notices_ja.txt
vpnclient/ReadMeFirst_Important_Notices_en.txt
vpnclient/ReadMeFirst_Important_Notices_cn.txt
vpnclient/code/
vpnclient/code/vpnclient.a
vpnclient/code/vpncmd.a
vpnclient/lib/
vpnclient/lib/libcharset.a
vpnclient/lib/libcrypto.a
vpnclient/lib/libedit.a
vpnclient/lib/libiconv.a
vpnclient/lib/libintelaes.a
vpnclient/lib/libncurses.a
vpnclient/lib/libssl.a
vpnclient/lib/libz.a
vpnclient/lib/License.txt
vpnclient/hamcore.se2
whoami@ubuntu:~$ cd vpnclient
whoami@ubuntu:~/vpnclient$ ls
Authors.txt hamcore.se2 Makefile ReadMeFirst_Important_Notices_en.txt ReadMeFirst_License.txt
code lib ReadMeFirst_Important_Notices_cn.txt ReadMeFirst_Important_Notices_ja.txt
whoami@ubuntu:~/vpnclient$
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am
Re: Installation guide for linux client
It seems there is "vpnclient/.install.sh".