Hello forum,
I'd need to have a secondary IP on vmbr0 because I want to enable receiving remote logs on a proxmox node and I want to avoid change logserver IP on every sending machine.
I tried that and it's working fine:
but... that Unknown on type column make me think about if it's ok, considering it's a production machine that act as nfs shared storage only.
It's advisable to have two IPs on a proxmox node's bridge? It's supported and advisable?
Thanks in advance
I'd need to have a secondary IP on vmbr0 because I want to enable receiving remote logs on a proxmox node and I want to avoid change logserver IP on every sending machine.
I tried that and it's working fine:
Code:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 10.8.10.23
netmask 255.255.255.0
gateway 10.8.10.1
bridge_ports eth0.10
bridge_stp off
bridge_fd 0
auto vmbr0:0
iface vmbr0:0 inet static
address 10.8.10.24
netmask 255.255.255.0
but... that Unknown on type column make me think about if it's ok, considering it's a production machine that act as nfs shared storage only.
It's advisable to have two IPs on a proxmox node's bridge? It's supported and advisable?
Thanks in advance