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

Help getting network running.

Started by dcottle, January 10, 2011, 04:50:41 AM

Previous topic - Next topic

dcottle

Ingot my tunnel and also a /48

I got it working on the server. I just made ifcfg-sit1

I got a second server set it up with it's own tunnel. They can see any ipv6 as well as themselves!

The problem is radvd on my network server.

It's got two nics eth1 is wan and eth2 is LAN

Do I use my /64 or /48 subnet and with the 48 add say 1 for eth1 and 2 or eth2

The clients get an ip address but they can't ping6 the server or it to them, as well no ip6 sites work.

Any ideas?

I had it running with 6to4 but the two servers could not ping6 each other. Now they work perfectly except now my clients can't access ipv6 anymore.

cholzhauer

#1
You should use a /64 out of your /48.

If your /48 is 2001:db8:1234:: and you want to advertise an address on eth2, just tell eth2 to advertise something like 2001:db8:1234:1::/64.  If you want to advertise another network on a different subnet, use something like 2001:db8:1234:2::/64

If server1 and server2 are on the same network both wouldn't need tunnels...

dcottle

Thanks!

I got eth2 in radvd on my /48:2::
I got eth1 in radvd on my /48:1::

My clients (off eth2) get an ip, but it can't ping the server :(

The two servers are on different wan ips, but they see each other over their hurricane tunnels, as well as ipv6.google.com

I know I am almost there it's radvd issue or a ifcfg issue.

What do you need to see?

Thanks again!

cholzhauer

A crude network diagram would be nice, just to understand how everything is connected.

The output of ifconfig /a and your routing tables would be helpful too.

dcottle

#4
ip -6 route
unreachable ::/96 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable ::ffff:0.0.0.0/96 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
2001:388:1:5001:230:48ff:fe92:b83a via 2001:388:1:5001:230:48ff:fe92:b83a dev sit1  metric 0
   cache  mtu 1480 advmss 1420 hoplimit 0
2001:470:1f04:175f::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
2001:470:1f04:175f::/64 dev eth2  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
2001:470:1f04:175f::/64 via :: dev sit1  proto kernel  metric 256  mtu 1480 advmss 1420 hoplimit 0
2001:470:1f09:1b0:2::dada via 2001:470:1f09:1b0:2::dada dev sit1  metric 0
   cache  mtu 1480 advmss 1420 hoplimit 0
2001:470:8599:2:240:f4ff:fea9:d6ee via 2001:470:8599:2:240:f4ff:fea9:d6ee dev sit1  metric 0
   cache  mtu 1480 advmss 1420 hoplimit 0
2001:960:800::2 via 2001:960:800::2 dev sit1  metric 0
   cache  mtu 1480 advmss 1420 hoplimit 0
2001:41d0:2:67d1::7e57:1 via 2001:41d0:2:67d1::7e57:1 dev sit1  metric 0
   cache  mtu 1480 advmss 1420 hoplimit 0
unreachable 2002:a00::/24 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:7f00::/24 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:a9fe::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:ac10::/28 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:c0a8::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:e000::/19 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
2a01:348:6:425::/64 via :: dev sit2  proto kernel  metric 256  mtu 1480 advmss 1420 hoplimit 0
unreachable 3ffe:ffff::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
fe80::/64 dev eth2  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
fe80::/64 via :: dev sit1  proto kernel  metric 256  mtu 1480 advmss 1420 hoplimit 0
fe80::/64 via :: dev sit2  proto kernel  metric 256  mtu 1480 advmss 1420 hoplimit 0
default dev sit1  metric 1  mtu 1480 advmss 1420 hoplimit 0

ifconfig -a
eth0      Link encap:Ethernet  HWaddr  
         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
         collisions:0 txqueuelen:1000
         RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
         Interrupt:19 Base address:0x8800

eth1      Link encap:Ethernet  HWaddr  
         inet addr:10.0.0.1  Bcast:10.255.255.255  Mask:255.0.0.0
         inet6 addr: 2001:470:1f04:175f::2/64 Scope:Global
         inet6 addr: fe80::205:1cff:fe1c:225f/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:9291798 errors:0 dropped:0 overruns:0 frame:0
         TX packets:7990512 errors:0 dropped:0 overruns:10 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:3925871034 (3.6 GiB)  TX bytes:2114479217 (1.9 GiB)
         Interrupt:16 Base address:0x2000

eth2      Link encap:Ethernet  HWaddr  
         inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
         inet6 addr: fe80::240:f4ff:fea9:d54d/64 Scope:Link
         inet6 addr: 2001:470:1f04:175f::2/64 Scope:Global
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:8825526 errors:0 dropped:0 overruns:0 frame:0
         TX packets:10823890 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:3335969832 (3.1 GiB)  TX bytes:1616078638 (1.5 GiB)
         Interrupt:19 Base address:0x6000

