Hurricane Electric's IPv6 Tunnel Broker Forums
June 18, 2013, 03:46:10 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 ... 5
1  Tunnelbroker.net Specific Topics / Questions & Answers / Re: route between 2001:470::/32 (HE Paris) and 2001:41d0::/32 (OVH) dead on: March 18, 2013, 07:15:41 pm
This should be cleared up now. Go ahead and test things again.
2  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: How to NAT IPv6 traffic to internal LAN? on: January 04, 2012, 09:38:21 am
Maybe I fooled you by using the term 'router'.
It is an usual OpenBSD box installed on a normal amd64 arch. that does NAT for my SOHO network. It's not a router device itself.

Its a router because it routes traffic. It doesn't really matter what the hardware and software are. If it routes traffic, its a router.

As has been said before, you don't need to fiddle with NAT for ipv6. With your tunnel you were given a "Routed /64". This is the subnet/prefix you will want to use on your internal LAN. Just configure your OpenBSD machine to run radvd configured with the "Routed /64" prefix on the internal interface, and ensure that the machine will forward ipv6 properly. Then all your internal systems should autoconfigure themselves with an address within that prefix and be able to talk ipv6 to the world.
3  IPv6 Certification Program Topics / General Discussion / Re: Daily tests: Submit an IPv6 Whois - problem on: November 30, 2011, 02:16:55 pm
The whois test does not accept rwhois output, which is what you see in the examples you provided. It only accepts whois output from RIRs.
4  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: sharing the IPv6 internet connection to other computer on: November 04, 2011, 03:31:12 pm
You will need to setup one computer to act as a router for the rest of your LAN. It will route between the tunnel /64 (the Client IPv6 address) and the routed /64 subnet (which you can use however you like).
5  IPv6 Certification Program Topics / General Discussion / Re: Is sage t-shirt being sent:o on: November 04, 2011, 03:12:40 pm
You will be able to validate your address once you reach Sage.
6  DNS.HE.NET Topics / General Questions & Suggestions / Re: Zone failed validation test. Wildcarding has been disabled due to abuse. on: November 03, 2011, 03:56:09 pm
You will have to email dnsadmin@he.net.
7  General IPv6 Topics / IPv6 Basics & Questions & General Chatter / Re: Why I can't change my PPTP/VPN Password? on: October 30, 2011, 12:27:22 pm
We've kicked the server. Try changing it again.
8  Tunnelbroker.net Specific Topics / Questions & Answers / Re: How can I find out if my ISP can route Protocol 41 packets? on: October 28, 2011, 11:17:07 am
Asking them is always a good option, but good luck with Verizon Tier 1 support.

Just try setting up a tunnel and see if it works.
9  General IPv6 Topics / IPv6 on Windows / Re: Problem with tunnel on: October 27, 2011, 06:41:35 pm
You've got two levels of NAT going on there, with one level being a possible CGN. I am rather doubtful you will be able to setup a tunnel through all of that.

But if you want to try, when you enter the commands on your computer, replace the 189.* IP with 10.0.0.100.
10  Tunnelbroker.net Specific Topics / Questions & Answers / Re: IP is not ICMP pingable. Please make sure ICMP is not blocked how i rectify on: October 27, 2011, 05:35:54 pm
I can't ping that endpoint from here. Are you NAT'd behind the router? I would check the router first to ensure that it is allowing ICMP.
11  General IPv6 Topics / IPv6 on Windows / Re: tracepath on windows? on: October 26, 2011, 04:55:16 pm
You might try WinMTR: http://winmtr.net/
12  General IPv6 Topics / IPv6 Basics & Questions & General Chatter / Re: Autoconfigure IPv6 address on: October 20, 2011, 03:07:36 pm
Probably, yes, if its not using privacy extensions.
13  General IPv6 Topics / IPv6 Basics & Questions & General Chatter / Re: Autoconfigure IPv6 address on: October 20, 2011, 02:15:11 pm
Your system used DAD (duplicate address detection). It saw that the address was already in use, and chose a different one.
14  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: Ubuntu Server Manual Addresses Only on: October 14, 2011, 07:22:54 pm
iface eth0 inet6 static
         accept_ra 0
         autoconf 0

Or you can put this in /etc/sysctl.conf:

net.ipv6.conf.eth0.autoconf = 0
net.ipv6.conf.eth0.accept_ra = 0
15  Tunnelbroker.net Specific Topics / Questions & Answers / Re: 16 or 32 bit AS number? on: October 14, 2011, 11:43:23 am
Tunnelbroker now supports both 16-bit and 32-bit ASNs, so you should have no problem using a 32-bit ASN to setup a BGP tunnel.
Pages: [1] 2 3 ... 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!