<div dir="ltr">Hi All, <div>I am using the ISC  dhcp failover and I am getting continuous failover: link startup timeout error on both the appliances, not sure what is the issue, I checked the following <br></div><div>1)port 647(my failover) is open and I can see the tcpdump traffic between both servers</div><div>2)ntp is in sync </div><div>3)Both are able to ping each other </div><div><br></div><div>but here I have a bit of a different use case, for some of the subnets I assigned Server A as primary, and for other subnets, I assigned Server B as primary.</div><div> </div><div>Server A-- Server B --> Failover f1</div><div>Server B --Server A --> Failover f2</div><div>Now let's say I have 10 subnets, so for the first 5, I used f1 as a failover peer, and for the other 5 subnets I used  f2 as a failover peer. so basically in a single server config, we will have two failover peers in the first section of config server A will be declared as primary, and in the second section it will declare as failover like </div><div><br>failover peer "peer-1" {<br>        primary;<br>        address 10.1.10.246;<br>        port 647;<br>        peer address 10.1.10.247;<br>        peer port 647;<br>        max-response-delay 30;<br>        max-unacked-updates 30;<br>        load balance max seconds 3;<br>        mclt 1800;<br>        split 128;<br>}<br><br>failover peer "peer-2" {<br>        secondary;<br>        address 10.1.10.246;<br>        port 647;<br>        peer address 10.1.10.247;<br>        peer port 647;<br>        max-response-delay 30;<br>        max-unacked-updates 30;<br>        load balance max seconds 3;<br>}<br></div><div>Apart from this, the other config is a normal one with few subnets and basic options. </div><div><br></div><div>I think the above config is valid only because nowhere it gave the syntax error at compile time and also at run time and dhcpd is up and running, but the failover peer states <br></div><div>for f1 --> it is showing normal-normal but for f2 --> it is showing recover and unknown-state and sometimes it is showing partner-down and shutdown </div><div><br></div><div><br></div><div> I have a doubt </div><div>Can we configure the same server as the primary for f1 and failover for f2 for another failover peer? I hope that is a valid one because nowhere do I see the docs saying that is valid (in my Google search)</div><div><br></div><div>Can someone who has familiar with such setups and face similar issue can guide me </div><div><br></div><div>Thanks in Advance </div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>