Help! how do I make a complete failover when 1 interface fails?
-
Hi,
i have two systems, Master and Backup with 4 interfaces, WAN, LAN, DMZ1, DMZ2
How can I make that when one interface fails on the Master, all interfaces are moved to the Backup server, not only the one that fails?? Because today when example the DMZ1 fails on the Master server only DMZ1 is moved to the backup server, but I want to move all of the automatically when one interface fails
//Martin
-
Two questions:
- why do you want the migration of all interfaces?
- Why in my setup there is automatic migration of all interfaces? I need only migration of the broken interface.
-
Two questions:
- why do you want the migration of all interfaces?
- Why in my setup there is automatic migration of all interfaces? I need only migration of the broken interface.
Hi,
1. Because I have noticed if there isn't a total failover I'm not able to access the DMZ from the LAN when only one interface has migrated the the backup host. But that can also be that I have done something wrong in my setup?? ???2. So I would like to know what you have done to make all interfaces migrate?