lo        Link encap:Local Loopback  
         inet addr:127.0.0.1  Mask:255.0.0.0
         inet6 addr: ::1/128 Scope:Host
         UP LOOPBACK RUNNING  MTU:16436  Metric:1
         RX packets:907285 errors:0 dropped:0 overruns:0 frame:0
         TX packets:907285 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:297106524 (283.3 MiB)  TX bytes:297106524 (283.3 MiB)

sit0      Link encap:IPv6-in-IPv4  
         NOARP  MTU:1480  Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

sit1      Link encap:IPv6-in-IPv4  
         inet6 addr: fe80::a00:1/64 Scope:Link
         inet6 addr: fe80::c0a8:1/64 Scope:Link
         inet6 addr: 2001:470:1f04:175f::2/64 Scope:Global
         UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
         RX packets:57447 errors:0 dropped:0 overruns:0 frame:0
         TX packets:58006 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:4593336 (4.3 MiB)  TX bytes:4542663 (4.3 MiB)



radvd.conf

interface eth2
{
       AdvSendAdvert on;
       MinRtrAdvInterval 3;
       MaxRtrAdvInterval 10;
       prefix 2001:470:8599:0002::/64
       {
               AdvOnLink on;
               AdvAutonomous on;
               AdvRouterAddr on;
       };
};

interface eth1
{
       AdvSendAdvert on;
       MinRtrAdvInterval 3;
       MaxRtrAdvInterval 10;
       prefix 2001:470:8599:0001::/64


       {
               AdvOnLink on;
               AdvAutonomous on;
               AdvRouterAddr on;
       };
};


/etc/sysconfig/network

NETWORKING=yes
HOSTNAME=primary.idb.com.au
NETWORKING_IPV6=yes
#IPV6_DEFAULTDEV=tun6to4
IPV6FORWARDING=yes
IPV6_ROUTER=yes
#IPV6_CONTROL_RADVD=no
IPV6_DEFAULTDEV=sit1
IPV6ADDR=2001:470:1f04:175f::2
IPV6_CONTROL_RADVD=yes

ifcfg-eth1
DNS1=10.0.0.1
DEVICE=eth1
BOOTPROTO=none
NETMASK=255.0.0.0
DNS2=10.0.10.1
TYPE=Ethernet
HWADDR=
IPADDR=10.0.0.1
NM_CONTROLLED=no
IPV6INIT=yes
ONBOOT=yes
USERCTL=no
PREFIX=8
NAME="System eth1"
UUID=
GATEWAY=10.0.0.10
IPV6_ROUTER=yes

ifcfg-eth2
DNS1=10.0.0.1
DEVICE=eth2
BOOTPROTO=none
NETMASK=255.255.255.0
DNS2=10.0.10.1
TYPE=Ethernet
HWADDR=
IPADDR=192.168.0.1
NM_CONTROLLED=no
IPV6INIT=yes
ONBOOT=yes
USERCTL=no
PREFIX=24
NAME="System eth2"
UUID=
IPV6_ROUTER=yes

ping6 -c1 ipv6.google.com
PING ipv6.google.com(2404:6800:8004::68) 56 data bytes
64 bytes from 2404:6800:8004::68: icmp_seq=1 ttl=55 time=378 ms

--- ipv6.google.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 378.005/378.005/378.005/0.000 ms

From a client hanging off eth2

ifconfig -a
eth0      Link encap:Ethernet  HWaddr  
         inet addr:192.168.0.3  Bcast:192.168.0.255  Mask:255.255.255.0
         inet6 addr: 2001:470:8599:2:240:f4ff:fea9:d6ee/64 Scope:Global
         inet6 addr: fe80::240:f4ff:fea9:d6ee/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:12966 errors:0 dropped:0 overruns:0 frame:0
         TX packets:13502 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:10203135 (9.7 MiB)  TX bytes:2143526 (2.0 MiB)
         Interrupt:20 Base address:0x2000

lo        Link encap:Local Loopback  
         inet addr:127.0.0.1  Mask:255.0.0.0
         inet6 addr: ::1/128 Scope:Host
         UP LOOPBACK RUNNING  MTU:16436  Metric:1
         RX packets:16 errors:0 dropped:0 overruns:0 frame:0
         TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:960 (960.0 b)  TX bytes:960 (960.0 b)

sit0      Link encap:IPv6-in-IPv4  
         NOARP  MTU:1480  Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

