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

News:

Welcome to Hurricane Electric's Tunnelbroker.net forums!

Main Menu

Recent posts

#61
General Questions & Suggestions / Re: DNS issues?
Last post by alyandon - July 04, 2024, 06:58:34 PM
Wasn't working for me earlier and appears to be working now.
#62
General Questions & Suggestions / DNS issues?
Last post by crystalnet - July 04, 2024, 10:41:17 AM
he.net and all other affiliated domains are returning nxdomain for my resolver currently,
also all of my personal domains that i use dns.he.net as autorative are nxdomain.
is there a wide-spread issue thats known currently?

quad9 is also having issues:

$ dig in a he.net @8.8.8.8 +short
216.218.236.2
$ dig in a he.net @9.9.9.9 +short
$ dig in a he.net @1.1.1.1 +short
216.218.236.2

and since the whois has an update for today logged, did something go wrong here maybe that you are not aware of yet?

Updated Date: 2024-07-04T15:07:09Z

(i only was able to get on the forums by overwriting hostnames locally using my hosts file^^)

a login attempt to dns.he.net also fails with:

"DNS.he.net has experienced an error. Please try again in a few minutes."
#63
It seam the issue is with arin, they are the ones that annpunce the /48 that includes 2600::
#64
General Questions & Suggestions / Re: Zone failed validation tes...
Last post by melcon - June 28, 2024, 02:12:10 PM
Yeap. Actually, I have never tried with the trailing period, till now. It was just a typo when posting the question in here. Either way, error message stays the same.
#65
General Questions & Suggestions / Re: Zone failed validation tes...
Last post by snarked - June 27, 2024, 10:58:20 PM
Did you try it without the trailing period?
#66
General Questions & Suggestions / Zone failed validation test. C...
Last post by melcon - June 27, 2024, 08:07:27 AM
I'm trying to add a new domain "jamwith.us.to." but I keep getting the message on the subject: Zone failed validation test. Contact support (FDL/jamwith.us.to)...

Is there some restriction on domain names allowed?
#67
Questions & Answers / Re: IPv6 tunnel and GeoIP
Last post by paalbo - June 11, 2024, 11:16:28 AM
Hi all.

Just to give you folks an update on this.
  • /64 adresses get often blocked by Google and other websites. Therefor use a /48 subnet.
  • Login to your https://dns.he.net/ account and add LOC and the coordinates for your location.

I have done this and in nearly all lookups for the location it shows up as Norway.
Mind you, on film sites like Netflix, Pluto etc. it's kinda difficult to make it work. So block those sites for using ipv6.  
#68
Hello, I am using short IPv6 address 2600:: for testing connection. It was working for years, but some time ago it is not reachable from HE tunnel anymore. Is there a way to fix it?
#69
General Discussion / HE Tunnel via wireguard
Last post by Pedro Buffon - June 05, 2024, 11:19:04 AM
Hi guys, so i currently trying to configure up an HE tunnel via wireguard toa Debian 12 system, wireguard already working. the following is a systemd service file that i`m using after researching:

[Unit]
Description=he.net IPv6 tunnel
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/ip tunnel add he-ipv6 mode sit remote <Server IPv4 Address> local <Here i use the gateway from wireguard on the server> ttl 255
ExecStart=/usr/bin/ip link set he-ipv6 up mtu 1480
ExecStart=/usr/bin/ip addr add <Client IPv6 Address> dev he-ipv6
ExecStart=/usr/bin/ip -6 route add ::/0 dev he-ipv6
ExecStop=/usr/bin/ip -6 route del ::/0 dev he-ipv6
ExecStop=/usr/bin/ip link set he-ipv6 down
ExecStop=/usr/bin/ip tunnel del he-ipv6
[Install]
WantedBy=multi-user.target

I have a backup Mikrotik router, the same configuration there works like a charm, i only can`t manage to make it work on debian 12.
#70
Questions & Answers / Re: No more new BGP tunnels fr...
Last post by schaef350 - June 04, 2024, 08:47:11 PM
In the US a newer option that has come along is Core Transit.  They offer static route tunnels as well as BGP-enabled tunnels.

L2TP and GRE options from what I've seen.  They will also do BGP sessions without advertisements so if you want to consume a full routing table to experiment in a lab they can do that as well which I thought was interesting.