Page 1 of 1

another silly question

Posted: Fri Jun 14, 2013 10:37 am
by chemical349
what is the yum install path for installing softether on centos os?

such as

yum install softethervpn?

i am trying to test the softether on a cents platform and i have only a terminal VPS.

sorry about this silly question.

thanks in advance.

Re: another silly question

Posted: Fri Jun 14, 2013 1:47 pm
by cedar
SoftEther VPN doesn't support yum yet.

Please use 'install.sh' to build binaries.
And copy the binaries to certain directory manually.

Re: another silly question

Posted: Fri Jun 14, 2013 3:23 pm
by chemical349
thanks for your quick reply.

may i ask a more detail
install.sh procedure?

i am also new in linux :(

million thanks for your help.

Re: another silly question

Posted: Fri Jun 14, 2013 4:32 pm
by cedar
Nothing special.
Simply, you should run './install.sh' in directory which you extracted archive.

Re: another silly question

Posted: Fri Jun 14, 2013 4:42 pm
by chemical349
hum....
do u mean after download, then i run ./install.sh

but how do i download if mine is only terminal mode?

will softether support cmd mode?

i also want to test it on my mac, but it is also a .install.sh file after download and extract.

i have try to run it in my terminal

./install.sh
.install.sh

and both not what it should be. (i am very new to linux, sorry)

and million thanks in advance.

Re: another silly question

Posted: Sat Jun 15, 2013 12:19 am
by cedar
Did you change current directory to directory which you extracted archive?

Re: another silly question

Posted: Sat Jun 15, 2013 1:34 am
by chemical349
Below is my pwd & my tried. thank you for answering my stupid question patiently. :)

Virchows-Mac-Pro:vpnserver virchow$ ls -a
. ReadMeFirst_Important_Notices_ja.txt
.. ReadMeFirst_License.txt
.install.sh code
Makefile hamcore.se2
ReadMeFirst_Important_Notices_en.txt lib

Virchows-Mac-Pro:vpnserver virchow$ pwd
/Volumes/RAID 1/Virchow's Documents/Downloads/vpnserver

Virchows-Mac-Pro:vpnserver virchow$ .install.sh
-bash: .install.sh: command not found
Virchows-Mac-Pro:vpnserver virchow$ ./install.sh
-bash: ./install.sh: No such file or directory
Virchows-Mac-Pro:vpnserver virchow$ ./install
-bash: ./install: No such file or directory
Virchows-Mac-Pro:vpnserver virchow$ './install.sh'
-bash: ./install.sh: No such file or directory
Virchows-Mac-Pro:vpnserver virchow$

is this correct?
i have try Virchows-Mac-Pro:vpnserver virchow$ chmod +x .install.sh
Virchows-Mac-Pro:vpnserver virchow$ sh .install.sh
--------------------------------------------------------------------

SoftEther VPN Server (Ver 1.00, Build 9091, Intel x64 / AMD64) for Mac OS X Install Utility
Copyright (c) SoftEther Project at University of Tsukuba, Japan. All Rights Reserved.

--------------------------------------------------------------------


Do you want to read the License Agreement for this software ?

1. Yes
2. No

Please choose one of above number:
After a few 'yes'
.....
Did you agree the License Agreement ?

1. Agree
2. Do Not Agree

Please choose one of above number:
1

.install.sh: line 81: make: command not found
Virchows-Mac-Pro:vpnserver virchow$

Re: another silly question

Posted: Sat Jun 15, 2013 3:13 pm
by cedar
SoftEther VPN needs some utilities to build binary.
* GNU make
* binutils
* gcc

And SoftEther VPN needs also some library.
* glibc
* zlib
* openssl
* readline
* ncurses

Please see installation manual.

http://www.softether.org/4-docs/1-manua ... igurations

Re: another silly question

Posted: Sat Jun 15, 2013 5:13 pm
by chemical349
tks, i will try later. :)

install softether on centos question

Posted: Fri Jun 21, 2013 10:20 am
by chemical349
i have did the following on a centos 5.8:

