On 2010-08-17 00:24, Eric C. wrote: > 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 ?
Block router advertisements on carp interfaces? block on carpX inet6 proto icmp6 all icmp6-type routeradv Simon
