hello. in ipv6 router with os freebsd3.5 and kame-20010115, i set
prefix_ed0="2001:200:852" and when i reboot system and it passes
network_pass1 and looks for rc.net6 and calls it through sh , this comes
up:

...
net.inet6.ip6.accept_rtadv = 0 -> 0
ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 202.90.128.28 netmask 0xffffffc0 broadcast 202.90.128.63
        inet6 fe80::280:c8ff:fe2e:616b%ed0 prefixlen 64 scopeid 0x1
        inet6 2001:200:852:0:280:c8ff:fe2e:616b prefixlen 64 tentative
        inet6 2001:200:852:: prefixlen 64 anycast


what does tentative mean? because when i do "ifconfig -a"
when system is already up, it's not there anymore.
i.e...


ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 202.90.128.28 netmask 0xffffffc0 broadcast 202.90.128.63
        inet6 fe80::280:c8ff:fe2e:616b%ed0 prefixlen 64 scopeid 0x1
        inet6 2001:200:852:: prefixlen 64 anycast
        ether 00:80:c8:2e:61:6b

and when i try to add it manually with this command:

#>ifconfig ed0 inet6 2001:200:852:0:280:c8ff:fe2e:616b prefixlen 64 alias

an error occurs that says:

alpha /kernel: ip6_prefix.c: addr 2001:0200:0852:0:0280:c8ff:fe2e:616b/64
matched prefixhas already another ia
0xc0718400(2001:0200:0852:0:0280:c8ff:fe2e:616b) on its ifid list

and nothing is changed.


tia.
carla


---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]

Reply via email to