Netzwerkfehler bei Container/VMs | 101: Network is unreachable | Hetzner

Floppic

New Member
Nov 18, 2019
2
0
1
Hallo zusammen,

ich sitze bereits schon mehrere Tage an diesem Problem.
Den Fehler kann ich schlecht beschreiben.
Ich kann zum Beispiel keine neuen Pakete auf meinen Containern/VMs (Ubuntu 16.04) installieren, einen Ping wiederum z.B. an google.de funktioniert Allerdings.

Das Merkwürdige ist, vor ein paar Tagen lief alles mit der gleichen Netzwerkkonfiguration ohne Probleme.
Ich habe meinen Server bei Hetzner gemietet.

Auf dem Hostsystem funktioniert das Netzwerk soweit.

Vielen Dank für eure Hilfe!

Grüße
Floppic

fehler1.PNG

fehler2.PNG

Code:
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

iface lo inet6 loopback

auto enp3s0
iface enp3s0 inet static
        address  5.9.***.23
        netmask  255.255.255.224
        gateway  5.9.***.1
        pointopoint 5.9.***.1

iface enp3s0 inet6 static
        address  2a01:***:***:4141::2
        netmask  64
        gateway  fe80::1

auto vmbr0
iface vmbr0 inet static
address  5.9.***.23
        netmask  32
        bridge-ports none
        bridge-stp off
        bridge-fd 0
        brigge_maxwait 0
        up ip route add 5.9.***.90/32 dev vmbr0
        up ip route add 5.9.***.91/32 dev vmbr0
        up ip route add 5.9.***.86/32 dev vmbr0

iface vmbr0 inet6 static
        address  2a01:***:***:4141::2
        netmask  64

Code:
auto lo
iface lo inet loopback
iface lo inet6 loopback

# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

auto eth0
iface eth0 inet static
        address 5.9.***.90
        netmask 255.255.255.255
# --- BEGIN PVE ---
        post-up ip route add 5.9.***.23 dev eth0
        post-up ip route add default via 5.9.***.23 dev eth0
        pre-down ip route del default via 5.9.***.23 dev eth0
        pre-down ip route del 5.9.***.23 dev eth0
# --- END PVE ---

Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address 5.9.***.86
        netmask 255.255.255.255
        pointopoint 5.9.***.23
        gateway 5.9.***.23
 
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!