Proxmox VM bridge not working

piougy

New Member
Mar 27, 2022
5
1
3
Hello,


I have a problem on the "vmbr1" bridge when upgrading from 6.4 to 7.1 (network UNREACHABLE).
The "vmbr1" bridge work correctly in 6.4. My vmbr0 bridge work fine !
I have read a lot of messages but without finding a solution.



My /etc/network/interfaces files
Code:
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

iface eth2 inet manual

iface eth3 inet manual

iface eth4 inet manual

iface eth5 inet manual

auto bond0
iface bond0 inet manual
        bond-slaves eth2 eth4 eth5
        bond-miimon 100
        bond-mode 802.3ad
        bond-xmit-hash-policy layer2
        bond-min-links 1

auto vmbr0
iface vmbr0 inet static
        address X.X.X.X/8
        gateway 10.255.255.254
        bridge-ports eth0
        bridge-stp off
        bridge-fd 0

auto vmbr2
iface vmbr2 inet manual
        bridge-ports bond0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

auto vmbr1
iface vmbr1 inet static
        address 192.168.100.101/24
        bridge-ports eth1
        bridge-stp off
        bridge-fd 0


ifup vmbr1 -d

Code:
debug: args = Namespace(all=False, iflist=['vmbr1'], verbose=False, debug=True, quiet=False, CLASS=None, withdepends=False, perfmode=False, nocache=False, excludepats=None, interfacesfile=None, interfacesfileformat='native', type=None, syntaxcheck=False, skipupperifaces=False, force=False, syslog=False, noact=False, printdependency=None, noaddons=False, version=None, nldebug=False)
debug: creating ifupdown object ..
info: requesting link dump
info: requesting address dump
info: requesting netconf dump
debug: nlcache: reset errorq
debug: {'use_daemon': 'no', 'template_enable': '1', 'template_engine': 'mako', 'template_lookuppath': '/etc/network/ifupdown2/templates', 'default_interfaces_configfile': '/etc/network/interfaces', 'disable_cli_interfacesfile': '0', 'addon_syntax_check': '0', 'addon_scripts_support': '1', 'addon_python_modules_support': '1', 'multiple_vlan_aware_bridge_support': '1', 'ifquery_check_success_str': 'pass', 'ifquery_check_error_str': 'fail', 'ifquery_check_unknown_str': '', 'ifquery_ifacename_expand_range': '0', 'link_master_slave': '0', 'delay_admin_state_change': '0', 'ifreload_down_changed': '0', 'addr_config_squash': '0', 'ifaceobj_squash': '0', 'adjust_logical_dev_mtu': '1', 'state_dir': '/run/network/'}
info: loading builtin modules from ['/usr/share/ifupdown2/addons']
info: module ppp not loaded (module init failed: no /usr/bin/pon found)
info: module batman_adv not loaded (module init failed: no /usr/sbin/batctl found)
debug: bridge: using reserved vlan range (0, 0)
debug: bridge: init: warn_on_untagged_bridge_absence=False
debug: bridge: init: vxlan_bridge_default_igmp_snooping=None
debug: bridge: init: arp_nd_suppress_only_on_vxlan=False
debug: bridge: init: bridge_always_up_dummy_brport=None
info: executing /sbin/sysctl net.bridge.bridge-allow-multiple-vlans
debug: bridge: init: multiple vlans allowed True
info: module mstpctl not loaded (module init failed: no /sbin/mstpctl found)
info: executing /bin/ip rule show
info: executing /bin/ip -6 rule show
info: address: using default mtu 1500
info: address: max_mtu undefined
info: executing /usr/sbin/ip vrf id
info: mgmt vrf_context = False
info: dhclient: dhclient_retry_on_failure set to 0
info: executing /bin/ip addr help
info: address metric support: OK
info: module ppp not loaded (module init failed: no /usr/bin/pon found)
info: module mstpctl not loaded (module init failed: no /sbin/mstpctl found)
info: module batman_adv not loaded (module init failed: no /usr/sbin/batctl found)
info: looking for user scripts under /etc/network
info: loading scripts under /etc/network/if-pre-up.d ...
info: loading scripts under /etc/network/if-up.d ...
info: loading scripts under /etc/network/if-post-up.d ...
info: loading scripts under /etc/network/if-pre-down.d ...
info: loading scripts under /etc/network/if-down.d ...
info: loading scripts under /etc/network/if-post-down.d ...
info: using mgmt iface default prefix eth
info: processing interfaces file /etc/network/interfaces
debug: bond0: evaluating port expr '['eth2', 'eth4', 'eth5']'
debug: vmbr0: evaluating port expr '['eth0']'
debug: vmbr2: evaluating port expr '['bond0']'
debug: vmbr1: evaluating port expr '['eth1']'
debug: eth0: marking interface with mgmt flag
debug: eth1: marking interface with mgmt flag
debug: eth2: marking interface with mgmt flag
debug: eth3: marking interface with mgmt flag
debug: eth4: marking interface with mgmt flag
debug: eth5: marking interface with mgmt flag
debug: scheduling '['pre-up', 'up', 'post-up']' for ['vmbr1']
debug: dependency graph {
        lo : []
        eth0 : []
        eth1 : []
        eth2 : []
        eth3 : []
        eth4 : []
        eth5 : []
        bond0 : ['eth2', 'eth4', 'eth5']
        vmbr0 : ['eth0']
        vmbr2 : ['bond0']
        vmbr1 : ['eth1']
}
debug: vmbr1: found dependents ['eth1']
info: vmbr1: running ops ...
debug: vmbr1: pre-up : running module openvswitch
debug: vmbr1: pre-up : running module openvswitch_port
debug: vmbr1: pre-up : running module xfrm
debug: vmbr1: pre-up : running module link
debug: vmbr1: pre-up : running module bond
debug: vmbr1: pre-up : running module vlan
debug: vmbr1: pre-up : running module vxlan
debug: vmbr1: pre-up : running module usercmds
debug: vmbr1: pre-up : running module bridge
info: vmbr1: bridge already exists
info: vmbr1: applying bridge settings
info: vmbr1: reset bridge-hashel to default: 4
info: vmbr1: reset bridge-hashmax to default: 512
info: reading '/sys/class/net/vmbr1/bridge/stp_state'
info: vmbr1: netlink: ip link set dev vmbr1 type bridge (with attributes)
debug: attributes: {26: 4, 27: 512}
debug: vmbr1: evaluating port expr '['eth1']'
info: vmbr1: applying bridge port configuration: ['eth1']
info: vmbr1: eth1: bridge-pathcosts: no configuration detected, resetting to default 100
debug: (cache 4)
info: eth1: netlink: ip link set dev eth1: bridge port attributes
debug: attributes: {3: 100}
info: vmbr1: applying bridge configuration specific to ports
info: vmbr1: processing bridge config for port eth1
debug: vmbr1: evaluating port expr '['eth1']'
info: bridge mac is already inherited from eth1
debug: vmbr1: _get_bridge_mac returned (eth1, XX:XX:XX:XX:XX:XX)
debug: vmbr1: cached hwaddress value:XX:XX:XX:XX:XX:XX
debug: vmbr1: pre-up : running module bridgevlan
debug: vmbr1: pre-up : running module tunnel
debug: vmbr1: pre-up : running module vrf
debug: vmbr1: pre-up : running module ethtool
debug: vmbr1: pre-up : running module address
info: executing /sbin/sysctl net.mpls.conf.vmbr1.input=0
info: writing '0' to file /proc/sys/net/ipv4/conf/vmbr1/arp_accept
debug: vmbr1: up : running module dhcp
debug: vmbr1: up : running module address
debug: vmbr1: up : running module addressvirtual
debug: vmbr1: up : running module usercmds
debug: vmbr1: up : running script /etc/network/if-up.d/postfix
info: executing /etc/network/if-up.d/postfix
debug: vmbr1: up : running script /etc/network/if-up.d/mountnfs
info: executing /etc/network/if-up.d/mountnfs
debug: vmbr1: post-up : running module usercmds
debug: vmbr1: statemanager sync state pre-up
debug: saving state ..
info: exit status 0


