<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Build a Fast VPN Server with WireGuard on Debian 13	</title>
	<atom:link href="https://www.tecmint.com/install-wireguard-vpn-in-debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-wireguard-vpn-in-debian/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 28 Apr 2026 11:54:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Michael		</title>
		<link>https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-884455</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Tue, 18 Apr 2017 08:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5967#comment-884455</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-884389&quot;&gt;Vmh&lt;/a&gt;.

@vmh use baserange/112 instead of baserange/64 for your config.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-884389">Vmh</a>.</p>
<p>@vmh use baserange/112 instead of baserange/64 for your config.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vmh		</title>
		<link>https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-884389</link>

		<dc:creator><![CDATA[Vmh]]></dc:creator>
		<pubDate>Tue, 18 Apr 2017 01:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5967#comment-884389</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-884007&quot;&gt;Michael&lt;/a&gt;.

@Michael - you are actually correct. Once I sorted out what was going on: I was looking at the wrong thing - that was actually a loopback IP address. I was assigned a block of IP addresses (from ::f000-f00f).

These are verifiable. The problem is that in any of the articles I have read on configuring IPv6 VPN&#039;s, it requires (or strongly recommends) a /64 block. It appears that Digital Ocean is assigning me a /112 block of which I need one address for the server itself. 

This won&#039;t work from what I understand. My dilemma is that I cannot find anything that addresses this on Digital Ocean. It seems extreme to open a ticket for this - I am a little astonished that no one seems to have the same problem ... almost like I am missing something very obvious.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-884007">Michael</a>.</p>
<p>@Michael &#8211; you are actually correct. Once I sorted out what was going on: I was looking at the wrong thing &#8211; that was actually a loopback IP address. I was assigned a block of IP addresses (from ::f000-f00f).</p>
<p>These are verifiable. The problem is that in any of the articles I have read on configuring IPv6 VPN&#8217;s, it requires (or strongly recommends) a /64 block. It appears that Digital Ocean is assigning me a /112 block of which I need one address for the server itself. </p>
<p>This won&#8217;t work from what I understand. My dilemma is that I cannot find anything that addresses this on Digital Ocean. It seems extreme to open a ticket for this &#8211; I am a little astonished that no one seems to have the same problem &#8230; almost like I am missing something very obvious.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-884007</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Sun, 16 Apr 2017 06:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5967#comment-884007</guid>

					<description><![CDATA[@vmh: fe80 is a localhost IPv6 address. Are you really sure your ISP assigned it? Google ipv6 test and do an ipv6 test to see if you actually have ipv6 and post the result.]]></description>
			<content:encoded><![CDATA[<p>@vmh: fe80 is a localhost IPv6 address. Are you really sure your ISP assigned it? Google ipv6 test and do an ipv6 test to see if you actually have ipv6 and post the result.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vmh		</title>
		<link>https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-883314</link>

		<dc:creator><![CDATA[Vmh]]></dc:creator>
		<pubDate>Thu, 13 Apr 2017 00:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5967#comment-883314</guid>

					<description><![CDATA[I am still struggling with IPv6 addresses. The author mentioned the &quot;&lt;strong&gt;BASE RANGE&lt;/strong&gt;&quot; above in the configuration that the ISP assigns. For myself, I have been assigned an IP address like this: &quot;&lt;strong&gt;fe80::[group]:[group]:[group]&lt;/strong&gt;&quot;. 

I am stuck trying to understand out of this mess what is the &quot;base range&quot; that I should use for my OpenVPN server configuration. Unfortunately, even a Google search of &quot;&lt;strong&gt;IPv6 Base Range&lt;/strong&gt;&quot; doesn&#039;t give much useful information. Any help would be appreciated.]]></description>
			<content:encoded><![CDATA[<p>I am still struggling with IPv6 addresses. The author mentioned the &#8220;<strong>BASE RANGE</strong>&#8221; above in the configuration that the ISP assigns. For myself, I have been assigned an IP address like this: &#8220;<strong>fe80::[group]:[group]:[group]</strong>&#8220;. </p>
<p>I am stuck trying to understand out of this mess what is the &#8220;base range&#8221; that I should use for my OpenVPN server configuration. Unfortunately, even a Google search of &#8220;<strong>IPv6 Base Range</strong>&#8221; doesn&#8217;t give much useful information. Any help would be appreciated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ray		</title>
		<link>https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-751893</link>

		<dc:creator><![CDATA[Ray]]></dc:creator>
		<pubDate>Wed, 17 Feb 2016 00:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5967#comment-751893</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-742514&quot;&gt;Mirwoj&lt;/a&gt;.

yup, thought that too.

Please fix.

Good tutorial! Thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wireguard-vpn-in-debian/comment-page-1/#comment-742514">Mirwoj</a>.</p>
<p>yup, thought that too.</p>
<p>Please fix.</p>
<p>Good tutorial! Thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
