<?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">
    <channel>
        <title>router — LowEndSpirit</title>
        <link>https://staging.lowendspirit.com/index.php?p=/</link>
        <pubDate>Mon, 06 Apr 2026 12:21:59 +0000</pubDate>
        <language>en</language>
            <description>router — LowEndSpirit</description>
    <atom:link href="https://staging.lowendspirit.com/index.php?p=/discussions/tagged/router/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>IPv6 over IPv4 - what am I doing wrong?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4178/ipv6-over-ipv4-what-am-i-doing-wrong</link>
        <pubDate>Mon, 16 May 2022 18:07:42 +0000</pubDate>
        <category>Technical</category>
        <dc:creator>brejski</dc:creator>
        <guid isPermaLink="false">4178@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi guys, <br />
I am trying to set up a tunnel via Route48 or HE to make IPv6 working at home. I have a public IPv4 (carrier says it's dynamic, but it did not change in the last 5 months, lol) and MikroTik RB4011iGS+5HacQ2HnD (RouterOS 7.1.1 stable).<br />
Because my carrier provided me a semi-managed by them router [ZTE] (I do not have administrative access to it, I can for example set up firewall or change wifi password), I made NAT on my MikroTik. <br />
It looks like that: <br />
ZTE: 192.168.1.0/24<br />
MikroTik: 192.168.1.2, DMZ 192.168.1.6 (WAN INTERNET), NAT 192.168.88.0/24<br />
All devices except IPTV client device, are connected to MikroTik</p>

<p>What I want to reach is to make IPv6 work in my home network and I tried several ways to make the tunnel working, but both do not work.</p>

<p>First approach: using NAT IP (192.168.88.1)<br />
<code>[admin@MikroTik] &gt; /interface 6to4 add comment="Route48.org Tunnel Broker (DE)" disabled=no local-address=192.168.88.1 mtu=1280 name=sit1 remote-address=194.50.X.X                                                                                                                        [admin@MikroTik] &gt; /ipv6 route add comment="" disabled=no distance=1 dst-address=::/0 gateway=2a06:a003:XXXX::1 scope=30 target-scope=10                                                                                                                                                       [admin@MikroTik] &gt; /ipv6 address add address=2a06:a003:XXXX::2/48 advertise=no disabled=no eui-64=no interface=sit1</code></p>

<p>Second approach: using carrier router IP (192.168.1.6):<br />
<code>[admin@MikroTik] &gt; /interface 6to4 add comment="Route48.org Tunnel Broker (DE)" disabled=no local-address=192.168.1.6 mtu=1280 name=sit1 remote-address=194.50.X.X                                                                                                                      [admin@MikroTik] &gt; /ipv6 route add comment="" disabled=no distance=1 dst-address=::/0 gateway=2a06:a003:XXXX::1 scope=30 target-scope=10                                                                                                                                                       [admin@MikroTik] &gt; /ipv6 address add address=2a06:a003:XXXX::2/48 advertise=no disabled=no eui-64=no interface=sit1</code></p>

<p>I also tried to forward all ports to Mikrotik and use my public IPv4, but it didn't work neither...</p>

<p>After any try, I tried to ping Cloudflare IPv6 DNS, but there are timeouts...<br />
<code>[admin@MikroTik] &gt; ping 2606:4700:4700::1111                                                                                                                                                                                                                                                     SEQ HOST                                     SIZE TTL TIME       STATUS                                                                                                                                                                                                                          0 2606:4700:4700::1111                                         timeout                                                                                                                                                                                                                         1 2606:4700:4700::1111                                         timeout                                                                                                                                                                                                                         2 2606:4700:4700::1111                                         timeout                                                                                                                                                                                                                         3 2001:470:71:74b::                         104  64 95ms158us  address unreachable</code></p>

<p>What am I doing wrong in my config? Tunnel does not work neither with Route48 nor HE.</p>
]]>
        </description>
    </item>
   </channel>
</rss>
