Bug #963
closedCARP Virtual IPs bind to actual interface, not interface description
0%
Description
I have the following setup on Oct 2 snapshot:
Firewall A:
WAN (wan) -> em1 -> 2xx.xxx.xxx.156/27
LAN (lan) -> em0 -> 10.0.22.254/24
OPT1 (opt1) -> em2 -> 10.239.10.1/24
MGMT (opt3) -> em4 -> 10.0.99.254/22
Firewall B:
WAN (wan) -> em1 -> 2xx.xxx.xxx.157/27
LAN (lan) -> em0 -> 10.0.22.253/24
OPT1 (opt1) -> em2 -> 10.239.10.4/24
MGMT (opt2) -> em3 -> 10.0.99.253/22
CARP VIPs supply IPs for the following:
LAN default router (10.0.22.1)
WAN default router (2xx.xxx.xxx.158)
MGMT default router (10.0.96.1)
The problem is that Carp Sync breaks the VIP for MGMT on Firewall B because the config binds it to the actual interface name (opt3) as opposed to the interface description (MGMT).
Is this by design?
Thanks,
-t
Updated by Chris Buechler over 14 years ago
- Status changed from New to Closed
Yes, you need to maintain the correct order.