Mehrere externe Subnetze, VMs erreichen anderes Subnetz nicht

Rooobaaat

New Member
Feb 24, 2018
1
0
1
37
Hallo Forum,

erst einmal vielen Dank für diese tolle Anlaufstelle bzgl. Proxmox. Ihr habt mir schon oft geholfen.
Leider habe ich aktuell ein Problem, bei dem ich nicht weiterkomme bzw. weswegen ich mir schon die Finger wund gegoogled habe und immer noch zu keiner Lösung gekommen bin.

Problembeschreibung:
Ich habe einen Rootserver bei Hetzner stehen mit zwei zusätzlichen Subnetzen (1x /28 & 1x /29).
Die VMs in den jeweiligen Subnetzen kommen ohne Problem ins Internet und sind auch aus dem Internet erreichbar. Jedoch kann eine VM aus Subnetz 1 (94.xxx.3.16 / 28) sich nicht mit einer VM aus Subnetz 2 ( 94.xxx.45.88 / 29) verbinden und umgekehrt ist es genau das gleiche. Ich erhalte immer einen Timeout.
Ich vermute hier keine Fehlkonfiguration der VMs, da sie ja ohne Probleme ins Netz kommen und aus dem Netz erreichbar sind. Meine Vermutung ist eher, dass ich die Bridges auf dem Proxmox-Host falsch konfiguriert habe und hoffe, dass ihr mir helfen könnt.

Anbei meine Proxmox-Host config:

root@Debian-93-stretch-64-minimal ~ # cat /etc/network/interfaces

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

iface lo inet6 loopback

auto enp0s31f6
iface enp0s31f6 inet static
address 94.xxx.70.86
netmask 255.255.255.255
gateway 94.xxx.70.65
pointopoint 94.xxx.70.65
up route add -net 94.xxx.70.64 netmask 255.255.255.192 gw 94.xxx.70.65 dev enp0s31f6
# Rootserver IP

auto vmbr0
iface vmbr0 inet static
address 94.xxx.3.17
netmask 255.255.255.240
broadcast 94.xxx.3.31
bridge_ports none
bridge_stp off
bridge_fd 0
#Subnet 94.xxx.3.16/28

auto vmbr1
iface vmbr1 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0
#internal LAN for vmbr0

auto vmbr2
iface vmbr2 inet static
address 94.xxx.45.89
netmask 255.255.255.248
broadcast 94.xxx.45.95
bridge_ports none
bridge_stp off
bridge_fd 0
#Subnet 94.xxx.45.88/29

auto vmbr3
iface vmbr3 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0
#internal LAN for vmbr2

Ich vermute, dass ich auf den externen VMBRs in der Konfiguration noch ein "up route add -net" mitgeben muss, bin mir aber nicht sicher. Und bevor ich etwas kaputt mache, wollte ich euch im Vorfeld fragen.

Liebe Dank für eure Aufmerksamkeit.


Liebe Grüße
Rooobaaat
 
Last edited:

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!