Hi we are working on proxmox Virtual Environment 6.2-4 and trying to setup the three node cluster ,
Problem is configuring the Fibre Network over the nodes . The proxmox GUI shows the Network cards as active and but NOT able to ping them
vi /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
iface eno52 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface eno49 inet manual
iface eno50 inet manual
iface eno51 inet manual
auto ens1f1
iface ens1f1 inet manual
auto ens1f0
#iface ens1f0 inet manual
iface ens1f0 inet static
address 192.168.1.12
netmask 255.255.255.0
gateway 192.168.1.1
#Fiber port 0
#iface bond0 inet static
# address 172.16.15.112/24
# bond-slaves ens1f0 ens1f1
# bond-miimon 100
# bond-mode balance-rr
#Cluster Bond
auto vmbr0
iface vmbr0 inet static
address 172.16.15.12/24
gateway 172.16.15.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#Proxmox Mgt Network
# bond-slaves ens1f0 ens1f1
# bond-miimon 100
# bond-mode balance-rr
#Cluster Bond
auto vmbr0
iface vmbr0 inet static
address 172.16.15.12/24
gateway 172.16.15.1
bridge-ports eno1
bridge-stp off
and when i check the state of interfaces it shows as DOWN
root@pve3:~# ip link show up
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 14:02:ec:04:b1:70 brd ff:ff:ff:ff:ff:ff
10: ens1f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 00:90:fa:79:11:1e brd ff:ff:ff:ff:ff:ff
11: ens1f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 00:90:fa:79:11:22 brd ff:ff:ff:ff:ff:ff
13: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 14:02:ec:04:b1:70 brd ff:ff:ff:ff:ff:ff
root@pve3:~# ip link set dev ens1f0 up
root@pve3:~# ip link show up
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 14:02:ec:04:b1:70 brd ff:ff:ff:ff:ff:ff
10: ens1f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 00:90:fa:79:11:1e brd ff:ff:ff:ff:ff:ff
11: ens1f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 00:90:fa:79:11:22 brd ff:ff:ff:ff:ff:ff
13: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 14:02:ec:04:b1:70 brd ff:ff:ff:ff:ff:ff
Please suggest where I am going wrong .
Rg
Phoneme
Problem is configuring the Fibre Network over the nodes . The proxmox GUI shows the Network cards as active and but NOT able to ping them
vi /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
iface eno52 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface eno49 inet manual
iface eno50 inet manual
iface eno51 inet manual
auto ens1f1
iface ens1f1 inet manual
auto ens1f0
#iface ens1f0 inet manual
iface ens1f0 inet static
address 192.168.1.12
netmask 255.255.255.0
gateway 192.168.1.1
#Fiber port 0
#iface bond0 inet static
# address 172.16.15.112/24
# bond-slaves ens1f0 ens1f1
# bond-miimon 100
# bond-mode balance-rr
#Cluster Bond
auto vmbr0
iface vmbr0 inet static
address 172.16.15.12/24
gateway 172.16.15.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
#Proxmox Mgt Network
# bond-slaves ens1f0 ens1f1
# bond-miimon 100
# bond-mode balance-rr
#Cluster Bond
auto vmbr0
iface vmbr0 inet static
address 172.16.15.12/24
gateway 172.16.15.1
bridge-ports eno1
bridge-stp off
and when i check the state of interfaces it shows as DOWN
root@pve3:~# ip link show up
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 14:02:ec:04:b1:70 brd ff:ff:ff:ff:ff:ff
10: ens1f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 00:90:fa:79:11:1e brd ff:ff:ff:ff:ff:ff
11: ens1f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 00:90:fa:79:11:22 brd ff:ff:ff:ff:ff:ff
13: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 14:02:ec:04:b1:70 brd ff:ff:ff:ff:ff:ff
root@pve3:~# ip link set dev ens1f0 up
root@pve3:~# ip link show up
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 14:02:ec:04:b1:70 brd ff:ff:ff:ff:ff:ff
10: ens1f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 00:90:fa:79:11:1e brd ff:ff:ff:ff:ff:ff
11: ens1f1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 00:90:fa:79:11:22 brd ff:ff:ff:ff:ff:ff
13: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 14:02:ec:04:b1:70 brd ff:ff:ff:ff:ff:ff
Please suggest where I am going wrong .
Rg
Phoneme