<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>VPN on わからないなりに気軽にやってみよう</title>
    <link>https://cafrette.com/tags/vpn/</link>
    <description>Recent content in VPN on わからないなりに気軽にやってみよう</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en</language>
    <lastBuildDate>Thu, 23 Dec 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://cafrette.com/tags/vpn/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>(書きかけ)VPSを借りて、自分用VPNを構築してみた</title>
      <link>https://cafrette.com/article/211223_%E6%9B%B8%E3%81%8D%E3%81%8B%E3%81%91vps%E3%82%92%E5%80%9F%E3%82%8A%E3%81%A6%E8%87%AA%E5%88%86%E7%94%A8vpn%E3%82%92%E6%A7%8B%E7%AF%89%E3%81%97%E3%81%A6%E3%81%BF%E3%81%9F/</link>
      <pubDate>Thu, 23 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://cafrette.com/article/211223_%E6%9B%B8%E3%81%8D%E3%81%8B%E3%81%91vps%E3%82%92%E5%80%9F%E3%82%8A%E3%81%A6%E8%87%AA%E5%88%86%E7%94%A8vpn%E3%82%92%E6%A7%8B%E7%AF%89%E3%81%97%E3%81%A6%E3%81%BF%E3%81%9F/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;学校の回線からSteamつながらないの癪に障りますわ～(は？)ってことで立ててみます。&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;使用したvps&#34;&gt;使用したVPS&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Oracle Cloud&lt;/li&gt;
&lt;li&gt;VM.Standard.E2.1.Micro&lt;/li&gt;
&lt;li&gt;Canonical-Ubuntu-20.04-2021.12.01-0&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;softether-vpn-serverを導入&#34;&gt;SoftEther VPN Serverを導入&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;aptのあれからインスト・更新ができるらしい&lt;/li&gt;
&lt;/ul&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo apt-add-repository ppa:paskal-07/softethervpn
$ sudo apt update &amp;amp;&amp;amp; sudo apt upgrade -y
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ sudo apt install softether-vpnserver -y		 
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;鯖の起動確認&#34;&gt;鯖の起動・確認&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ systemctl status softether-vpnserver.service

# Activeじゃなかった場合、開始と恒久化を行う。
$ sudo systemctl start softether-vpnserver.service
$ sudo systemctl enable softether-vpnserver.service
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;ポート開放&#34;&gt;ポート開放&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;OCIのと、iptableから&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;&#34;&gt;OracleCloudの仮想マシン接続を行うSSHポート変更手順メモ&lt;/a&gt; 参照&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
