Hurricane Electric's IPv6 Tunnel Broker Forums
June 18, 2013, 03:39:28 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  DNS.HE.NET Topics / General Questions & Suggestions / https://dyn.dns.he.net/ is using self-signed certificate on: January 08, 2013, 02:50:15 pm
Hi.

It looks that my scripts stopped working some time ago.

Similarly Firefox shows certificate is not trusted, because it is self signed.

Can you do something about this issues?

Thanks for great service!

2  General IPv6 Topics / IPv6 Basics & Questions & General Chatter / Re: I can haz multicast? on: December 12, 2011, 06:18:31 pm
No plans for multicast with tunnels as of yet.
Any changes on plans? Is multicast supported by HE core network actually (suppose I would buy multiple 10Mbps connections from you at multiple pops, will I have multicast availeble and multicast routing working between them, at least in your network, and maybe your few other direct peers)?
3  Tunnelbroker.net Specific Topics / Questions & Answers / Re: Inconsistent IPv6 prefix printing on webpage on: February 08, 2011, 12:42:48 am
Thanks, As I see you updated old entries in database.

But it also looks it broken DNS names endpoints. This updated entries do not resolve, and returns NXDOMAIN now.

In the web interface:

baryluk-1.tunnel.tserv6.fra1.ipv6.he.net   2001:470:1f0a:527::/64

but
# host baryluk-1.tunnel.tserv6.fra1.ipv6.he.net. ordns.he.net
Host baryluk-1.tunnel.tserv6.fra1.ipv6.he.net. not found: 3(NXDOMAIN)
#

But after little investigation it looks it changed into slightly differnt name:

# host 2001:470:1f0a:527::1
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.2.5.0.a.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa domain name pointer baryluk.tunnel.tserv6.fra1.ipv6.he.net.
# host baryluk.tunnel.tserv6.fra1.ipv6.he.net.
baryluk.tunnel.tserv6.fra1.ipv6.he.net has IPv6 address 2001:470:1f0a:527::1
#

Similary for tunnel endpoint
# host 2001:470:1f0a:527::2
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.2.5.0.a.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa domain name pointer baryluk-pt.tunnel.tserv6.fra1.ipv6.he.net.
# host baryluk-pt.tunnel.tserv6.fra1.ipv6.he.net.
baryluk-pt.tunnel.tserv6.fra1.ipv6.he.net has IPv6 address 2001:470:1f0a:527::2
#



Non-updated tunnel works as expected:

# host baryluk-3.tunnel.tserv6.fra1.ipv6.he.net.
baryluk-3.tunnel.tserv6.fra1.ipv6.he.net has IPv6 address 2001:470:1f0a:e05::1
# host 2001:470:1f0a:e05::1
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.0.e.0.a.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa domain name pointer baryluk-3.tunnel.tserv6.fra1.ipv6.he.net.
# host 2001:470:1f0a:e05::2
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.0.e.0.a.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa domain name pointer baryluk-3-pt.tunnel.tserv6.fra1.ipv6.he.net.
# host baryluk-3-pt.tunnel.tserv6.fra1.ipv6.he.net.
baryluk-3-pt.tunnel.tserv6.fra1.ipv6.he.net has IPv6 address 2001:470:1f0a:e05::2
#



I think all tunnels should have number suffix, as they are displayed in the web interface.

Thanks!
4  Tunnelbroker.net Specific Topics / Questions & Answers / Inconsistent IPv6 prefix printing on webpage on: February 07, 2011, 11:57:44 am
hi.

I have two tunnels. As they are displayed on the tunnelbroker.net webpage, their IPv6 prefixes,
are everywhere printed in slightly different maner.

2001:0470:1f0b:123::/64  (via frankfurt)
2001:470:1f15:abcd::/64   (via amsterdam)

Why first one have 0470, and not 470? I know this is not a problem, as this is correct, just strange and mmaybe indication of some nasty bug, which one day can turn into something worse.
5  Tunnelbroker.net Specific Topics / Questions & Answers / Re: Unable to find routes from AS43087 AS-NTE on: February 07, 2011, 11:53:16 am
Tested using my tunnels to Amsterdam and Frankfurt.

ns3.mattsk.se - works.

www.nte.no - do not works, packets are droped as they enter HE backbone.

6  Tunnelbroker.net Specific Topics / Questions & Answers / Re: Tunnel stopped working on: February 06, 2011, 08:51:08 am
I do not know. I have today some routing problems  (over ipv4) to HE from my univeristy network, but It is probably only me. As in traceroute I see some loops way before HE networks.
7  General IPv6 Topics / IPv6 Basics & Questions & General Chatter / Re: How to assign IPv6 from router to computer in LAN? on: February 05, 2011, 04:10:56 am
startd radvd on router in debug mode (just stop radvd and then run it using radvd -d 5). be also sure to have ipv6 forwarding enabled nn this router (echo 1 > /proc/sys/net/ipv6/conf/all/forwarding).

on the computer in local network you can start radvdump, very usefull tool to monitor RA. You can eventually use "tcpdump -i eth0 -n" for the same purpose. Be also sure to make ipv6 forwarding DISABLED on this machine, as if it will have it enabled kernel will ignore RA packets, and will NOT autoconfigure addresses and routes.

below is simple config
Code:
interface eth0
{
AdvSendAdvert on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 10;
prefix YOUR-64-BIT-PREFIX::1/64
{
AdvOnLink on;
AdvAutonomous on;
};
};


PS. It is also better to use iproute2 tools to configure networking in linux.   just call "ip a" to display everything about addresses, and "ip r" about routes. more info in manpages and help.

8  Tunnelbroker.net Specific Topics / Questions & Answers / Re: New tunnel to Amsterdam ? on: February 04, 2011, 09:51:51 pm
Looks Frankfurt also hit its limits.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!