Hetzner Networking config

Meso

New Member
Aug 1, 2020
9
0
1
27
Guten Abend,

Ich habe das folgende Problem mit der Konfiguration, obwohl die VM einfach kein Internet bekommt.
Der Anbieter ist Hetnzer, hat jemand eine Idee?

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.*/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:
 # / etc / network / interfaces
# Loopback-Gerät:
auto lo
iface lo inet loopback

# Gerät: eth0
auto ens18
iface eth0 inet static
  Adresse 176.9.76. *
  Netzmaske 255.255.255.255
  Punkt 176.9.76.*
  Gateway 176.9.76.* [/ CODE]
 
Last edited:
Hallo Meso,

1:
hier gibt es extra ein Bereich: "Proxmox VE (Deutsch/German)"
2:
insbesondere öffentliche IPs würde ich möglichst nicht öffentlich posten, änder die um in dummy Zahlen....
(nach ca. 30Sek. hatte ich schon mal deine Website: Electrum Technologies GmbH .... ;-)


Grüße,
maxprox
 

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!