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 !

Reply via email to