[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02442) 2.4.20 + usagi 23062003: can not ping link local
- To: usagi-users ipv6 <usagi-users@xxxxxxxxxxxxxx>
- Subject: (usagi-users 02442) 2.4.20 + usagi 23062003: can not ping link local
- From: Miek Gieben <miekg@xxxxxxxxx>
- Date: Tue, 24 Jun 2003 11:50:49 +0200
- Mail-followup-to: usagi-users ipv6 <usagi-users@xxxxxxxxxxxxxx>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- User-agent: Vim/Mutt/Linux
Hello,
i'm running linux 2.4.20 + usagi patch from 23-06-2003. I'm trying to
setup ipv6 here, but without luck (also see my "stuck with 2.4.21" mail
to the list).
I've tried to simplify the problem, currently the situation is that I
cannot ping the link local address:
# ip -6 a l
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
inet6 ::1/128 scope host
3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
inet6 fe80::280:48ff:feb3:26eb/64 scope link
# ping6 -I eth0 -c 1 fe80::280:48ff:feb3:26eb
PING fe80::280:48ff:feb3:26eb(fe80::280:48ff:feb3:26eb) from
fe80::280:48ff:feb3:26eb eth0: 56 data bytes
--- fe80::280:48ff:feb3:26eb ping statistics ---
1 packets transmitted, 0 received, 100% loss, time 0ms
the routing looks ok to me:
# ip -6 ro sh
fe80::/64 dev eth0 proto kernel metric 256 mtu 1500 advmss 1440
ff00::/8 dev eth0 proto kernel metric 256 mtu 1500 advmss 1440
unreachable default dev lo metric -1 error -101
just the minumum for this usage.
On another machine on my network this all just works (even without usagi). Can
somebody tell me what i'm doing wrong here?
Doing this with a tcpdump running along:
# tcpdump -p -v -n -i any ip6 &
[2] 2140
tcpdump: listening on any
# ping6 -I eth0 -c 1 fe80::280:48ff:feb3:26eb
PING fe80::280:48ff:feb3:26eb(fe80::280:48ff:feb3:26eb) from fe80::280:48ff:feb3:26eb eth0: 56 data bytes
11:43:38.947006 fe80::280:48ff:feb3:26eb > ff02::1:ffb3:26eb: icmp6: neighbor sol: who has fe80::280:48ff:feb3:26eb(src lladdr: 0:80:48:b3:26:eb) (len 32, hlim 255)
11:43:39.946996 fe80::280:48ff:feb3:26eb > ff02::1:ffb3:26eb: icmp6: neighbor sol: who has fe80::280:48ff:feb3:26eb(src lladdr: 0:80:48:b3:26:eb) (len 32, hlim 255)
11:43:40.946976 fe80::280:48ff:feb3:26eb > ff02::1:ffb3:26eb: icmp6: neighbor sol: who has fe80::280:48ff:feb3:26eb(src lladdr: 0:80:48:b3:26:eb) (len 32, hlim 255)
11:43:41.956949 fe80::280:48ff:feb3:26eb > ff02::1:ffb3:26eb: icmp6: neighbor sol: who has fe80::280:48ff:feb3:26eb(src lladdr: 0:80:48:b3:26:eb) (len 32, hlim 255)
why are these sollicitations send?
grtz Miek
--
:wq!