[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ipv6 routing



Hi,

 

I’m having some problems routing ipv6 on my debian box. I’ve got a tunnel setup, and radvd running, which is fine, my client gets an ip address, but when I try to ping6 something from my client (outside of my network) I get a Request timed out, where as if I do the same ping6 on my linux box I get a response.

 

This is my lan interface:

 

eth2      Link encap:Ethernet  HWaddr 00:05:1C:0B:DC:6B

          inet addr:192.168.0.254  Bcast:192.168.0.255  Mask:255.255.255.0

          inet6 addr: fe80::205:1cff:fe0b:dc6b/10 Scope:Link

          inet6 addr: 2001:c78:2003:e008::2/62 Scope:Global

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:74450616 errors:13 dropped:35 overruns:13 frame:0

          TX packets:68820758 errors:0 dropped:0 overruns:32 carrier:0

          collisions:1391688 txqueuelen:100

          RX bytes:364917421 (348.0 MiB)  TX bytes:1571854906 (1.4 GiB)

          Interrupt:5 Base address:0x7000

 

This is my routing table

 

ns1:~# ip -6 route show

2001:c78:2003:e008::/127 via :: dev ipv6  proto kernel  metric 256  mtu 1480 advmss 1420

2001:c78:2003:e008::/62 dev eth2  proto kernel  metric 256  mtu 1500 advmss 1440

fe80::/10 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440

fe80::/10 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440

fe80::/10 dev eth2  proto kernel  metric 256  mtu 1500 advmss 1440

fe80::/10 via :: dev ipv6  proto kernel  metric 256  mtu 1480 advmss 1420

ff00::/8 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440

ff00::/8 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440

ff00::/8 dev eth2  proto kernel  metric 256  mtu 1500 advmss 1440

ff00::/8 dev ipv6  proto kernel  metric 256  mtu 1480 advmss 1420

default dev ipv6  metric 1024  mtu 1480 advmss 1420

unreachable default dev lo  metric -1  error -101

 

My clients ip is 2001:c78:2003:8:3d44:f577:c06b:ad19

 

Thanks for your help

Nick


Reply to: