Hello
I'm feeling foolish, I really believe this should be quite simple. I have 2 Proxmox hosts, connected to the same LAN with a gateway to the world outside. This works fine.
Now I want to create a separate LAN to use for the cluster I want to set up. Each hosts has 4 ehternet connections. Below is the contents of /etc/network/interfaces for the two hosts. Both hosts are connected to a simple switch for the local LAN, and a router for the "standard" LAN. But they can't ping each other in the 10.10.10.* network.
Please help
Host 1
Host 2
I'm feeling foolish, I really believe this should be quite simple. I have 2 Proxmox hosts, connected to the same LAN with a gateway to the world outside. This works fine.
Now I want to create a separate LAN to use for the cluster I want to set up. Each hosts has 4 ehternet connections. Below is the contents of /etc/network/interfaces for the two hosts. Both hosts are connected to a simple switch for the local LAN, and a router for the "standard" LAN. But they can't ping each other in the 10.10.10.* network.
Please help
Host 1
Code:
auto lo
iface lo inet loopback
iface eno4 inet manual
iface eno1 inet manual
iface eno2 inet manual
auto eno3
iface eno3 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.232/24
gateway 192.168.1.1
bridge-ports eno4
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 10.10.10.232/24
bridge-ports eno3
bridge-stp off
bridge-fd 0
Host 2
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.167/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface usb0 inet manual
auto vmbr1
iface vmbr1 inet static
address 10.10.10.167/24
bridge-ports eno3
bridge-stp off
bridge-fd 0