• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

News:

Welcome to Hurricane Electric's Tunnelbroker.net forums!

Main Menu

Recent posts

#21
Questions & Answers / Re: Setting up Tunnelbroker on...
Last post by kamil445 - April 30, 2023, 12:43:59 AM
You must use 6in4 (RFC 4213) not 6rd (RFC 5569).

So, if you router doesn't support 6in4 you must change router or try to flash OpenWRT.
#22
Questions & Answers / /48 blocks not available?
Last post by finitud - April 29, 2023, 05:03:18 AM
I'm new to the tunnelbroker service, so apologies if this is obvious.

I have created two tunnels to two different locations, and initially requested a /48 block to one of them. After configuring my systems, I decided that I needed the /48 on the other location, so I tried adding one. It said "Error: Maximum /48s requested. Please try again later.", so I assumed I can only have one /48 in total. Fine, I remove the /48 from the location where I don't need it, try again... "Error: Maximum /48s requested. Please try again later."

Now I get the error no matter which tunnel I try creating the /48 on. Did I screw up my only chance to set up a /48 block?
#23
Questions & Answers / Re: Setting up Tunnelbroker on...
Last post by PatrickDickey - April 28, 2023, 06:37:28 PM
I'll add this as an update. When I do ipconfig /all and check my router, the IPv6 address listed is assigned to my ISP. However, they are not providing us with IPv6 addresses yet. So, now my question is how do I switch it to my IPv6 tunnel instead of the one that Tunnelbroker is giving them? I don't want to have to go through another IPv6 provider, if I can avoid it. And I don't want to go through the hassle of installing OpenWRT and reconfiguring my entire network, if I can avoid that as well.

Have a great night. :)
Patrick.
#24
Questions & Answers / Setting up Tunnelbroker on Net...
Last post by PatrickDickey - April 28, 2023, 03:23:24 PM
I'm curious if anyone has gotten this to work. I could have sworn that I had it working at one point, but it isn't now. I don't have an option for "6in4" but I do have an option for "6 to 4" tunnels. Would that be the option that I need to use? Currently, I have it set up as a 6rd Tunnel. If this won't work, I'll have to see if I can flash it with OpenWRT, but I don't think it's an option either.
You cannot view this attachment.
Have a great day. :)
Patrick.

My version number is V1.1.0.88_1.0.1
#25
Questions & Answers / Re: Very high response times f...
Last post by kfahoo - April 17, 2023, 05:40:12 AM
for last few weeks performance of the tunnel (waw) dropped significantly
#26
Questions & Answers / Re: Very high response times f...
Last post by kamil445 - April 16, 2023, 03:50:40 AM
Something similar is also on the Warsaw tunnel, (tserv1.waw1.he.net) this happens only at day, at night back to normal.

This is sad, someone abusing this great service ;/
#27
Questions & Answers / Re: Not found request Routed /...
Last post by Basically643 - April 15, 2023, 02:10:01 AM
You don't need a /48 anyways. I am currently using a single /64 which is enough for a simple home network.
#28
IPv6 on Linux & BSD & Mac / Re: IPV6 tunnel - ping works b...
Last post by RossNicol - April 13, 2023, 02:06:30 PM
Hi again,

Sorry for replying to my own post, but I've had a reply in the Vodafone forum where I'd posted as well which appears to have solved the problem.

I'd left the MTU of the tunnel at it's defaults, but was advised to set it at 1452 at both ends, and sure enough, this seems to have solved the problem, with all the tests now working fine, and ipv6 only sites accessible without any problems.

I've taken the tunnel down to do some fine tuning, including firewalling the IPV6 side (I'd left it open for testing) but looks like the issue is solved.

Just wanted to report back here in case it helps anyone else.

Ross
#29
IPv6 on Linux & BSD & Mac / IPV6 tunnel - ping works but T...
Last post by RossNicol - April 13, 2023, 12:23:37 PM
Hi,

I'm trying to get IPV6 working for the machines on my lan using an HE tunnel using a Raspberry Pi as the local endpoint.

The problem is that although I can get the tunnel to establish, the machines on the LAN all get addresses in the HE prefix, and pinging ipv6.google.com works from all of them, any attempt to browse using ipv6 fails and running the various checkers don't pick up my IPV6 address. Also if I try and install something on one of the PIs I have, it fails saying it can't access a site - quoting the IPV6 address, so presumably the same problem.

I've done some research and came across a few posts that suggest that this could be down to a bug in the Broadcom chipset in my router and I need to turn off flow cache, but I've also had someone say that because the PI is the endpoint then the router chipset isn't relevant.

Can anyone help?

For info, I'm in the UK using Vodafone full fibre internet, using a Raspberry PI4 as the tunnel endpoint. The PI is behind the router using NAT. I have a static IP from Vodafone and the PI is assigned a specific reserved address by the DHCP on the router.

The various configs etc are :

On the Raspberry PI :

he-ipv6 in /etc/network/interfaces.d

auto he-ipv6
iface he-ipv6 inet6 v4tunnel
        address 2001:xxx:1f1c:yyy::2
        netmask 64
        endpoint 216.66.88.98
        local 192.168.66.77
        ttl 255
        gateway 2001:xxx:1f1c:yyy::1

