<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3698&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / HOWOTO: Beowulf Connect to your VPN provider with openvpn]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3698</link>
		<description><![CDATA[The most recent posts in HOWOTO: Beowulf Connect to your VPN provider with openvpn.]]></description>
		<lastBuildDate>Fri, 15 Oct 2021 10:33:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: HOWOTO: Beowulf Connect to your VPN provider with openvpn]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32105#p32105</link>
			<description><![CDATA[<p>Have a great day, Vernon! Thank you for the instructions! They helped me a lot with setting Beowulf Connect to my VPN provider with OpenVPN. By my opinion, this is one of the best no logging VPNs today. One problem I got is the unzipping of OpenVPN/free VPN packages from freevpn.me.. My antimalware program kept deleting the files even when I added the folder in exclusions; it took some time to delete it from the computer to install all required packages for <a href="https://bestvpnprovider.co" rel="nofollow">https://bestvpnprovider.co</a>. Once again, thank you, and keep providing good and detailed instructions!</p>]]></description>
			<author><![CDATA[dummy@example.com (UlthisThem)]]></author>
			<pubDate>Fri, 15 Oct 2021 10:33:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32105#p32105</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWOTO: Beowulf Connect to your VPN provider with openvpn]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=31927#p31927</link>
			<description><![CDATA[<p>Have a great day, Vernon! Thank you for the instructions! They helped me a lot with setting Beowulf Connect to my VPN provider with OpenVPN.</p>]]></description>
			<author><![CDATA[dummy@example.com (Harttt)]]></author>
			<pubDate>Wed, 06 Oct 2021 09:57:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=31927#p31927</guid>
		</item>
		<item>
			<title><![CDATA[HOWOTO: Beowulf Connect to your VPN provider with openvpn]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23618#p23618</link>
			<description><![CDATA[<p>August 1, 2020<br />Updated with instructions for <a href="https://freevpn.me/accounts/" rel="nofollow">freevpn.me</a>, a free, no-signup vpn provider that allows all traffic. </p><p>Many VPN providers have support for openvpn. VPN providers &#039;usually have a separate .ovpn file for each individual server. Some frequently change their keys, passwords and certificates. As a result, it is easier to invoke openvpn from the command line rather than loading and unloading .ovpn configurations into a network manager.</p><h5>Install openvpn and resolvconf packages</h5><p>Become root using the following command.</p><div class="codebox"><pre><code>su -</code></pre></div><p>Note the dash at the end of the su command. This is required because we will be running tools from the sbin directories.</p><p>Install openvpn and resolvconf packages using the following command.</p><div class="codebox"><pre><code>apt-get install openvpn resolvconf</code></pre></div><p>Since we want to invoke openvpn from the command line, we don&#039;t want openvpn running a daemon. To accomplish this, issue the following commands.</p><div class="codebox"><pre><code>/etc/init.d/openvpn stop</code></pre></div><div class="codebox"><pre><code>update-rc.d openvpn disable</code></pre></div><h5>Download and extract the VPN bundle from freevpn.me</h5><div class="codebox"><pre><code>wget https://freevpnme.b-cdn.net/FreeVPN.me-OpenVPN-Bundle-July-2020.zip</code></pre></div><div class="codebox"><pre><code>unzip FreeVPN.me-OpenVPN-Bundle-July-2020.zip</code></pre></div><h5>Modify freevpn.me .ovpn files to prevent DNS leakage</h5><div class="codebox"><pre><code>cd FreeVPN.me-OpenVPN-Bundle-July-2020/FreeVPN.me\ -\ Server1-NL</code></pre></div><p>Add the following lines to each .ovpn file to prevent DNS leakage.</p><div class="codebox"><pre><code>script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf</code></pre></div><p>Instead of adding manually, you can use the following script below.</p><div class="codebox"><pre><code>#!/bin/bash

for i in *.ovpn
do
sed -i &quot;/auth-user-pass/a script-security 2\\
up /etc/openvpn/update-resolv-conf\\
down /etc/openvpn/update-resolv-conf&quot; $i
done</code></pre></div><h5>Run openvpn</h5><p>For example, If you want to connect to the freevpn.me VPN server over TCP at port 443, invoke openvpn as root with the following command.</p><div class="codebox"><pre><code>openvpn Server1-TCP443.ovpn</code></pre></div><p>Enter the username and password when prompted from the freevpn.me web site <a href="https://freevpn.me/accounts/" rel="nofollow">here</a></p><p>To stop openvpn, press the <strong>Ctrl+c</strong> keys simultaneously.</p><h5>Test your VPN connection</h5><p>Go to <a href="https://www.dnsleaktest.com/" rel="nofollow">https://www.dnsleaktest.com/</a></p><p>Make sure that this web page is reporting your VPN provider&#039;s IP address and not your Internet Service Provider&#039;s IP address.</p><p>Click on <strong>Standard Test</strong><br />.<br />Make sure that the IP addresses reported are from your VPN provider and not from your Internet Service Provider&#039;.</p><p>Corrections and Comments are welcome.</p>]]></description>
			<author><![CDATA[dummy@example.com (Vernon)]]></author>
			<pubDate>Fri, 24 Jul 2020 18:14:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23618#p23618</guid>
		</item>
	</channel>
</rss>
