[SOLVED] Hetzner Subnetz Proxmox Einrichtung

Denschen

Member
Jul 30, 2020
9
0
6
Guten Morgen zusammen,

ich möchte gerne ein /29 Subnetz beim Proxmox VE 6.3-2 einrichten. Ich hab schon einige Foreinträge durchgesucht. Jedoch fehlt mir irgendwas noch..

Folgende Konfiguration:

Subnetz-IP: 178.X.X.120
Maske: 255.255.255.248
Broadcast: 178.X.X.127

Verwendbare IPs: X.121 bis X.126

Ich hab im Proxmox selbst nun eine neue Bridge angelegt:

Name: vmbr1
IPv4: 178.X.X.121/29

Daraus ergibt sich dann folgende Config (etc\network\interfaces):

Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
    address 188.X.X.225/26
    gateway 188.X.X.193
    bridge-ports eno1
    bridge-stp off
    bridge-fd 0

auto vmbr1
iface vmbr1 inet static
    address 178.X.X.121/29
    bridge-ports none
    bridge-stp off
    bridge-fd 0

Wenn ich jetzt meiner Windows VM folgende statische IPv4 Konfiguration gebe:

IP-Adresse: 178.X.X.122
Subnetz: 255.255.255.248
Def Gateway: 188.X.X.225 (Proxmox Host selbst)

DNS: 8.8.8.8

Leider bekomme ich mit der Konfiguration kein Internet und nur internes Netz. Beim Network Device die Mac-Addresse lasse ich automatisch konfigurieren und gebe nur vmbr1 an.


Ich freue mich auf eure RÜckmeldungen! :)

Grüße

Dennis
 
/proc/sys/net/ipv4/ip_forward muss "1" sein. das kann man im /etc/network/interfaces oder in sysctl konfigurieren
 
  • Like
Reactions: Denschen

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!