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

[Solved] Explorer Test - on Ubuntu Server 12.04

Started by marins82, October 04, 2012, 10:51:16 AM

Previous topic - Next topic

marins82

Explorer test not passed!

I made ​​the configuration of the tunnel, as well as the machine, as the wiki ubuntu:
QuoteGet connected with Hurricane Electric

First you need to register on the TunnelBroker.net Website. You will be emailed your username and password. Login and in the User Functions Box on the left side click the Create Regular Tunnel link. Put in your IPv4 address and Select a server close to you. Go to the tunnel details page. Run gksudo gedit /etc/network/interfaces and add the following, editing as directed by the comments:

auto he-ipv6
iface he-ipv6 inet6 v4tunnel
    endpoint 216.218.226.238
    address  2001:470:a:d29f::2
    netmask  64
    up ip -6 route add default dev he-ipv6
    down ip -6 route del default dev he-ipv6

Replace the endpoint setting (216.218.226.238) with the Server IPv4 address field from the tunnel details page and the address setting (2001:470:a:d29f::2) with Client IPv6 address field from the tunnel details page. Save the file.

Right click on the network manager icon in the tray and click Edit Connections. Select the connection to your local network and click Edit. Go to the IPv6 Settings tab and set the Method to Manual. Click Add. For the address put the first address in your Routed 64. (In this example it would be 2001:470:b:d29f::1 .) For the prefix put in 64. For the gateway, put in the address from the "Client IPv6 address" of the tunnel details page (in this example it would be 2001:470:a:d29f::2). Click apply.

Run sudo ifup he-ipv6 and you should have IPv6 connectivity.
https://wiki.ubuntu.com/IPv6

causes me he-ipv6 and it works, there is also sit0 that is down.  if ping ipv6.google.com, it gives me the results, same thing if I browse with w3m on ipv6.google.com makes me navigate perfectly!

these are the settings that I currently have:
Quotemarins82@ServerUbuntu:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:02:b3:2e:1e:e6
         indirizzo inet:192.168.1.105  Bcast:192.168.1.254  Maschera:255.255.25                                             5.0
         indirizzo inet6: fe80::202:b3ff:fe2e:1ee6/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:3816 errors:0 dropped:0 overruns:0 frame:0
         TX packets:2390 errors:0 dropped:0 overruns:0 carrier:0
         collisioni:0 txqueuelen:1000
         Byte RX:493005 (493.0 KB)  Byte TX:464798 (464.7 KB)

he-ipv6   Link encap:IPv6 in IPv4
         indirizzo inet6: fe80::c0a8:169/64 Scope:Link
         indirizzo inet6: 2001:470:6c:2cc::2/64 Scope:Global
         UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
         RX packets:197 errors:0 dropped:0 overruns:0 frame:0
         TX packets:241 errors:0 dropped:0 overruns:0 carrier:0
         collisioni:0 txqueuelen:0
         Byte RX:129524 (129.5 KB)  Byte TX:26399 (26.3 KB)

lo        Link encap:Loopback locale
         indirizzo inet:127.0.0.1  Maschera:255.0.0.0
         indirizzo inet6: ::1/128 Scope:Host
         UP LOOPBACK RUNNING  MTU:16436  Metric:1
         RX packets:1158 errors:0 dropped:0 overruns:0 frame:0
         TX packets:1158 errors:0 dropped:0 overruns:0 carrier:0
         collisioni:0 txqueuelen:0
         Byte RX:181167 (181.1 KB)  Byte TX:181167 (181.1 KB)

virbr0    Link encap:Ethernet  HWaddr 12:70:3a:c8:df:ac
         indirizzo inet:192.168.122.1  Bcast:192.168.122.255  Maschera:255.255.                                             255.0
         UP BROADCAST MULTICAST  MTU:1500  Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisioni:0 txqueuelen:0
         Byte RX:0 (0.0 B)  Byte TX:0 (0.0 B)


Why not pass the test?

cholzhauer

I'm unable to ping 2001:470:6c:2cc::2  is your tunnel currently up?

marins82

Yes it's up

