Good afternoon,
I am having issues while trying to configure a cluster. I can access all machines with Proxmox installed, via browser, but the machines can't communicate with each other. I can't even ping from one machine to another ( I'm able to ping the machines with my machine that I use to access via browser), but all configs are all right.
When I try to join a cluster or add a backup server, I receive an error message saying that there is no route to host.
The
root@cyberlab3:~# cat /etc/network/interfaces
# network interface settings; autogenerated #
#Please do NOT modify this file directly, unless you know what you're doing.
# If you want to manage parts of the network configuration manually, please utilize the 'source' or 'source-directory' directives to do so.
# PVE will preserve these directives, but will NOT read its network configuration from sourced files, so do not attempt to move any of the PVE #managed interfaces into external files!
Any suggestion?
Thank you
I am having issues while trying to configure a cluster. I can access all machines with Proxmox installed, via browser, but the machines can't communicate with each other. I can't even ping from one machine to another ( I'm able to ping the machines with my machine that I use to access via browser), but all configs are all right.
When I try to join a cluster or add a backup server, I receive an error message saying that there is no route to host.
The
/etc/network/interfaces
file contains:root@cyberlab3:~# cat /etc/network/interfaces
# network interface settings; autogenerated #
#Please do NOT modify this file directly, unless you know what you're doing.
# If you want to manage parts of the network configuration manually, please utilize the 'source' or 'source-directory' directives to do so.
# PVE will preserve these directives, but will NOT read its network configuration from sourced files, so do not attempt to move any of the PVE #managed interfaces into external files!
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.103/24
gateway 192.168.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface wlp2s0 inet manual
Any suggestion?
Thank you
Last edited: