I have 2 WAN interfaces in the same zone with ping configured. 1 interface is the primary connection, and the other a backup. Whilst I can ping the external interface of the primary connection, I cannot ping the backup.
static {
route 0.0.0.0/0 {
next-hop 213.X.X.X;
qualified-next-hop pp0.0 {
preference 25;
}
}
}
Is there anything I can do to have the backup interface respond? The backup connection is up and running, and I can ping out from it.