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

News:

Welcome to Hurricane Electric's Tunnelbroker.net forums!

Main Menu

Pinging an IPv6 Site

Started by leeand00, October 27, 2011, 09:29:02 PM

Previous topic - Next topic

leeand00

I also get a couple of messages from radvd as well in the system log

Note that it is running using this command:


radvd -C /var/etc/radvd.conf -m stderr_syslog -p /var


And I get these error messages:


OpenWrt daemon.warn radvd[1040]: resetting ipv6-allrouters membership on br-lan
OpenWrt daemon.warn radvd[1040]: sendmsg: No such device

k1mu

The "No such device" implies that radvd can't find your LAN interface. It should be an address in the same prefix as your routed /64, 2001:470:1f0f:ea7::/64.
What does ifconfig tell you for the IPv6 addresses of your interfaces?

leeand00

ifconfig on my router states:


6in4-hene Link encap:IPv6-in-IPv4 
          inet6 addr: 2001:470:1f0e:ea7::2/64 Scope:Global
          inet6 addr: fe80::6c24:8c97/128 Scope:Link
          UP POINTOPOINT RUNNING NOARP  MTU:1280  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)

br-lan    Link encap:Ethernet  HWaddr 00:24:A5:D8:53:95 
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: 2001:470:1f0f:ea7::/64 Scope:Global
          inet6 addr: fe80::224:a5ff:fed8:5395/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1133342 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1146139 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:95059002 (90.6 MiB)  TX bytes:624286365 (595.3 MiB)

eth0      Link encap:Ethernet  HWaddr 00:24:A5:D8:53:95 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:157625 errors:0 dropped:0 overruns:0 frame:0
          TX packets:128051 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:32121003 (30.6 MiB)  TX bytes:75339397 (71.8 MiB)
          Interrupt:4

eth0.2    Link encap:Ethernet  HWaddr 00:24:A5:D8:53:95 
          inet6 addr: fe80::224:a5ff:fed8:5395/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:53 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:5438 (5.3 KiB)

eth1      Link encap:Ethernet  HWaddr 00:24:A5:D8:53:96 
          inet6 addr: fe80::224:a5ff:fed8:5396/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1301375 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1213268 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:718885061 (685.5 MiB)  TX bytes:127568061 (121.6 MiB)
          Interrupt:5

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:767 errors:0 dropped:0 overruns:0 frame:0
          TX packets:767 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:274451 (268.0 KiB)  TX bytes:274451 (268.0 KiB)

mon.wlan0 Link encap:UNSPEC  HWaddr 00-24-A5-D8-53-95-00-00-00-00-00-00-00-00-00-00 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1169152 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:126880831 (121.0 MiB)  TX bytes:0 (0.0 B)

pppoe-wan Link encap:Point-to-Point Protocol 
          inet addr:108.36.140.151  P-t-P:10.7.49.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:1141985 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1078645 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:607924598 (579.7 MiB)  TX bytes:85169014 (81.2 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)

wlan0     Link encap:Ethernet  HWaddr 00:24:A5:D8:53:95 
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1027899 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1128659 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:89330564 (85.1 MiB)  TX bytes:612394416 (584.0 MiB)





cholzhauer

Shouldn't it be something like


option 'interface' 'br-lan'


instead of


option 'interface' 'lan'

leeand00

#19
Oh yeah I guess the lan interface doesn't exist does it? :(

Is that because it's a bridged interface, and thus the bridge gets an ip and the two bridged interfaces do not?