Hetzner Network Settings

Meso

Member
Aug 1, 2020
9
0
6
27
Guten Abend liebe Gemeinschaft,

Ich habe bei hetzner einen dedizierten Server und verloren Proxmox mit 2 vms laufen lassen, leider verloren die verloreneinstellung so gar nicht.
Leider kam ich mit Hetzner & Proxmox nicht weiter, hat da jemand eine Idee. Wurde Netzwerkkonfiguration angeht bin ich kein Experte, habe bereits etliche Kombinationen versucht, die VM bekommen nie Internet

die vom Hauptserver:
Code:
# / etc / network / interfaces

### Hetzner Online GmbH - Installationsbild

# Loopback-Gerät:
auto lo
iface lo inet loopback



# Gerät: eth0
auto enp4s0
iface enp4s0 inet static
  Adresse 176.9.76. * *
  Netzmaske 255.255.255.255
  Punkt 176.9.76.161
  Gateway 176.9.76.161



# für Einzel-IPs
auto vmbr0
iface vmbr0 inet static
  Adresse 176.9.76.*
  Netzmaske 255.255.255.255
  bridge_ports keine
  bridge_stp aus
  bridge_fd 0
  up ip route add 176.9.76.201/32 dev vmbr0



# für ein Subnetz
auto vmbr1
iface vmbr1 inet static
  Adresse 10.10.10.10
  Netzmaske 255.255.255.0
  bridge_ports keine
  bridge_stp aus
  bridge_fd 0 [/ CODE]


[B] Die von den sozialen VMs: [/ B]
[CODE] # / etc / network / interfaces

# Loopback-Gerät:
auto lo
iface lo inet loopback



# Gerät: eth0
auto eth0
iface eth0 inet static
  Adresse 176.9.76. * *
  Netzmaske 255.255.255.255
  Punkt 176.9.76.193
  Gateway 176.9.76.193 [/ CODE] [/ CODE]
 
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!