Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T2205
Change Details
Change Details
Old
New
Diff
CARP is not enabled by default in freebsd We will do for the test : **kldload carp** And if it works, we can on the file **/boot/loader.conf, add : carp_load="YES" **
CARP is not enabled by default [x] We will activate it temporarily with : **kldload carp** [x] We need then to restart netif and routing [x] And then verify if CARP works well : - the router-002 should be the master for Intranought network and router-003 is the backup - the router-003 should be the master for Public network and router-002 the backup [] And if everything works, we can add on the file /boot/loader.conf : **carp_load="YES" ** via Salt ==> like this if we turn off the routers and restart the machines, CARP will be enabled
CARP is not enabled by default
in freebsd
We will do for the test : **kldload carp**
[x] We will activate it temporarily with : **kldload carp** [x] We need then to restart netif and routing [x] And then verify if CARP works well : - the router-002 should be the master for Intranought network and router-003 is the backup - the router-003 should be the master for Public network and router-002 the backup
[]
And if
it
everything
works, we can
on the file **/boot/loader.conf
add on the file /boot/loader.conf : **carp_load="YES" ** via Salt ==> like this if we turn off the routers and restart the machines
,
add : carp_load="YES" **
CARP will be enabled
Continue