Steven Surdock wrote:
Prabhu Gurumurthy wrote:
Steven Surdock wrote:
Can anyone provide some insight as to the correct configuration of a
sasyncd slave server with respect to /etc/rc.conf.local? For
example, is the following correct?
...
Can you provide details of your /etc/sasyncd.conf file
...
on both the hosts and valid config file on both hosts
How many tunnels do you have and have you tested a failover for any
length of time?
On Master (from memory as it is currently down):
interface carp0
flushmode startup
listen on fxp3 inet
mode master
peer 10.9.0.252
sharedkey /etc/sasyncd.key
On slave:
interface carp0
flushmode startup
listen on fxp3 inet
mode slave
peer 10.9.0.251
sharedkey /etc/sasyncd.key
Tested on 2 simultaneous vpn tunnels and failed over fine to slave using the
configs given.