Re: Router advertisement and carp interface

"Eric C." <[email protected]> Mon, 23 Aug 2010 22:24:25 +0000 (UTC)
Newsgroups gmane.os.openbsd.ipv6
Message-ID <[email protected]>
Eric C. <tech_rick_pro <at> yahoo.com> writes:

> 
> 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.
> 

Here is how i resolved my issue :

hostname.carp2->
inet6 .......
!ndp -i carp2 -- -accept_rtadv

hostname.carp3->
inet6 .......
!ndp -i carp3 -- -accept_rtadv

Moved net.inet6.ip6.accept_rtadv=1 to rc.local

Thanks to those who helped !