Networking Forums

Networking Forums > Computer Networking > Linux Networking > IPv6 misconfiguration - help!

Reply
Thread Tools Display Modes

IPv6 misconfiguration - help!

 
 
Mike Playle
Guest
Posts: n/a

 
      04-02-2006, 07:20 PM
Why would a Linux machine decide to send out ICMP6 neighbour
solicitation messages for one of its own addresses?

ifconfig shows that the interface is configured with global and
link-scope addresses:

$ ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:04:76:16:5E:2C
inet addr:172.16.0.9 Bcast:172.16.255.255 Mask:255.255.0.0
inet6 addr: 2002:5433:8dfe:0:204:76ff:fe16:5e2c/64 Scope:Global
inet6 addr: fe80::204:76ff:fe16:5e2c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[...]

but attempting to ping the link-scope address fails:

$ ping6 -I eth0 fe80::204:76ff:fe16:5e2c
PING fe80::204:76ff:fe16:5e2c (fe80::204:76ff:fe16:5e2c): 56 data bytes

--- fe80::204:76ff:fe16:5e2c ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss

and 'tcpdump' running on another host shows a few of these being
transmitted (long line, might wrap):

17:22:27.752734 IP6 fe80::204:76ff:fe16:5e2c > ff02::1:ff16:5e2c: ICMP6, neighbor solicitation, who has fe80::204:76ff:fe16:5e2c, length 32

This puzzles me - surely the kernel has no need to ask for the
MAC address of one of its own network cards?

Two other IPv6 machines (both running Debian, kernels 2.4.27 and
2.6.11) can successfully ping themselves like this without
generating any network traffic. The failing machine runs kernel
2.4.30 and is built entirely from source, with custom init
scripts, suggesting that it's misconfigured somehow.

Where should I start looking for the problem?

Mike

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IPv6 address not connecting but IPv4-mapped -IPv6 does. Please help. DanielJohnson Network Routers 0 01-07-2009 12:10 AM
kernel hangs after setting up Ipv6-ipv6 tunnel Kristoff Bonne Linux Networking 0 09-20-2008 08:36 PM
IPv6 infrastructure for Global and/or Site Specific IPv6 address JackFlash Windows Networking 1 06-25-2007 03:11 PM
Implementing a IPv6 network with dynamically assigned static IPv6 addresses. Ashish Shukla Linux Networking 2 02-13-2007 02:59 PM
Linux host PC(ipv6) can't ping with embedded board(ipv6) with ping6 sangsu Linux Networking 2 10-11-2005 09:06 AM



1 2 3 4 5 6 7 8 9 10 11