ip -a

Code:
10: vmbr2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff
11: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.101/24 scope global vmbr1
       valid_lft forever preferred_lft forever

Any suggestions from people here ?
 
  • Like
Reactions: Jacopo1891
Can you provide the output of ip -details l? And please don't mask the MAC addresses, or at least so that different ones don't map to the same masked one.
 
Last edited:
Hi Mira,

My ip -details l details :

Code:
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 promiscuity 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
    link/ether 94:57:a5:5b:b3:84 brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 60 maxmtu 9000
    bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.94:57:a5:5b:b3:84 designated_root 8000.94:57:a5:5b:b3:84 hold_timer    0.00 message_age_timer    0.00 forward_delay_timer    0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on mcast_to_unicast off neigh_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off addrgenmode eui64 numtxqueues 5 numrxqueues 5 gso_max_size 65536 gso_max_segs 65535
    altname enp2s0f0
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr1 state UP mode DEFAULT group default qlen 1000
    link/ether 94:57:a5:5b:b3:85 brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 60 maxmtu 9000
    bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.94:57:a5:5b:b3:85 designated_root 8000.94:57:a5:5b:b3:85 hold_timer    0.00 message_age_timer    0.00 forward_delay_timer    0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on mcast_to_unicast off neigh_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off addrgenmode eui64 numtxqueues 5 numrxqueues 5 gso_max_size 65536 gso_max_segs 65535
    altname enp2s0f1
