Hello
I’m curious if I have two WiFi networks, or if I need to reconnect omv box from one wired network to another, can I add multiple network interfaces assuming that they will be used when reconnecting took place?
Thx
Hello
I’m curious if I have two WiFi networks, or if I need to reconnect omv box from one wired network to another, can I add multiple network interfaces assuming that they will be used when reconnecting took place?
Thx
OMV can have more that one card in the system, but it is not good for any system to have more than one connection active at the same time if they are on the same network as you can introduce routing ambiguity, where traffic doesn't know what port to use because they are both advertised on the network with the same host name but different ip addresses.
If the connections are wired, which is recommended for a server, you can use secondary connections by having them registered in OMV, but not configured. This allows you to use them as a segregated connection for use with VM's or possibly even docker with some fancy configurations. Alternately, you can set metrics on the connection to set connection priority, so if one fails, the other should engage.
Two connections should not cause a problem if they are on different networks.
Thats in the network>interfaces.
Edit the interface and change the method to disabled to deactivate it.
Thats in the network>interfaces.
Edit the interface and change the method to disabled to deactivate it.
Is it on this page?
Where?
Thx
Is it on this page?
Where?
Thx
edit the connection, you will see a method option as I said above.
edit the connection, you will see a method option ad I said above.
Oh it’s well hidden under the IPv4 settings!
Found it thx.
OMV can have more that one card in the system, but it is not good for any system to have more than one connection active at the same time if they are on the same network.....
Can two connections be active at the same time temporarily without causing problems?
Say WiFi connected and Ethernet not connected
Can two connections be active at the same time temporarily without causing problems?
Say WiFi connected and Ethernet not connected
It is not recommended on the same network to have to connected. When you activate the connection it will connect.
Will it work? It may for some things and not for others. The double route created can have unpredictable problems. There is no real hard and fast rule on what will happen, aside from it being unpredictable.
If you want both connected for something like a failover, you would want to adjust the metrics so one connection is given priority and the other only takes over if the higher priority connection fails.
Don’t have an account yet? Register yourself now and be a part of our community!