Hetzner vSwitch Probleme im Netzwerk

JohnBoyB

New Member
Sep 14, 2023
3
0
1
Hallo Zusammen,

ich bin neu hier im Forum, da ich bei meinen Proxmox Netzwerksettings so langsam absolut an meine Grenzen stoße.

Folgendes Setup:
3x dedizierte Hetzner Server mit zusätzlicher NIC an einem Switch, für das Ceph Cluster.
Die Server sind über die vSwitche mit den Netzen 4001,4002,4003 verbunden.

Die /etc/network/interfaces des Debian 12 sieht wie folgt aus:

Code:
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

iface lo inet6 loopback

# Nic with public IP from Hetzner
auto enp5s0
iface enp5s0 inet static
    address 144.x.x.x/27
    gateway 144.x.x.x
    hwaddress c8:cc:f8:38:91:c5
    up route add -net 144.x.x.x netmask 255.255.255.224 gw 144.x.x.x dev enp5s0

### vlans from hetzner vswitch
auto enp5s0.4001
iface enp5s0.4001 inet manual
    mtu 1400
#proxmox

auto enp5s0.4002
iface enp5s0.4002 inet manual
    mtu 1400
#kubernetes

auto enp5s0.4003
iface enp5s0.4003 inet manual
    mtu 1400
#nat fot internet on host machines

auto vmbr4001
iface vmbr4001 inet static
    address 10.53.8.12/24
    bridge-ports enp5s0.4001
    bridge-stp off
    bridge-fd 0
    mtu 1400
#proxmox

auto vmbr4002
iface vmbr4002 inet static
    address 10.45.82.12/24
    bridge-ports enp5s0.4002
    bridge-stp off
    bridge-fd 0
    mtu 1400
#kubernetes

auto vmbr4003
iface vmbr4003 inet static
    address 10.10.10.12/24
    bridge-ports enp5s0.4003
    bridge-stp off
    bridge-fd 0
    mtu 1400
    post-up   echo 1 > /proc/sys/net/ipv4/ip_forward
    post-up   iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o enp5s0 -j MASQUERADE
    post-down   iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o enp5s0 -j MASQUERADE
#nat

# seperates Networkinterface für CEPH Cluster
auto enp7s0
iface enp7s0 inet manual

auto vmbr4000
iface vmbr4000 inet static
    address 10.87.114.12/24
    bridge-ports enp7s0
    bridge-stp off
    bridge-fd 0
#ceph

Auf den Debian VMs der jeweiligen Proxmox Nodes sieht das ganze wie folgt aus:

Code:
source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug ens18
iface ens18 inet static
    address 10.45.82.12/24
    up ip route add 10.45.0.0/16 via 10.45.82.1
    mtu 1400

auto ens19
iface ens19 inet static
        address 10.10.10.111/24
    gateway 10.10.10.11
    mtu 1400

Das seltsame ist, dass die Verbindung beim Aufbauen stabil ist und ich die VMs sich gegenseitig pingen können.
Wenn ich jetzt etwas warte oder einen Proxmox Node samt der VMs Neustarte, kann ich von den Hosts nicht mehr alle Ziele erreichen.
Das Natting funktioniert durchgehend und alle VMs sind trotz der einen öffentlichen IP pro Node mit Internet versorgt.

Über jede Idee, woran es noch liegen könnte, wäre ich wirklich dankbar.

LG JohnBoyB.
 
Last edited:
sorry ich habe aus versehen das falsche Forum gewählt. Ich habe es jetzt in den öffentlichen Teil gepackt. Dieser Post kann gelöscht werden
 

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!