4: eth2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
    link/ether 94:57:a5:5b:b3:86 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 60 maxmtu 9000
    bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 94:57:a5:5b:b3:86 queue_id 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> ad_partner_oper_port_state 61 ad_partner_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> addrgenmode eui64 numtxqueues 5 numrxqueues 5 gso_max_size 65536 gso_max_segs 65535
    altname enp2s0f2
5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 5c:b9:01:de:16:b8 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 46 maxmtu 9600 addrgenmode eui64 numtxqueues 91 numrxqueues 31 gso_max_size 65536 gso_max_segs 65535 portid 5cb901de16b8
    altname enp5s0f0
6: eth5: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
    link/ether 94:57:a5:5b:b3:86 brd ff:ff:ff:ff:ff:ff permaddr 94:57:a5:5b:b3:87 promiscuity 0 minmtu 60 maxmtu 9000
    bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 94:57:a5:5b:b3:87 queue_id 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> ad_partner_oper_port_state 61 ad_partner_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> addrgenmode eui64 numtxqueues 5 numrxqueues 5 gso_max_size 65536 gso_max_segs 65535
    altname enp2s0f3
    altname eno4
7: eth4: <NO-CARRIER,BROADCAST,MULTICAST,SLAVE,UP> mtu 1500 qdisc mq master bond0 state DOWN mode DEFAULT group default qlen 1000
    link/ether 94:57:a5:5b:b3:86 brd ff:ff:ff:ff:ff:ff permaddr 5c:b9:01:de:16:bc promiscuity 0 minmtu 46 maxmtu 9600
    bond_slave state BACKUP mii_status DOWN link_failure_count 0 perm_hwaddr 5c:b9:01:de:16:bc queue_id 0 ad_aggregator_id 3 ad_actor_oper_port_state 69 ad_actor_oper_port_state_str <active,aggregating,defaulted> ad_partner_oper_port_state 1 ad_partner_oper_port_state_str <active> addrgenmode eui64 numtxqueues 91 numrxqueues 31 gso_max_size 65536 gso_max_segs 65535 portid 5cb901de16bc
    altname enp5s0f1
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
    link/ether 94:57:a5:5b:b3:84 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535
    bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.94:57:a5:5b:b3:84 designated_root 8000.94:57:a5:5b:b3:84 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer    0.00 tcn_timer    0.00 topology_change_timer    0.00 gc_timer   10.40 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 512 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3124 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535
9: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr2 state UP mode DEFAULT group default qlen 1000
    link/ether 94:57:a5:5b:b3:86 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535
    bond mode 802.3ad miimon 100 updelay 0 downdelay 0 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer2 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 1 lp_interval 1 packets_per_slave 1 lacp_rate slow ad_select stable ad_aggregator 1 ad_num_ports 2 ad_actor_key 9 ad_partner_key 962 ad_partner_mac f4:03:43:74:2a:00 ad_actor_sys_prio 65535 ad_user_port_key 0 ad_actor_system 00:00:00:00:00:00 tlb_dynamic_lb 1
    bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.be:52:96:1:1d:a5 designated_root 8000.be:52:96:1:1d:a5 hold_timer    0.00 message_age_timer    0.00 forward_delay_timer    0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on mcast_to_unicast off neigh_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off addrgenmode eui64 numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535
10: vmbr2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
    link/ether be:52:96:01:1d:a5 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535
    bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 1 vlan_protocol 802.1Q bridge_id 8000.be:52:96:1:1d:a5 designated_root 8000.be:52:96:1:1d:a5 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer    0.00 tcn_timer    0.00 topology_change_timer    0.00 gc_timer    6.02 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 512 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3124 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535