up ip addr add 2001:xxx:1f1d:yyy::1/64 dev wlan0

ifconfig wlan0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.66.77  netmask 255.255.255.0  broadcast 192.168.66.255
        inet6 fe80::7b20:a60f:cd65:73cc  prefixlen 64  scopeid 0x20<link>
        inet6 2001:xxx:1f1d:yyy::1  prefixlen 64  scopeid 0x0<global>
        ether dc:a6:32:4c:4b:36  txqueuelen 1000  (Ethernet)
        RX packets 1836894  bytes 970491418 (925.5 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1098147  bytes 852685368 (813.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

radvd.conf

interface wlan0
{
  IgnoreIfMissing on;
  AdvManagedFlag off;
  AdvSendAdvert on;
  MinRtrAdvInterval 3;
  MaxRtrAdvInterval 10;
  AdvOtherConfigFlag on;
  AdvLinkMTU 1480;
  prefix 2001:xxx:1f1d:yyy::/64
  {
  AdvOnLink on;
  AdvAutonomous on;
  AdvRouterAddr on;
  };
};

route -6

localhost/128                  [::]                       U    256 2     0 lo
tunnel588721.tunnel.tserv1.lon2.ipv6.he.net/128 [::]      U    1024 1    0 he-ipv6                                                           
2001:xxx:1f1c:yyy::/64         [::]                       Un   256 2     0 he-ipv6                                                                       
2001:xxx:1f1d:yyy::/64         [::]                       U    256 1     0 wlan0
fe80::/64                      [::]                       Un   256 1     0 he-ipv6                                                                           
fe80::/64                      [::]                       U    256 1     0 wlan0
[::]/0               tunnel588721.tunnel.tserv1.lon2.ipv6.he.net UGH 1024 4     0 he-ipv6                                                                             
localhost/128                  [::]                       Un   0   5     0 lo
2001:xxx:1f1c:yyy::/128        [::]                       Un   0   3     0 he-ipv6                                                                             
tunnel588721-pt.tunnel.tserv1.lon2.ipv6.he.net/128 [::]   Un   0   5     0 he-ipv6                                                                           
2001:xxx:1f1d:yyy::/128        [::]                       Un   0   3     0 wlan0
2001:xxx:1f1d:yyy::1/128       [::]                       Un   0   3     0 wlan0
fe80::/128                     [::]                       Un   0   3     0 he-ipv6                                                                           
fe80::/128                     [::]                       Un   0   3     0 wlan0
fe80::c0a8:424d/128            [::]                       Un   0   5     0 he-ipv6                                                                             
fe80::7b20:a60f:cd65:73cc/128  [::]                       Un   0   4     0 wlan0
ff00::/8                       [::]                       U    256 1     0 he-ipv6                                                                             
ff00::/8                       [::]                       U    256 5     0 wlan0
[::]/0                         [::]                       !n   -1  1     0 lo

Windows 11 client:

ipconfig

Wireless LAN adapter WiFi:

   Connection-specific DNS Suffix  . : broadband
   IPv6 Address. . . . . . . . . . . : 2001:xxx:1f1d:yyy:e4de:254f:6be3:6bbc
   Temporary IPv6 Address. . . . . . : 2001:xxx:1f1d:yyy:c063:996f:d09b:1ca8
   Link-local IPv6 Address . . . . . : fe80::b03f:933c:907:2ce9%2
   IPv4 Address. . . . . . . . . . . : 192.168.66.87
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : fe80::7b20:a60f:cd65:73cc%2
                                       192.168.66.250
route -6 print

 If Metric Network Destination      Gateway
  2    291 ::/0                     fe80::7b20:a60f:cd65:73cc
  1    331 ::1/128                  On-link
  2    291 2001:xxx:1f1d:yyy::/64   On-link
  2    291 2001:xxx:1f1d:yyy:c063:996f:d09b:1ca8/128
                                    On-link
  2    291 2001:xxx:1f1d:yyy:e4de:254f:6be3:6bbc/128
                                    On-link
  2    291 fe80::/64                On-link
  2    291 fe80::b03f:933c:907:2ce9/128
                                    On-link
  1    331 ff00::/8                 On-link
  2    291 ff00::/8                 On-link

Any help appreciated.

Thanks
#30
General Questions & Suggestions / Slave reverse domain he.net na...
Last post by LucaZ - April 07, 2023, 07:03:46 AM
Let's say I had delegated from he.net for subnet 2001:740:abcd:abcd::/64 including delegation for reverse domain, so I can define RR of type AAAA in subnet space and PTR in domain d.c.b.a.d.c.b.a.0.47.0.1.0.0.2.ipv6.arpa.

If appropriate, can I create a slave domain of the d.c.b.a.d.c.b.a.0.47.0.1.0.0.2.ipv6.arpa domain on the ns1.he.net namerver?

If yes, is "d.c.b.a.d.c.b.a.0.47.0.1.0.0.2.ipv6.arpa" the domain name to refer to in the "Add a new slave" function?