Good morning sirs, I have a cluster with 2 proxmox nodes that communicates using a bond1 link connection:
Now I would like to access to this LAN from one of the VM managed by the cluster (the switch is a managed switch an I would like to access the web configuration page of the switch from one of the VM). The only solution I0ve found is to remove the ip address from the bond1 and create a bridge having 192.168.255.1/24 IP address and bond1 as a bridge port. It's correct? I have to pay some particoular attention during this process or can I make this changes even in production?
Thank you very much
Piviul
Code:
# ip address | grep bond1
3: eno2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond1 state UP group default qlen 1000
7: ens3f1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond1 state UP group default qlen 1000
12: bond1: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
inet 192.168.255.1/24 scope global bond1
Thank you very much
Piviul