Quotemarins82@ServerUbuntu:~$ ping6 2001:470:6c:2cc::2
PING 2001:470:6c:2cc::2(2001:470:6c:2cc::2) 56 data bytes
64 bytes from 2001:470:6c:2cc::2: icmp_seq=1 ttl=64 time=0.119 ms
64 bytes from 2001:470:6c:2cc::2: icmp_seq=2 ttl=64 time=0.143 ms
64 bytes from 2001:470:6c:2cc::2: icmp_seq=3 ttl=64 time=0.143 ms
64 bytes from 2001:470:6c:2cc::2: icmp_seq=4 ttl=64 time=0.143 ms
64 bytes from 2001:470:6c:2cc::2: icmp_seq=5 ttl=64 time=0.154 ms
64 bytes from 2001:470:6c:2cc::2: icmp_seq=6 ttl=64 time=0.155 ms

cholzhauer

Well of course it works for you...that address is local for you

Can you ping 2001:470:6c:2cc::1 ?

marins82

yes

Quotemarins82@ServerUbuntu:~$ ping6 2001:470:6c:2cc::1
PING 2001:470:6c:2cc::1(2001:470:6c:2cc::1) 56 data bytes
64 bytes from 2001:470:6c:2cc::1: icmp_seq=1 ttl=64 time=116 ms
64 bytes from 2001:470:6c:2cc::1: icmp_seq=2 ttl=64 time=116 ms
64 bytes from 2001:470:6c:2cc::1: icmp_seq=3 ttl=64 time=116 ms
64 bytes from 2001:470:6c:2cc::1: icmp_seq=4 ttl=64 time=117 ms
^C
--- 2001:470:6c:2cc::1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 116.470/116.885/117.760/0.620 ms

cholzhauer

fair enough

what is the explorer test again?

marins82


cholzhauer

That doesn't tell me what the test is.  What is the explorer test testing for?

marins82

#8
I log in in my account, the page that appears at the bottom http://ipv6.he.net/certification/cert-main.php.

QuoteExplorer
In the Explorer level, we will need to check if you have IPv6 connectivity:

You were unable to load a content from an IPv6 only URL. Here's an exmple of the IPv6 only URL: http://[2001:db8::1]/

How do I obtain an IPv6 connection?

   Natively through your ISP if they operate IPv6
   If ISP doesn't operate IPv6 then use IPv6 tunneling

Why not setup a free IPv6 tunnel from Tunnelbroker.net

How to create a 6in4 tunnel, please visit our FAQ page

Video tutorials are also available at our Video Presentation page

broquea

ping ipv6@he.net

in another thread someone was able to ping the HE side but not reach beyond it. They emailed HE support, and it got fixed.

marins82

I'm trying to access terminal on the site.

marins82

I perform the test with the PC windows XP with IPv4, with the Ubuntu server I can not connect to the terminal.

kasperd

Quote from: marins82 on October 04, 2012, 10:51:16 AMindirizzo inet:192.168.1.105
You are running the tunnel through a NAT? With some NAT devices it can work, but it will be harder to debug problems. It would be better to terminate the tunnel on the NAT device itself.

Quote from: marins82 on October 04, 2012, 01:09:28 PMI perform the test with the PC windows XP with IPv4, with the Ubuntu server I can not connect to the terminal.
What are you saying? How many different devices are involved?

Due to shortcomings of the NAT it is not possible for us to see much with a traceroute from outside. That means we can only make guesses about what is going on. My guess is you are trying to open an HTTP connection from a different computer using your tunnel endpoint as gateway, but you didn't enable forwarding of IPv6 packets.

This is just a guess. Try to run a traceroute towards an IPv6 address on the Internet from each of the involved computers. And we'll see what this tells us. (If you need an IPv6 address to traceroute to you can use reflector.easyv6.net / 2001:470:1f0b:1da2:46d9:d4a0:1844:43bd).

broquea

Quote from: marins82 on October 04, 2012, 01:09:28 PM
I perform the test with the PC windows XP with IPv4, with the Ubuntu server I can not connect to the terminal.

So how are you delivering IPv6 connectivity through your Ubuntu machine to your antiquated Windows platform?

marins82

if I install the desktop on ubuntu server, can I fix it?