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

IPv6 Router on Ubuntu + radvd = problem

Started by aiv, March 01, 2012, 07:02:51 AM

Previous topic - Next topic

aiv

#15
Sorry for 3rd post in a row.
Ping from router on connected PC works.
Ping from connected PC to 2001:470:1f0b:10b::1 works
Ping from connected PC to 2001:470:1f0a:10b::2 works
Ping from connected PC to 2001:470:1f0a:10b::1 works (!!!)

I'm still have no internet connection on connected PC.

route -A inet6
Kernel IPv6 routing table
Destination                    Next Hop                   Flag Met Ref Use If
2001:470:1f0a:10b::/64         ::                         Un   256 0     0 he-ipv6
2001:470:1f0b:10b::/64         ::                         U    256 0     0 eth0
fe80::/64                      ::                         U    256 0     0 eth0
fe80::/64                      ::                         U    256 0     0 wlan0
fe80::/64                      ::                         Un   256 0     0 he-ipv6
::/0                           ::                         U    1024 0     0 he-ipv6
::/0                           ::                         !n   -1  1  3935 lo
::1/128                        ::                         Un   0   1    10 lo
2001:470:1f0a:10b::/128        ::                         Un   0   1     0 lo
2001:470:1f0a:10b::2/128       ::                         Un   0   1    43 lo
2001:470:1f0b:10b::/128        ::                         Un   0   1     0 lo
2001:470:1f0b:10b::1/128       ::                         Un   0   1    19 lo
fe80::/128                     ::                         Un   0   1     0 lo
fe80::/128                     ::                         Un   0   1     0 lo
fe80::/128                     ::                         Un   0   1     0 lo
fe80::c0a8:109/128             ::                         Un   0   1     0 lo
fe80::21e:65ff:fed0:cfcc/128   ::                         Un   0   1     0 lo
fe80::226:22ff:fecf:a0ee/128   ::                         Un   0   1    40 lo
ff00::/8                       ::                         U    256 0     0 eth0
ff00::/8                       ::                         U    256 0     0 wlan0
ff00::/8                       ::                         U    256 0     0 he-ipv6
::/0                           ::                         !n   -1  1  3935 lo


ifconfig
eth0      Link encap:Ethernet  HWaddr 00:26:22:cf:a0:ee  
         inet6 addr: 2001:470:1f0b:10b::1/64 Scope:Global
         inet6 addr: fe80::226:22ff:fecf:a0ee/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:2529 errors:0 dropped:0 overruns:0 frame:0
         TX packets:233 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:253363 (253.3 KB)  TX bytes:33063 (33.0 KB)
         Interrupt:17

he-ipv6   Link encap:IPv6-in-IPv4  
         inet6 addr: fe80::c0a8:109/64 Scope:Link
         inet6 addr: 2001:470:1f0a:10b::2/64 Scope:Global
         UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
         RX packets:45 errors:0 dropped:0 overruns:0 frame:0
         TX packets:1895 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:16108 (16.1 KB)  TX bytes:155572 (155.5 KB)

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:300 errors:0 dropped:0 overruns:0 frame:0
         TX packets:300 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:53517 (53.5 KB)  TX bytes:53517 (53.5 KB)

wlan0     Link encap:Ethernet  HWaddr 00:1e:65:d0:cf:cc  
         inet addr:192.168.1.9  Bcast:192.168.1.255  Mask:255.255.255.0
         inet6 addr: fe80::21e:65ff:fed0:cfcc/64 Scope:Link
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:1892 errors:0 dropped:0 overruns:0 frame:0
         TX packets:3797 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:1656037 (1.6 MB)  TX bytes:613755 (613.7 KB)



Thanks for help!