Proxmox VE mit Subnetz von Hetzner

Peter Krauß

New Member
Jun 11, 2018
1
1
1
48
Hallo
Ich habe jetzt einige Beiträge gelesen aber leider will nichts so richtig funktionieren.
Hat jemand eine Beispielkonfig mit PX VE 5 und einem zusätzlich Subnetz das von Hetzner auf den Root Server auf dem Proxmos installiert ist geroutet ist.
Und evtl ein Beispiel eine Linux VM Netzwerkkonfig :)

Viele Grüße
Peter
 
  • Like
Reactions: Luki20
Klar im Host:

Code:
auto eth0
iface eth0 inet static
        address 88.99.X.Y
        netmask 255.255.255.192
        gateway 88.99.X.Z
        post-up ethtool -K eth0 tso off gso off
       
auto vmbr0
iface vmbr0 inet static
        address 88.99.A.B
        netmask 255.255.255.240
        bridge_ports none
        bridge_stp off
        bridge_fd 0

In der VM:

Code:
auto eth0
iface eth0 inet static
        address 88.99.A.C
        netmask 255.255.255.240
        gateway 88.99.A.B

Forwarding ist angeschaltet über sysctl.
 

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!