ip -6 route
unreachable ::/96 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable ::ffff:0.0.0.0/96 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
2001:470:8599:2::/64 dev eth0  proto kernel  metric 256  expires 86386sec mtu 1500 advmss 1440 hoplimit 0
unreachable 2002:a00::/24 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:7f00::/24 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:a9fe::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:ac10::/28 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:c0a8::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:e000::/19 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 3ffe:ffff::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
default via fe80::240:f4ff:fea9:d54d dev eth0  proto kernel  metric 1024  expires 29sec mtu 1500 advmss 1440 hoplimit 64



cholzhauer

Heh, well, you can't use the same IP address on all three interfaces.

Quote
eth1      Link encap:Ethernet  HWaddr  
         inet addr:10.0.0.1  Bcast:10.255.255.255  Mask:255.0.0.0
         inet6 addr: 2001:470:1f04:175f::2/64 Scope:Global
         inet6 addr: fe80::205:1cff:fe1c:225f/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:9291798 errors:0 dropped:0 overruns:0 frame:0
         TX packets:7990512 errors:0 dropped:0 overruns:10 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:3925871034 (3.6 GiB)  TX bytes:2114479217 (1.9 GiB)
         Interrupt:16 Base address:0x2000
eth2      Link encap:Ethernet  HWaddr   
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::240:f4ff:fea9:d54d/64 Scope:Link
          inet6 addr: 2001:470:1f04:175f::2/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8825526 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10823890 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3335969832 (3.1 GiB)  TX bytes:1616078638 (1.5 GiB)
          Interrupt:19 Base address:0x6000
sit1      Link encap:IPv6-in-IPv4  
         inet6 addr: fe80::a00:1/64 Scope:Link
         inet6 addr: fe80::c0a8:1/64 Scope:Link
         inet6 addr: 2001:470:1f04:175f::2/64 Scope:Global
         UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
         RX packets:57447 errors:0 dropped:0 overruns:0 frame:0
         TX packets:58006 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:4593336 (4.3 MiB)  TX bytes:4542663 (4.3 MiB)

It looks like your tunnel is up because there's 4.3Mib of traffic on sit1)

You need to assign an address from a /64 to eth1 and out of a different /64 to eth2  (go back to my first example of how to use your /48)

dcottle

So I have to assign a ip6 address in each ifcfg-eth1 and eth2?

So for this assign 2001:470:8599:1::1 to eth1 and 2001:470:8599:2::1 to eth2? (the 2001:470:8599 is my /48 assigned).

I can't figure out why both eth1 and 2 now have 2001:470:1f04:175f::2 from I did not assign it (I attached my ifcfg-eth part if my scripts.

Any idea where it's coming from and will assigning addresses stop it?

cholzhauer

Quote
So for this assign 2001:470:8599:1::1 to eth1 and 2001:470:8599:2::1 to eth2? (the 2001:470:8599 is my /48 assigned).

Perfect

Quote
Any idea where it's coming from and will assigning addresses stop it?

That 2001:470:1f04:175f::2 address isn't an autoconfigure address, so it must have been entered by hand.  Just remove it and it shouldn't come back.  Autoconfigure won't overwrite it...you can have multiple IPv6 addresses on an adapter.


dcottle

Thanks!

I just edited by ifcfg-eth1 and ifcfg-eth2 scripts, restarted the network and now;

ip -6 route
unreachable ::/96 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable ::ffff:0.0.0.0/96 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
2001:470:1f04:175f::/64 via :: dev sit1  proto kernel  metric 256  mtu 1480 advmss 1420 hoplimit 0
2001:470:8599:1::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
2001:470:8599:2::/64 dev eth2  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
unreachable 2002:a00::/24 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:7f00::/24 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:a9fe::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:ac10::/28 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:c0a8::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:e000::/19 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
2a01:348:6:425::/64 via :: dev sit2  proto kernel  metric 256  mtu 1480 advmss 1420 hoplimit 0
unreachable 3ffe:ffff::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
fe80::/64 dev eth2  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
fe80::/64 via :: dev sit1  proto kernel  metric 256  mtu 1480 advmss 1420 hoplimit 0
fe80::/64 via :: dev sit2  proto kernel  metric 256  mtu 1480 advmss 1420 hoplimit 0
default dev sit1  metric 1  mtu 1480 advmss 1420 hoplimit 0

ifconfig -a
eth0      Link encap:Ethernet  HWaddr
          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
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:19 Base address:0x8800

eth1      Link encap:Ethernet  HWaddr
          inet addr:10.0.0.1  Bcast:10.255.255.255  Mask:255.0.0.0
          inet6 addr: fe80::205:1cff:fe1c:225f/64 Scope:Link
          inet6 addr: 2001:470:8599:1::1/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9505201 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8243145 errors:0 dropped:0 overruns:10 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3964940822 (3.6 GiB)  TX bytes:2219223432 (2.0 GiB)
          Interrupt:16 Base address:0x2000

