Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T2205
Change Details
Change Details
Old
New
Diff
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 [x] Temporarily load the CARP kernel module >**kldload carp** [x] Then restart network services > **service netif restart** > **service routing restart** [x] Verify CARP election > the router-003 should be the master for Public network and router-002 the backup [x] Enable CARP preemption [x] And if everything works, we can add on the file /boot/loader.conf : **carp_load="YES" ** > like this if we turn off the routers and restart the machines, CARP will be enabled [] Automate CARP activation and parameter preemption
CARP is not enabled by default [
x] We will activate it temporarily with :
x] Temporarily load the CARP kernel module >
**kldload carp**
[x] Then restart network services
[x] We need then to restart
> **service
netif
and routing
restart**
[x] And then verify if CARP works well : > the router-002 should be the master for Intranought network and router-003 is the backup
> **service routing restart** [x] Verify CARP election
> the router-003 should be the master for Public network and router-002 the backup
[x] Enable CARP preemption
[
x
] 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
[] Automate CARP activation and parameter preemption
Continue