Hi Guys,
I need help on setting this up.
I have two host running proxmox. Each host has two physical NIC (eth0 and eth1). eth0 is connected to the public network with a vmbr0 brigde. Each VM's are individually assigned public ip. This config is working as it should.
The one im having issues with is the configuration on eth1 and vmbr1. Both proxmox hosts' eth1 are hooked up on the same switch, and I want guest VMs' on either host communicate with each other. what should I do? so far this configuration has failed me. Guest VMs are not communicating with each other on vmbr1 even within the same host.
also note eth1 from host 1 and eth1 from host 2 are pingable from each other.
/etc/netwok/interface is below
FOR HOST 1 -
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 66.x.x.x
netmask 255.255.255.224
gateway 66.x.x.x
dns-nameservers 209.172.41.202 209.172.41.200
dns-search privatedns.com
auto eth1
iface eth1 inet static
address 10.0.0.1
netmask 255.255.255.0
auto vmbr0
iface vmbr0 inet static
address 70.x.x.x
netmask 255.255.255.252
gateway 70.x.x.x
bridge_ports none
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.0.100
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
FOR HOST 2 -
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 88.x.x.x
netmask 255.255.255.224
gateway 70.x.x.x
dns-nameservers 209.172.41.202 209.172.41.200
dns-search privatedns.com
auto eth1
iface eth1 inet static
address 10.0.0.2
netmask 255.255.255.0
auto vmbr0
iface vmbr0 inet static
address 90.x.x.x
netmask 255.255.255.252
gateway 90.x.x.x
bridge_ports none
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.0.200
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
I need help on setting this up.
I have two host running proxmox. Each host has two physical NIC (eth0 and eth1). eth0 is connected to the public network with a vmbr0 brigde. Each VM's are individually assigned public ip. This config is working as it should.
The one im having issues with is the configuration on eth1 and vmbr1. Both proxmox hosts' eth1 are hooked up on the same switch, and I want guest VMs' on either host communicate with each other. what should I do? so far this configuration has failed me. Guest VMs are not communicating with each other on vmbr1 even within the same host.
also note eth1 from host 1 and eth1 from host 2 are pingable from each other.
/etc/netwok/interface is below
FOR HOST 1 -
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 66.x.x.x
netmask 255.255.255.224
gateway 66.x.x.x
dns-nameservers 209.172.41.202 209.172.41.200
dns-search privatedns.com
auto eth1
iface eth1 inet static
address 10.0.0.1
netmask 255.255.255.0
auto vmbr0
iface vmbr0 inet static
address 70.x.x.x
netmask 255.255.255.252
gateway 70.x.x.x
bridge_ports none
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.0.100
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
FOR HOST 2 -
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 88.x.x.x
netmask 255.255.255.224
gateway 70.x.x.x
dns-nameservers 209.172.41.202 209.172.41.200
dns-search privatedns.com
auto eth1
iface eth1 inet static
address 10.0.0.2
netmask 255.255.255.0
auto vmbr0
iface vmbr0 inet static
address 90.x.x.x
netmask 255.255.255.252
gateway 90.x.x.x
bridge_ports none
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.0.200
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0