Proxmox Cluster Netzwerk nicht pingbar von neuer Node

Sirhexalot

Member
Aug 5, 2019
2
0
6
49
Hallo,

ich habe 2 Proxmox Nodes als Cluster auf einem seperatem Netzwerk verbunden.

192.168.44.1 pve01
192.168.44.2 pve02

Beide Nodes können sich pingen.

Nun möchte ich eine dritte Node hinzufügen.

192.168.44.3 pve03

Alle 3 Nodes sind auf dem gleich Switch verbunden.

Leider kann ich von der dritten Node pve03 keinen Ping auf pve01 und pve02 ausführen.

TCPDUMP hängt an.

PVE01
auto lo
iface lo inet loopback

iface enp96s0f0 inet manual

auto vmbr0
iface vmbr0 inet static
address 10.10.10.69
netmask 255.255.0.0
gateway 10.10.10.254
bridge_ports enp96s0f0
bridge_stp off
bridge_fd 0

auto vmbr1
iface vmbr1 inet static
address 192.168.44.1
netmask 255.255.255.0
bridge-ports enp96s0f1
bridge-stp off
bridge-fd 0

auto vmbr2
iface vmbr2 inet static
address 172.16.0.101
netmask 255.255.0.0
bridge-ports enp24s0f0
bridge-stp off
bridge-fd 0

iface enp96s0f1 inet manual

iface enp24s0f0 inet manual


PVE02
/etc/network/interfaces
auto lo
iface lo inet loopback

iface enp96s0f0 inet manual

iface enp96s0f1 inet manual

iface enp24s0f0 inet manual

iface enp24s0f1 inet manual

auto vmbr0
iface vmbr0 inet static
address 10.10.10.70
netmask 255.255.0.0
gateway 10.10.10.254
bridge-ports enp96s0f0
bridge-stp off
bridge-fd 0

auto vmbr1
iface vmbr1 inet static
address 192.168.44.2
netmask 255.255.255.0
bridge-ports enp96s0f1
bridge-stp off
bridge-fd 0

auto vmbr2
iface vmbr2 inet static
address 172.16.0.102
netmask 255.255.255.0
bridge-ports enp24s0f0
bridge-stp off
bridge-fd 0

PVE03
/etc/network/interfaces
auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

iface eno3 inet manual

iface eno4 inet manual

iface enp131s0 inet manual

iface enp134s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 10.10.10.71
netmask 255.255.0.0
gateway 10.10.10.254
bridge-ports eno1
bridge-stp off
bridge-fd 0

auto vmbr1
iface vmbr1 inet static
address 192.168.44.3
netmask 255.255.255.0
bridge-ports enp134s0
bridge-stp off
bridge-fd 0

auto vmbr2
iface vmbr2 inet static
address 172.16.0.103
netmask 255.255.0.0
bridge-ports enp131s0
bridge-stp off
bridge-fd 0
 
Last edited:
bitte für config files code tags verwenden - das erleichtert das lesen ungemein.

* auf den ersten verdacht - kann es sein dass der switchport der dritte node in einem anderen VLAN hängt?
* vl. sind die NIC namen anders? (`ip link`, `ip addr` geben hier Auskunft - wenn beim Output zu einem interface nicht LOWER_UP steht, dann hat es keinen link)
* taucht nach einem ping versuch die mac-addresse der anderen nodes im neighbor table auf ? `ip neigh`?
* geht ein ping von node1/2 -> node 3?
* ist eine firewall aktiviert?

Ich hoffe das hilft weiter!
 

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!