<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pptp on the bin</title><link>https://thebin.net/tags/pptp/</link><description>Recent content in Pptp on the bin</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 15 Sep 2015 00:00:00 +0000</lastBuildDate><atom:link href="https://thebin.net/tags/pptp/index.xml" rel="self" type="application/rss+xml"/><item><title>Fedora 20: Use PPTP VPN</title><link>https://thebin.net/2015/09/fedora-20-use-pptp-vpn/</link><pubDate>Tue, 15 Sep 2015 00:00:00 +0000</pubDate><guid>https://thebin.net/2015/09/fedora-20-use-pptp-vpn/</guid><description>&lt;p&gt;I have had this one in the queue for a while (I don’t even run of Fedora 20 anymore).  This one will be short and sweet, because there really isn’t a bunch of discussion that needs to go into it.&lt;/p&gt;&#10;&lt;p&gt;By default Fedora 20 will block outbound PPTP VPN connections.&lt;/p&gt;&#10;&lt;div class="codeblock" data-lang="bash"&gt;&#10; &lt;div class="codeblock__bar"&gt;&#10; &lt;span class="codeblock__lang"&gt;bash&lt;/span&gt;&#10; &lt;button type="button" class="codeblock__copy" aria-label="Copy code"&gt;&#10; &lt;span class="codeblock__copy-label"&gt;Copy&lt;/span&gt;&#10; &lt;/button&gt;&#10; &lt;/div&gt;&#10; &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;firewall-cmd --direct --add-rule ipv4 filter INPUT &lt;span class="m"&gt;0&lt;/span&gt; -p gre -j ACCEPT&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;firewall-cmd --direct --add-rule ipv6 filter INPUT &lt;span class="m"&gt;0&lt;/span&gt; -p gre -j ACCEPT&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;&lt;p&gt;Reload the rules.&lt;/p&gt;</description></item></channel></rss>