On Thu, May 22, 2003 at 11:03:05AM +0200, Bernd Walter wrote:
> Schau mal in die Manpage unter link1.
Werde ich machen.
> > > Was sagt denn route get -inet6 2001:xx:0:1::0?
> >
> > # route get -inet6 # route get -inet6 2001:aa8:0:1::0
> > route: writing to routing socket: Invalid argument
>
> Du bekommst nicht mal einen Routingeintrag?
> Extrem bemerkenswert.
> route get -inet ::1 bekommst du aber schon noch, oder?
> Und ein ping ::1 funktioniert ebenfalls noch?
> Ansonsten hast du am Kernel irgendwas eigenartiges verdreht.
Das funktioniert beides, und auch die Abfrage der 6bone-Route:
# route get -inet6 3ffe:401:1::cf0:2
route to: 3ffe:401:1::cf0:2
destination: 3ffe:401:1::cf0:2
interface: lo0
flags: <UP,HOST,DONE,LLINFO,LOCAL>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
0 0 0 0 0 0 1280 0
# route get -inet6 ::1
route to: localhost
destination: localhost
interface: lo0
flags: <UP,HOST,DONE,LOCAL>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
49152 49152 0 13 19 0 16384 0
[root(at)www root]# route get -inet6 3ffe:401:1::cf0:2
route to: 3ffe:401:1::cf0:2
destination: 3ffe:401:1::cf0:2
interface: lo0
flags: <UP,HOST,DONE,LLINFO,LOCAL>
recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
0 0 0 0 0 0 1280 0
# ping6 ::1
PING6(56=40+8+8 bytes) ::1 --> ::1
16 bytes from ::1, icmp_seq=0 hlim=64 time=0.785 ms
> > # ifconfig gre0
> > gre0: flags=9051<UP,POINTOPOINT,RUNNING,LINK0,MULTICAST> mtu 1476
> > inet6 2001:aa8:1::1 --> 2001:aa8:1:: prefixlen 128
> > inet6 fe80::2a0:c9ff:fe9f:a666%gre0 prefixlen 64 scopeid 0x4
>
> Da sollten IMHO auch die tunnel-IPs stehen, genauso wie bei gif
> Interfaces.
Hatte ich auch erwartet. Uebrigens - gifconfig wurde bei mir bei nem
make world nicht mitgebaut, ich musste das haendisch aus
/usr/src/usr.sbin/gifconfig bauen, ist das normal?
-- Mit freundlichen Gruessen Bjoern Engels OpenIT GmbH engels(at)openit.de Jahnstr. 18 PGP keyID 1024D/FB601479 D-40215 Duesseldorf To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 22 May 2003 - 12:48:04 CEST