Hi
I have just installed 2 proxmox nodes, applied the license and configure the network as nested bonding in my production environment. The network is up and from any of the two nodes i can ping internet and ping other hosts in the network. I can also ping any of the proxmox nodes from other hosts in the network.
However, the two proxmox nodes can not ping each other, and obviously i can not setup a cluster :-(.
I have attached the nested bonding config, although the fact that i can send/receive pings to/from other hosts in the network (L3) and i can set bonding1 or 2 down and i it works as expected(L2) make me thinks there is nothing wrong with such config but with something i am missing completely.
Any ideas? I can not move forward deploying VMs into production without setting up a cluster.
(network is a /24 and both nodes have the same configuration, hardware and software, with the exception of the ip address) . No firewall is active or setup (iptables -L comes empty)
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface enp7s0f0 inet manual
iface enp7s0f1 inet manual
iface enp8s0f0 inet manual
iface enp8s0f1 inet manual
auto bond1
iface bond1 inet manual
slaves eno1 eno2
bond_mode 802.3ad
bond_miimon 100
bond-xmit-hash-policy layer2+3
bond-lacp-rate 1
auto bond2
iface bond2 inet manual
slaves enp7s0f0 enp7s0f1
bond_mode 802.3ad
bond_miimon 100
bond-xmit-hash-policy layer2+3
bond-lacp-rate 1
auto bond0
iface bond0 inet manual
slaves bond1 bond2
bond_mode active-backup
bond_miimon 200
auto vmbr0
iface vmbr0 inet static
address 10.12.64.41
netmask 255.255.255.0
gateway 10.12.64.2
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
I have just installed 2 proxmox nodes, applied the license and configure the network as nested bonding in my production environment. The network is up and from any of the two nodes i can ping internet and ping other hosts in the network. I can also ping any of the proxmox nodes from other hosts in the network.
However, the two proxmox nodes can not ping each other, and obviously i can not setup a cluster :-(.
I have attached the nested bonding config, although the fact that i can send/receive pings to/from other hosts in the network (L3) and i can set bonding1 or 2 down and i it works as expected(L2) make me thinks there is nothing wrong with such config but with something i am missing completely.
Any ideas? I can not move forward deploying VMs into production without setting up a cluster.
(network is a /24 and both nodes have the same configuration, hardware and software, with the exception of the ip address) . No firewall is active or setup (iptables -L comes empty)
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface enp7s0f0 inet manual
iface enp7s0f1 inet manual
iface enp8s0f0 inet manual
iface enp8s0f1 inet manual
auto bond1
iface bond1 inet manual
slaves eno1 eno2
bond_mode 802.3ad
bond_miimon 100
bond-xmit-hash-policy layer2+3
bond-lacp-rate 1
auto bond2
iface bond2 inet manual
slaves enp7s0f0 enp7s0f1
bond_mode 802.3ad
bond_miimon 100
bond-xmit-hash-policy layer2+3
bond-lacp-rate 1
auto bond0
iface bond0 inet manual
slaves bond1 bond2
bond_mode active-backup
bond_miimon 200
auto vmbr0
iface vmbr0 inet static
address 10.12.64.41
netmask 255.255.255.0
gateway 10.12.64.2
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge-vlan-aware yes
bridge-vids 2-4094