SoftEther VPNは、現在筑波大学より配布されている UT-VPN の後継プロジェクトである
「SoftEthr Project」から公開されるフリーウェアです。
PacketiX VPN から SoftEther VPN への移行方法をメモしてます。
最新版はhttp://www.softether.org/からダウンロード
# cd /usr/local/src # wget http://www.softether-download.com/files/softether/v1.00-9026-rc2-2013.03.10-tree/Linux/SoftEther%20VPN%20Server/32bit%20-%20Intel%20x86/softether-vpnserver-v1.00-9026-rc2-2013.03.10-linux-x86-32bit.tar.gz # tar zxvf softether-vpnserver-v1.00-9026-rc2-2013.03.10-linux-x86-32bit.tar.gz # cd vpnserver # make Do you want to read the License Agreement for this software ? 1. Yes 2. No Please choose one of above number: 1 Did you read and understand the License Agreement ? (If you couldn't read above text, Please read 'ReadMeFirst_License.txt' file with any text editor.) 1. Yes 2. No Please choose one of above number: 1 Did you agree the License Agreement ? 1. Agree 2. Do Not Agree Please choose one of above number: 1
# /etc/init.d/vpnserver stop
元のPacketiXフォルダを移動
# mv /usr/local/vpnserver /usr/local/vpnserver.PacketiX_bak
元PacketiXフォルダがあった場所にコンパイルしたSoftEther VPNのフォルダを移動する。
# mv /usr/local/src/vpnserver /usr/local/vpnserver
元のPacktiXのフォルダから、設定ファイルをコピー
# cp /usr/local/vpnserver.PacketiX_bak/vpn_server.config /usr/local/vpnserver/
# /etc/init.d/vpnserver start
後は PacketiX VPNサーバ管理 / PacketiX VPNクライアント 両方で正常に接続できるか確認を行う。
# /etc/init.d/vpnserver stop
# mv /usr/local/vpnserver /usr/local/vpnserver.SoftEther_bak # mv /usr/local/vpnserver.PacketiX_bak /usr/local/vpnserver
# /etc/init.d/vpnserver start