Hi,

On OpenBSD 4.7 i have enabled net.inet6.ip6.accept_rtadv=1 for the 
automatic configuration of my default gateway. The system have
a vlan interface with 2 carp interface on it.
I changed net.inet6.ip6.use_deprecated=0 and set pltime 0
on the carp interfaces to force the usage of the vlan interface ip 
as source address for packets.

When i check the default router list, i see that the carp interfaces are 
available as default gateway.

# ndp -r 
fe80::*00%carp2 if=carp2, flags=M, pref=medium, expire=31m33s
fe80::*00%carp3 if=carp3, flags=M, pref=medium, expire=31m33s
fe80::*00%vlan2901 if=vlan2901, flags=M, pref=medium, 
expire=31m33s

How can i disable the use of carp interface as the gateway interface ?

When the carp interfaces are not master, the system can't reach 
remote networks.

# netstat -rn | grep fe80::*00
default fe80::*00%carp2 G          0        0     -     4 carp2
fe80::*00%vlan2901  00:*:*:*:*:00 UHLc       0        0     -     4 vlan2901
fe80::*00%carp2     00:*:*:*:*:00 HLc        1        0     -     4 carp2
fe80::*00%carp3     00:*:*:*:*:00 HLc        0        0     -     4 carp3

Any idea how i can resolve this ?

Thank you !

Reply via email to