<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ipv6 on Nixpoin.com</title><link>https://nixpoin.com/tags/ipv6/</link><description>Recent content in Ipv6 on Nixpoin.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 08 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://nixpoin.com/tags/ipv6/index.xml" rel="self" type="application/rss+xml"/><item><title>Configure IPv6 on OpenWrt Using NAT66 + ULA</title><link>https://nixpoin.com/openwrt/ipv6-nat66-ula-openwrt-en/</link><pubDate>Sun, 08 Mar 2026 00:00:00 +0000</pubDate><guid>https://nixpoin.com/openwrt/ipv6-nat66-ula-openwrt-en/</guid><description>&lt;h2 id="the-problem"&gt;The Problem&lt;/h2&gt;
&lt;p&gt;My Google TV were experiencing random IPv6 disconnections but normal when not using IPv6.&lt;/p&gt;
&lt;p&gt;My initial setup used &lt;strong&gt;NDP Proxy&lt;/strong&gt; to share addresses from the WAN &lt;code&gt;/64&lt;/code&gt; prefix with LAN devices. It worked, but was inherently unstable because devices like Google TV aggressively send Router Solicitations, making them more susceptible to connectivity drops during prefix changes&lt;/p&gt;
&lt;p&gt;The more reliable solution is &lt;strong&gt;NAT66 + ULA&lt;/strong&gt; — LAN devices use a stable ULA (Unique Local Address) prefix that never changes, while the router masquerades traffic to the dynamic WAN IPv6 address.&lt;/p&gt;</description></item><item><title>Building a Multi-Protocol Proxy Server in Go</title><link>https://nixpoin.com/koding/building-a-multi-protocol-proxy-server-in-go/</link><pubDate>Wed, 11 Feb 2026 00:00:00 +0000</pubDate><guid>https://nixpoin.com/koding/building-a-multi-protocol-proxy-server-in-go/</guid><description>&lt;p&gt;I run a VPS with a generous IPv6 /64 subnet (thousands of unique addresses available), and I needed a proxy server where &lt;strong&gt;each user gets their own distinct exit IP&lt;/strong&gt;. Multi-account automation, or avoiding IP-based rate limits—every connection from a different user should appear to come from a completely unique IPv6 address on the target sites.&lt;/p&gt;
&lt;p&gt;Most existing open-source proxies don&amp;rsquo;t make this easy: they either lack per-user binding, require separate instances/ports, or don&amp;rsquo;t handle IPv6 binding cleanly. So I built &lt;strong&gt;goproxy&lt;/strong&gt; from scratch in Go to solve exactly this problem.&lt;/p&gt;</description></item></channel></rss>