bugra

New Member
Jan 24, 2024
1
0
1
Hallo,
ich habe einen Hetzner Server Debian V12 und habe nun Proxmox erfolgreich installiert und wollte nun mehrere VMs erstellen. Dies habe ich auch getan bis ich während der Konfiguration der ersten VM bemerkt habe, dass ich Probleme habe eine Internet Verbindung herzustellen. Ich gehe davon aus dass ich nen Fehler in der Netzwerk Konfiguration des Hosts habe. Könntet ihr mir helfen wo genau das Problem liegt.

Ich habe nur eine Pub IP Adresse und habe folgende Netzwerk Konfiguration:


sudo cat /etc/network/interfaces

auto lo
iface lo inet loopback


auto enp9s0
iface enp9s0 inet static
address 176.X.X.X/27
gateway 176.X.X.X
auto vmbr0
iface vmbr0 inet static
address 10.10.10.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o enp9s0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o enp9s0 -j MASQUERADE
 
Hi,
vermutlich brauchst du noch die conntrack zones rule, siehe dazu https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_network_masquerading

Falls das auch nichts hilft, versuch doch mal mittels tcpdump -i <interface> icmp auf vmbr0 und enp9s0 mit laufendem ping zu einem remote in einer VM zu schauen bis wohin die Netzwerkpakete kommen und welche Source-Adressen diese haben. Auch sollte die Netzwerkkonfiguration in den VM überprüft werden (befindet sich die VM im richtigen subnet? das Gateway sollte die IP der vmbr0 sein. ist ein Nameserver konfiguiriert? ist dieser erreichbar? ecc.)

Edit: Vielleicht hillft auch dieser Artikel weiter https://community.hetzner.com/tutorials/install-and-configure-proxmox_ve
 
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!