Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
High availability
»
What means "same hardware" for HA
« previous
next »
Print
Pages: [
1
]
Author
Topic: What means "same hardware" for HA (Read 680 times)
danbet
Newbie
Posts: 48
Karma: 1
What means "same hardware" for HA
«
on:
April 27, 2024, 04:22:44 pm »
For an HA configuration, the exact same hardware is required, as is said time and again. What exactly does that mean?
Do the boxes have to be exactly the same, or is it only important that the order of the interfaces is correct?
LAN = LAN
WAN = WAN
OPT1 = OPT1
OPT2 = OPT2
What does this mean for virtual machines? For example, if one is running on VMware ESXi and the other on KVM/QEMU? Does this work or not, because it is not the same “hardware”?
Or if e1000 is used as the interface in one VM under VMware ESXi and VMXNET3 in the other?
Logged
willempoort
Newbie
Posts: 1
Karma: 0
Re: What means "same hardware" for HA
«
Reply #1 on:
November 07, 2024, 12:18:09 pm »
As far as I know the Interface naming should be the same for both machines.
Do take care with e.g. NAT source rules. As it turns out by me the NAT rule will reference to the identifier given at boot (opt1, opt2, etc) instead of the one you give at the description.
Meaning that on two identical machines (DEC2770) port 0 on one machine got opt3 and opt4 on the other machine.
I'm trying to figure out how to set this identical on both machines. Editing /conf/config.xml does not help because this one is reset after restarting all services.
Logged
emaba
Newbie
Posts: 7
Karma: 0
Re: What means "same hardware" for HA
«
Reply #2 on:
November 24, 2024, 05:55:23 pm »
I'm looking for a solution to the same problem.
I came across pfSense, which recently allowed you to use different hw if you have the same names: wan=WAN, lan=LAN, opt1=Sync, opt2=DMZ (
https://docs.netgate.com/pfsense/en/latest/highavailability/settings.html#configuration-synchronization-settings-xmlprc-sync
).
Is there anything like that in OPNSense, or is the idea to replicate the same behavior?
Thank you.
Logged
Patrick M. Hausen
Hero Member
Posts: 6840
Karma: 574
Re: What means "same hardware" for HA
«
Reply #3 on:
November 24, 2024, 05:58:07 pm »
You can create lagg interfaces with just a single member to work around different device names.
Also if you deploy using VLANs that of course works regardless of the hardware device as long as you name them the same.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
High availability
»
What means "same hardware" for HA