Hi,
I try to configure a proxmox cluster HA (+Quorurm + fencing) and bonding network.
For the bonding network below my interface configuration file
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth3 inet manual
auto eth2
iface eth2 inet static
address 192.168.x.x
netmask 255.255.255.0
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode active-backup
auto vmbr0
iface vmbr0 inet static
address 192.168.y.y
netmask 255.255.255.0
gateway 192.168.z.z
network X.X.X.X
bridge_ports bond0
bridge_stp off
bridge_fd 0
dns-nameservers 8.8.8.8
For the part of fencing, I configure my iDRAC6 express with IPMI over Lan
But when I ping the idrac interface, i have a duplicate packets. so my fence dont work.
Do you have any idea about this problem
Thanks
I try to configure a proxmox cluster HA (+Quorurm + fencing) and bonding network.
For the bonding network below my interface configuration file
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth3 inet manual
auto eth2
iface eth2 inet static
address 192.168.x.x
netmask 255.255.255.0
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode active-backup
auto vmbr0
iface vmbr0 inet static
address 192.168.y.y
netmask 255.255.255.0
gateway 192.168.z.z
network X.X.X.X
bridge_ports bond0
bridge_stp off
bridge_fd 0
dns-nameservers 8.8.8.8
For the part of fencing, I configure my iDRAC6 express with IPMI over Lan
But when I ping the idrac interface, i have a duplicate packets. so my fence dont work.
Do you have any idea about this problem
Thanks