<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Openvpn on ZoliBen Csupra(Kabra)</title><link>https://zoliben.com/en/tags/openvpn/</link><description>Recent content in Openvpn on ZoliBen Csupra(Kabra)</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 04 Mar 2020 22:20:43 +0000</lastBuildDate><atom:link href="https://zoliben.com/en/tags/openvpn/index.xml" rel="self" type="application/rss+xml"/><item><title>Disabling IPv6 on Ubuntu 19.04 when connecting to VPN</title><link>https://zoliben.com/en/posts/2020-03-04-ubuntu-19-04-ipv6-kikapcsolasa-vpn-re-csatlakozasnal/</link><pubDate>Wed, 04 Mar 2020 22:20:43 +0000</pubDate><guid>https://zoliben.com/en/posts/2020-03-04-ubuntu-19-04-ipv6-kikapcsolasa-vpn-re-csatlakozasnal/</guid><description>&lt;p>I recently noticed that when I connect to VPN from Pop_OS (based on Ubuntu 19.10), the communication continues on the regular adapter via IPv6 in addition to the VPN interface.&lt;/p>
&lt;p>This is obviously not ideal, because if we’re using the VPN for privacy, this leaks our IP address and we can be traced back without any effort. The best solution would be to completely disable IPv6 address assignment at the kernel level (by editing GRUB), but I generally use it for other purposes, so I only want to disable it when I’m connected to the VPN.&lt;/p></description></item><item><title>Installing OpenVPN server on Ubuntu server</title><link>https://zoliben.com/en/posts/2014-11-13-openvpn-szerver-telepitese-ubuntu-szerverre/</link><pubDate>Thu, 13 Nov 2014 20:02:26 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-13-openvpn-szerver-telepitese-ubuntu-szerverre/</guid><description>&lt;p>I searched the internet a lot before a friend recommended this script, with which you can easily set up your own secure OpenVPN server.&lt;/p>
&lt;p>What you&amp;rsquo;ll need:&lt;/p>
&lt;ul>
&lt;li>PuTTY or any other SSH client capable of establishing a connection&lt;/li>
&lt;li>A server/VPS running Ubuntu 18.04 or 19.04&lt;/li>
&lt;li>For VPS: enabled TUN/TAP modules&lt;/li>
&lt;li>Minimal command-line knowledge&lt;/li>
&lt;/ul>
&lt;p> &lt;/p>
&lt;p>First, you need to download the script, which you can do by running the following command:&lt;/p>
&lt;hr>
&lt;pre>&lt;em>curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh &amp;&amp; chmod +x openvpn-install.sh&lt;/em>&lt;/pre>
&lt;hr>
&lt;p>Run the script with root privileges:&lt;/p></description></item></channel></rss>