eth2      Link encap:Ethernet  HWaddr
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::240:f4ff:fea9:d54d/64 Scope:Link
          inet6 addr: 2001:470:8599:2::1/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9074551 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11037363 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3440211357 (3.2 GiB)  TX bytes:1648515523 (1.5 GiB)
          Interrupt:19 Base address:0x6000

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:964739 errors:0 dropped:0 overruns:0 frame:0
          TX packets:964739 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:304269971 (290.1 MiB)  TX bytes:304269971 (290.1 MiB)

sit0      Link encap:IPv6-in-IPv4 
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

sit1      Link encap:IPv6-in-IPv4 
          inet6 addr: fe80::a00:1/64 Scope:Link
          inet6 addr: fe80::c0a8:1/64 Scope:Link
          inet6 addr: 2001:470:1f04:175f::2/64 Scope:Global
          UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
          RX packets:1530 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1541 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1393623 (1.3 MiB)  TX bytes:253638 (247.6 KiB)

Looks like my clients work now :)

ip -6 route
unreachable ::/96 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable ::ffff:0.0.0.0/96 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
2001:470:1:18::2 via fe80::240:f4ff:fea9:d54d dev eth0  metric 0
    cache  expires 347sec mtu 1480 rtt 1708ms rttvar 1530ms cwnd 5 advmss 1440 hoplimit 64
2001:470:8599:2::/64 dev eth0  proto kernel  metric 256  expires 86381sec mtu 1500 advmss 1440 hoplimit 0
2001:5c0:1000:f::3 via fe80::240:f4ff:fea9:d54d dev eth0  metric 0
    cache  expires 338sec mtu 1480 rtt 6842ms rttvar 4875ms cwnd 5 advmss 1440 hoplimit 64
unreachable 2002:a00::/24 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:7f00::/24 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:a9fe::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:ac10::/28 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:c0a8::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 2002:e000::/19 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
unreachable 3ffe:ffff::/32 dev lo  metric 1024  error -101 mtu 16436 advmss 16376 hoplimit 0
fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 0
default via fe80::240:f4ff:fea9:d54d dev eth0  proto kernel  metric 1024  expires 24sec mtu 1500 advmss 1440 hoplimit 64

ping6 -c1 ipv6.google.com
PING ipv6.google.com(2404:6800:8004::68) 56 data bytes
64 bytes from 2404:6800:8004::68: icmp_seq=1 ttl=54 time=378 ms

my server eth1
ping6 -c1 2001:470:8599:1::1
PING 2001:470:8599:1::1(2001:470:8599:1::1) 56 data bytes
64 bytes from 2001:470:8599:1::1: icmp_seq=1 ttl=64 time=0.474 ms

--- 2001:470:8599:1::1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.474/0.474/0.474/0.000 ms

my server eth2
ping6 -c1 2001:470:8599:2::1
PING 2001:470:8599:2::1(2001:470:8599:2::1) 56 data bytes
64 bytes from 2001:470:8599:2::1: icmp_seq=1 ttl=64 time=1.06 ms

--- 2001:470:8599:2::1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.068/1.068/1.068/0.000 ms

my servers actual hurricane local end
ping6 -c1 2001:470:1f04:175f::2
PING 2001:470:1f04:175f::2(2001:470:1f04:175f::2) 56 data bytes
64 bytes from 2001:470:1f04:175f::2: icmp_seq=1 ttl=64 time=0.153 ms

--- 2001:470:1f04:175f::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.153/0.153/0.153/0.000 ms

servers hurricane distant end
ping6 -c1 2001:470:1f04:175f::1
PING 2001:470:1f04:175f::1(2001:470:1f04:175f::1) 56 data bytes
64 bytes from 2001:470:1f04:175f::1: icmp_seq=1 ttl=63 time=162 ms

--- 2001:470:1f04:175f::1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 162.365/162.365/162.365/0.000 ms

even my web servers hurricane local end
ping6 -c1 2001:470:1f04:1760::2
PING 2001:470:1f04:1760::2(2001:470:1f04:1760::2) 56 data bytes
64 bytes from 2001:470:1f04:1760::2: icmp_seq=1 ttl=62 time=327 ms

--- 2001:470:1f04:1760::2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 327.316/327.316/327.316/0.000 ms

webserver distant end
ping6 -c1 2001:470:1f04:1760::1
PING 2001:470:1f04:1760::1(2001:470:1f04:1760::1) 56 data bytes
64 bytes from 2001:470:1f04:1760::1: icmp_seq=1 ttl=63 time=161 ms

--- 2001:470:1f04:1760::1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 161.617/161.617/161.617/0.000 ms

Thanks again!

cholzhauer


dcottle