I was babbling on about some problems and somehow got cut off by my 
mailer:

> Well...not quite, and I am not sure why.  Following is a snippit of the 
> bootup messages from a CURRENT machine (approximately -20000220):
> 
> dc0: starting DAD for fe80:0001::0200:f8ff:fe10:6ef3
> dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>         inet 146.246.243.57 netmask 0xffffff00 broadcast 146.246.243.255
>         inet6 fe80::200:f8ff:fe10:6ef3%dc0 prefixlen 64 tentative
>         ether 00:00:f8:10:6e:f3
>         media: 100baseTX status: active
>         supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT
> /UT
> P <full-duplex> 10baseT/UTP 100baseTX <hw-loopback> none
> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
>         inet6 fe80::1%lo0 prefixlen 64
>         inet6 ::1 prefixlen 128
>         inet 127.0.0.1 netmask 0xff000000
> add net default: gateway 146.246.243.254
> Additional routing options: TCP keepalive=YES.
> routing daemons:.
> Doing IPv6 network setup:route: writing to routing socket: Network is unreach
> able
> add net fe80::: gateway fe80::1%lo0: Network is unreachable
> route: writing to routing socket: Network is unreachable
> add net ff02::: gateway fe80::1%lo0: Network is unreachable
> add net ::ffff:0.0.0.0: gateway ::1
> add net ::0.0.0.0: gateway ::1
> net.inet6.ip6.forwarding: 0 -> 0
> net.inet6.ip6.accept_rtadv: 0 -> 1
> dc0: DAD complete for fe80:0001::0200:f8ff:fe10:6ef3 - no duplicates found
> dc0: starting DAD for 3ffe:0780:0060:0001:0200:f8ff:fe10:6ef3
> dc0: DAD complete for 3ffe:0780:0060:0001:0200:f8ff:fe10:6ef3 - no duplicates
>  found

Note that two invocations of route(8) failed about mid-way through.  I 
can't figure out why, but manually typing the route commands after 
boot-up seemed to go just fine (no error messages, and routes installed 
correctly):

route add -inet6 fe80:: fe80:;1%lo0 -prefixlen 10 -interface -cloning
route add -inet6 ff02:: fe80::1%lo0 -prefixlen 16 -interface -cloning

As far as your plan for determining the default scoped interface route, 
it sounds good to this newbie.  One nitpick might be to move the 
ipv6_default_interface line in /etc/defaults/rc.conf so that it is next 
to the other definitions that begin with ipv6_*.

Thanks!

Bruce.



PGP signature

Reply via email to