Linux : Compile SoftEther Hub
http://www.softether.com/jp/
下載 SoftEther for Linux "se_101_linux.zip"
確定有 libpthread.a libssl.a libcrypto.a 三個 Library
# gcc se_hub.a -lpthread -lssl -lcrypto -o se_hub
啟動 SoftEther Hub
# ./se_hub &
LOG: =============================================================
LOG: SoftEther Virtual HUB Service Version 1.00 for UNIX System
LOG: Copyright (c) 1997-2004 Daiyuu Nobori, All Rights Reserved.
LOG: SoftEther Started.
LOG: TCP/IP inited.
LOG: Service Process Begin.
LOG: SSL Library Inited.
LOG: Protocol [Direct TCP/IP Connection] Init Succeed. Protocol ID: 0
LOG: Protocol [Proxy Connection] Init Succeed. Protocol ID: 1
設定 SoftEther Hub
# telnet localhost 8023
Welcome to SoftEther Virtual HUB Administration Console.
[MAIN MENU]
0 - Status
1 - User Administration
2 - Session Administration
3 - Protocol Administration
4 - Set Password
5 - Log Administration
9 - Logout (Disconnect)
Menu ID :
下載 SoftEther for Linux "se_101_linux.zip"
確定有 libpthread.a libssl.a libcrypto.a 三個 Library
# gcc se_hub.a -lpthread -lssl -lcrypto -o se_hub
啟動 SoftEther Hub
# ./se_hub &
LOG: =============================================================
LOG: SoftEther Virtual HUB Service Version 1.00 for UNIX System
LOG: Copyright (c) 1997-2004 Daiyuu Nobori, All Rights Reserved.
LOG: SoftEther Started.
LOG: TCP/IP inited.
LOG: Service Process Begin.
LOG: SSL Library Inited.
LOG: Protocol [Direct TCP/IP Connection] Init Succeed. Protocol ID: 0
LOG: Protocol [Proxy Connection] Init Succeed. Protocol ID: 1
設定 SoftEther Hub
# telnet localhost 8023
Welcome to SoftEther Virtual HUB Administration Console.
[MAIN MENU]
0 - Status
1 - User Administration
2 - Session Administration
3 - Protocol Administration
4 - Set Password
5 - Log Administration
9 - Logout (Disconnect)
Menu ID :

0 Comments:
張貼留言
<< Home