yum install make
yum install binutils
yum install gcc

curl -o /root/softether-vpnserver-v1.00-9091-rc3-2013.05.19-linux-x64-64bit.tar.gz http://www.softether-download.com/files ... bit.tar.gz

rpm -qa | grep -i ^glib
yum update glibc-*

yum update zlib-*
yum update openssl
yum update deadline
yum update ncurses

tar xzvf softether-vpnserver-v1.00-9091-rc3-2013.05.19-linux-x64-64bit.tar.gz

but i only see the following files
[root@localhost vpnserver]# ls -a
. Makefile ReadMeFirst_License.txt lib
.. ReadMeFirst_Important_Notices_en.txt code
.install.sh ReadMeFirst_Important_Notices_ja.txt hamcore.se2

i do not see the after, as written in the installation manuel.

[root@machine root]# tar xzvf vpnserver-5070-rtm-linux-x86.tar.gz

these are the missing files:
vpnserver/
vpnserver/vpnserver.a
vpnserver/vpncmd.a
vpnserver/libcrypto.a
vpnserver/Makefile
vpnserver/libssl.a

was that some steps i have missed?
i am sorry to ask this silly question here. i am very new to linux.

Re: another silly question

Posted: Tue Jun 25, 2013 3:30 am
by chemical349
seems like i have successfully install now ,but when i executate the ./vpncmd, and get the following error.

am i doing something wrong?


By using vpncmd program, the following can be achieved.

1. Management of VPN Server or VPN Bridge
2. Management of VPN Client
3. Use of VPN Tools (certificate creation and Network Traffic Speed Test Tool)

Select 1, 2 or 3: 1

Specify the host name or IP address of the computer that the destination VPN Server or VPN Bridge is operating on.
By specifying according to the format 'host name:port number', you can also specify the port number.
(When the port number is unspecified, 443 is used.)
If nothing is input and the Enter key is pressed, the connection will be made to the port number 8888 of localhost (this computer).
Hostname of IP Address of Destination:

If connecting to the server by Virtual Hub Admin Mode, please input the Virtual Hub name.
If connecting by server admin mode, please press Enter without inputting anything.
Specify Virtual Hub Name:
Error occurred. (Error code: 1)
Connection to the server failed. Check network connection and make sure that address and port number of destination sever are correct.
[root@localhost vpnserver]#

Re: another silly question

Posted: Wed Jun 26, 2013 2:27 am
by chemical349
any expert can help me??

Re: another silly question

Posted: Thu Jun 27, 2013 3:14 am
by chemical349
i really love this piece of tool in window version, whomever writing it deserve a big thumbs. anyone willing to shred some light to me on how to fix this error 1 in linux, will be highly appreciated.

thanks in advance.
>
> am i doing something wrong?
>
>
> By using vpncmd program, the following can be achieved.
>
> 1. Management of VPN Server or VPN Bridge
> 2. Management of VPN Client
> 3. Use of VPN Tools (certificate creation and Network Traffic Speed Test
> Tool)
>
> Select 1, 2 or 3: 1
>
> Specify the host name or IP address of the computer that the destination
> VPN Server or VPN Bridge is operating on.
> By specifying according to the format 'host name:port number', you can also
> specify the port number.
> (When the port number is unspecified, 443 is used.)
> If nothing is input and the Enter key is pressed, the connection will be
> made to the port number 8888 of localhost (this computer).
> Hostname of IP Address of Destination:
>
> If connecting to the server by Virtual Hub Admin Mode, please input the
> Virtual Hub name.
> If connecting by server admin mode, please press Enter without inputting
> anything.
> Specify Virtual Hub Name:
> Error occurred. (Error code: 1)
> Connection to the server failed. Check network connection and make sure
> that address and port number of destination sever are correct.
> [root@localhost vpnserver]#

Re: another silly question

Posted: Fri Jun 28, 2013 12:37 am
by cedar
Is the vpnserver running on the host?