Hello. Can somebody help me please
I have this config '/etc/network/interfaces' on ProxmoxVE:
How can I make on vmbr0 one static IP address and other one dhcp together?
In ifupdown legacy mode it looks like this:
But in ifupdown2 this method doesn't work
I have this config '/etc/network/interfaces' on ProxmoxVE:
Code:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.1.1.3/24
address 192.168.1.5/24
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
In ifupdown legacy mode it looks like this:
Code:
auto vmbr0:1
iface vmbr0:1 inet dhcp
But in ifupdown2 this method doesn't work
Last edited: