- 学校の回線からSteamつながらないの癪に障りますわ~(は?)ってことで立ててみます。
使用したVPS
- Oracle Cloud
- VM.Standard.E2.1.Micro
- Canonical-Ubuntu-20.04-2021.12.01-0
SoftEther VPN Serverを導入
- aptのあれからインスト・更新ができるらしい
$ sudo apt-add-repository ppa:paskal-07/softethervpn
$ sudo apt update && sudo apt upgrade -y
$ sudo apt install softether-vpnserver -y
鯖の起動・確認
$ systemctl status softether-vpnserver.service
# Activeじゃなかった場合、開始と恒久化を行う。
$ sudo systemctl start softether-vpnserver.service
$ sudo systemctl enable softether-vpnserver.service
ポート開放
- OCIのと、iptableから
- OracleCloudの仮想マシン接続を行うSSHポート変更手順メモ 参照