Hi,
It's possible, but can I ask why you need those all on that bridge?
While there are some usecases, most of the time it's a bit odd.
Hi,
in either case you could'nt setup your network using the WebUI.
So editing /etc/network/interfaces has to be done manually.
It depends on what should be done with those 3 adresses?
Please describe your scenario and one may help.
E.g.:
1. 178.63.xx.xx just for configuring Proxmox Server?
2. 207.48.xx.xx. VM1 with public WebServices A?
3. 98.29.xx.xx VM2 with public WebServices B?
Just to be clear, bridges act like switches and are not routing devices.
One can assign an ip address to a bridge to define the attached network.
But routing has to be done elsewhere.
Therefore it would be helpfull, to know, what would you do with those 3 public addresses?
if you use ifupdown2 package, you can define multiple address on same vmbrX in /etc/network/interfaces. (not available in gui yet)
But, the simply way could be to define 1 vmbr for each range. (anyway, vm on different subnets can't communicate directly without going to the gateway)
auto vmbr1
iface vmbr1 inet static
address 178.63.xx.xx
address 207.15.xx.xx
address 87.39.xx.xx
netmask 28
bridge-ports none
bridge-stp off
bridge-fd 0
Thanks,
This config is true?
Code:auto vmbr1 iface vmbr1 inet static address 178.63.xx.xx address 207.15.xx.xx address 87.39.xx.xx netmask 28 bridge-ports none bridge-stp off bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 178.63.xx.xx/28
address 207.15.xx.xx/28
address 87.39.xx.xx/28
bridge-ports none
bridge-stp off
bridge-fd 0