11: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
    link/ether 94:57:a5:5b:b3:85 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535
    bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.94:57:a5:5b:b3:85 designated_root 8000.94:57:a5:5b:b3:85 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer    0.00 tcn_timer    0.00 topology_change_timer    0.00 gc_timer  190.39 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 512 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3124 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535
 
Thank you for the output.

How do you test the network? Could you provide the commands including the complete output?
Please also provide the output of ip r and if possible the journal since the last boot: journalctl -b > journal.txt (attach the resulting file here or provide a download link).
If the resulting journal file contains information you don't want public, you can also send it (or a download link) via mail: m.limbeck@proxmox.com
 
Please provide both the network config (/etc/network/interfaces) and the routes (ip r) for the non-working node as well as for one of the working ones.

This could be an issue with the routing.
 
Hi,

Working node :

Code:
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

iface eth2 inet manual

iface eth3 inet manual

iface eth4 inet manual

iface eth5 inet manual

auto bond0
iface bond0 inet manual
        bond-slaves eth2 eth4 eth5
        bond-miimon 100
        bond-mode 802.3ad
        bond-xmit-hash-policy layer2
        bond-min-links 1

auto vmbr0
iface vmbr0 inet static
        address 10.1.0.103/8
        gateway 10.255.255.254
        bridge-ports eth0
        bridge-stp off
        bridge-fd 0
        hwaddress 94:57:a5:5b:b1:d4

auto vmbr2
iface vmbr2 inet manual
        bridge-ports bond0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094
        hwaddress be:52:96:01:1c:a5

auto vmbr1
iface vmbr1 inet static
        address 192.168.100.103/24
        bridge-ports eth1
        bridge-stp off
        bridge-fd 0

Non working node

Code:
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

auto eth2
iface eth2 inet manual

iface eth3 inet manual

auto eth4
iface eth4 inet manual

auto eth5
iface eth5 inet manual

auto bond0
iface bond0 inet manual
        bond-slaves eth2 eth4 eth5
        bond-miimon 100
        bond-mode 802.3ad
        bond-xmit-hash-policy layer2
        bond-min-links 1

auto vmbr0
iface vmbr0 inet static
        address 10.1.0.101/8
        gateway 10.255.255.254
        bridge-ports eth0
        bridge-stp off
        bridge-fd 0
        hwaddress 94:57:a5:5b:b3:84

auto vmbr2
iface vmbr2 inet manual
        bridge-ports bond0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094
        hwaddress be:52:96:01:1d:a5

auto vmbr1
iface vmbr1 inet static
        address 192.168.100.101/24
        bridge-ports eth1
        bridge-stp off
        bridge-fd 0
 
Please also provide the route information: ip r for both nodes.
 
Hi Mira

node hp3 :

Code:
default via 10.255.255.254 dev vmbr0 proto kernel onlink
10.0.0.0/8 dev vmbr0 proto kernel scope link src 10.1.0.103
192.168.100.0/24 dev vmbr1 proto kernel scope link src 192.168.100.103

node hp1

Code:
default via 10.255.255.254 dev vmbr0 proto kernel onlink
10.0.0.0/8 dev vmbr0 proto kernel scope link src 10.1.0.101
192.168.100.0/24 dev vmbr1 proto kernel scope link src 192.168.100.101
 
Thank you!

Are there any differences in the firewall configs? iptables-save
 
No difference !

node 1

Code:
# Generated by iptables-save v1.8.7 on Tue Mar 29 16:25:18 2022
*raw
:PREROUTING ACCEPT [13712593:2846654246]
:OUTPUT ACCEPT [11112645:2143645560]
COMMIT
# Completed on Tue Mar 29 16:25:18 2022
# Generated by iptables-save v1.8.7 on Tue Mar 29 16:25:18 2022
*filter
:INPUT ACCEPT [11116493:2218690059]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [11112646:2143645856]
COMMIT
# Completed on Tue Mar 29 16:25:18 2022

node 3
Code:
# Generated by iptables-save v1.8.7 on Tue Mar 29 16:25:28 2022
*raw
:PREROUTING ACCEPT [184824911:2836485584789]
:OUTPUT ACCEPT [135235150:837896941485]
COMMIT
# Completed on Tue Mar 29 16:25:28 2022
# Generated by iptables-save v1.8.7 on Tue Mar 29 16:25:28 2022
*filter
:INPUT ACCEPT [177438986:2834646415173]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [135235151:837896941797]
COMMIT
# Completed on Tue Mar 29 16:25:28 2022
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!