Hurricane Electric's IPv6 Tunnel Broker Forums
May 19, 2013, 01:00:23 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] 2 3 ... 6
1  General IPv6 Topics / IPv6 Basics & Questions & General Chatter / Re: face:b00c starting to publish AAAA "early"? on: May 22, 2012, 08:57:55 pm
It seems facebook has started to publish AAAA on non-"whitelisted" DNS servers -

see considering it was "supposed" to re-occur only on June 6th.  Maybe they need some news to spur investment in their stock  Grin

As far as I know this was part of an early roll out for third party developers to deal with issues before the World IPv6 Launch day.
2  General IPv6 Topics / IPv6 Basics & Questions & General Chatter / Re: Netflix not accessible anymore? on: April 09, 2012, 06:35:19 pm
I haven't seen it stream over IPv6 since Dave Temkin left for a short bit, and has now since returned. They moved to Amazon or something away from LLNW, which had no IPv6 access. Maybe now that he is back, they'll get that going again.

They moved away from running their DC and backend systems to using AWS. They had also moved away from using Akamai as a primary CDN to Level3 as well as their other existing CDN LLNW.
3  Tunnelbroker.net Specific Topics / Questions & Answers / Re: Peering with Level3 on: September 01, 2011, 10:23:05 pm

Please retest. Wink

Wow. Peering with Leve3 before Cogent *draw drops* heh. I see there is now peering in San Jose/Chicago/New York. Are you guys going to attempt to turn up peering at other locations such as Los Angeles/Dallas/Atlanta or European cities like London/Amsterdam/Frankfurt?
4  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: Can't get tunnel working with OpenBSD 4.9 on: August 03, 2011, 08:19:25 pm
Hello All:
I pasted the following in on my OpenBSD test box as root user:

ifconfig gif0 tunnel 192.168.0.242 216.66.38.58
ifconfig gif0 inet6 alias 2001:470:1c:661::2 2001:470:1c:661::1 prefixlen 128
route -n add -inet6 default 2001:470:1c:661::1

Also tried my external IP in place of the RFC1918 IP. 

You definitely would need the external IP for the source address for the gif(4)
tunnel.

Try putting this in your /etc/hostname.gif0..

Code:
up mtu 1480
tunnel [your external IP]
dest 216.66.38.58
inet6 2001:470:1c:661::2
inet6 [another IPv6 address]
inet6 [another IPv6 address]
!/sbin/route -qn add -inet6 default 2001:470:1c:661::1

You can add additional addresses from either the /64 or a /48 to the gif(4)
interface as well.

Turn up the interface once that has been put into the file.. sh /etc/netstart gif0.

If you are running PF ensure to allow protocol 41 traffic..

Code:
pass in on $ext_if inet proto ipv6 from $v6_tunnel_endpoint to $your_fw
pass out on $ext_if inet proto ipv6 from $your_fw to $v6_tunnel_endpoint

as well as in/out v6 traffic from your gif(4) interface at a minimum.
5  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: Can't get tunnel working with OpenBSD 4.9 on: August 03, 2011, 08:05:56 pm
Did you assign an IPv6 address out of your routed /64 to eth0?

No such interface as eth0 on OpenBSD and there isn't a requirement for having an
address assigned to a physical interface.
6  Tunnelbroker.net Specific Topics / Questions & Answers / Re: Unable to connect to eu.irc6.net but freenet6 is okay on: February 06, 2011, 03:51:41 pm
Hi,

thanks for the reply but i think its more of the tunnel issue. I was not able to traceroute to even ipv6.google.com . I am the Singapore tunnel.

Then there is something wrong with your system setup. The issue with this IRC server is on the other end somewhere closer to the server or the network it is hosted on.
7  Tunnelbroker.net Specific Topics / Questions & Answers / Re: pptp vpn has high latency -- not routed through local tunnel server? on: August 02, 2010, 03:41:19 pm
Well there is the issue: sjo-bb1-link.telia.net Smiley

A europian carrier.

Well Telia is a European carrier. TeliaSonera International Carrier, their wholesale division, has a number of
POPs in the U.S as well as Asian POPs. The POP you have mentioned above is in San Jose. One of the other traceroutes also shows a TeliaSonera POP in Ashburn. TeliaSonera is one of HE's transit providers as well as Global Crossing.
8  Tunnelbroker.net Specific Topics / Questions & Answers / Re: he.net dns servers on: July 24, 2010, 02:23:37 pm
I don't actually expect them to divulge the package they're using. From my point of view, it'd be kind of a security risk, "hey, find a vulnerability for xxxx and take down HE!" kind of thing.

If anyone was going to do that they would find out on their own and not have to ask... and yes there are ways of find out what pretty much any DNS / HTTP / FTP / SMTP / POP3 / IMAP server, etc is no matter how you try to hide any versioning information or identification.
9  Tunnelbroker.net Specific Topics / Questions & Answers / Re: ETA for new POPs? on: July 19, 2010, 08:17:44 am
I take it orange dots are planned future sites? The map needs a key Smiley

That was what I had guessed for that colour.
10  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 on SCO UnixWare 7.1.4 on: July 18, 2010, 02:09:45 pm
I'm only using SCO to play with on an eval license. I wanted to experience the glory that was System V, albeit in a slightly modified form. I also hadn't seen that document. I haven't had a chance to read all the way through, but it looks like it may help.

Why not Solaris? Which isn't anywhere near as crufty as UnixWare or OpenServer.
11  Tunnelbroker.net Specific Topics / Questions & Answers / Re: ETA for new POPs? on: July 17, 2010, 06:29:37 pm
although not in the looking glass yet I see also Las Vegas. nice.

Wow. Looking at the new network map you guys are expanding at a pretty quick pace. Good work.
12  Tunnelbroker.net Specific Topics / Questions & Answers / Re: ETA for new POPs? on: July 08, 2010, 11:06:31 am
although not in the looking glass yet I see also Las Vegas. nice.
13  Tunnelbroker.net Specific Topics / Questions & Answers / Re: Tunnel traffic stalling, probable MTU problem? on: June 24, 2010, 03:14:57 pm
Looks to me that both sixxs and us complain about too big packet, and they default to 1280 on their side (see their too big reply). Our side defaults to 1480. Also the same payload size wasn't used in one test as another (1400 vs 1450 != same test). Try the mtu change on the Cisco down to 1280 and see if it replicates what you see with sixxs, which would also be a packet too big error, but ping replies.

Hrmm. from reverse DNS on the tunnels I got the impression the tunnelbroker POPs were a *BSD box, which definitely do not default to 1480. Your default should be mentioned to users and router examples should take that into consideration because 1480 is not a universal default and as per spec the default is 1280.
14  Tunnelbroker.net Specific Topics / Questions & Answers / Re: Tunnel traffic stalling, probable MTU problem? on: June 23, 2010, 03:46:51 pm
I have switched back to the SixXS tunnel for now (so you'll see the SixXS behavior if you try it).  My sense is that the HE end of the tunnel is advertising the wrong path MTU.  Is that correct?

Check the MTU on the tunnel interface on your router. If I remember correctly Cisco uses the wrong MTU by default. Set it to 1280. If anything is wrong its on your end.
15  Tunnelbroker.net Specific Topics / Questions & Answers / Re: ETA for new POPs? on: June 19, 2010, 09:22:36 am
Ok. just asking. Good peering at those POPs would be good enough.
Pages: [1] 2 3 ... 6
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!