Hi,
I need some help understanding how I might configure proxmox for multiple, separate networks. I have a single switch port / ethernet cable coming into the pve hardware. I'm told by the network guys that that switch port has multiple (tagged) vlans such that each network is enabled on that switch port.
I've set up proxmox with the default vmbr0 on one of those networks setting the port/slave to eth0. Every VM that I spin up that's in that network behaves exactly as I expect. It can see out, it can get a DHCP lease, etc.
However, when I set up a VM that's on a different network, (obviously) it can't see out.
So, I set up a vmbr1 that's on that different network. And I set it's port/slave to eth0.3 (the tag for the vlan supporting that network). The only way I could figure out how to set it to be part of that other network was to assign an IP on that vmbr to an IP on that different network. See attached image for the description.
Can anyone tell me what I need to do in order to bring VM5 online?
Here's vm5's /etc/network/interfaces:
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 10.61.67.74
netmask 255.255.255.128
network 10.61.67.0
broadcast 10.61.67.127
gateway 10.61.67.1
Thanks in advance!
ACC
I need some help understanding how I might configure proxmox for multiple, separate networks. I have a single switch port / ethernet cable coming into the pve hardware. I'm told by the network guys that that switch port has multiple (tagged) vlans such that each network is enabled on that switch port.
I've set up proxmox with the default vmbr0 on one of those networks setting the port/slave to eth0. Every VM that I spin up that's in that network behaves exactly as I expect. It can see out, it can get a DHCP lease, etc.
However, when I set up a VM that's on a different network, (obviously) it can't see out.
So, I set up a vmbr1 that's on that different network. And I set it's port/slave to eth0.3 (the tag for the vlan supporting that network). The only way I could figure out how to set it to be part of that other network was to assign an IP on that vmbr to an IP on that different network. See attached image for the description.
Can anyone tell me what I need to do in order to bring VM5 online?
Here's vm5's /etc/network/interfaces:
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 10.61.67.74
netmask 255.255.255.128
network 10.61.67.0
broadcast 10.61.67.127
gateway 10.61.67.1
Thanks in advance!
ACC
Attachments
Last edited: