Probelm Mit Network seit updaten von Debian9

luiluiboy014

Renowned Member
Aug 19, 2015
35
0
71
Hey Leute habe ein Problem Ich bekomme Es nicht Richtig hin seit dem update von debian 9 habe ich kein ssh zugriff oder der ist nicht richtig online weil eth0 nicht mehr online bekomme kommt immer fehler Hoffe ihr könnt mir helfen weil ich weiß nicht wie das bei debian 9 jetzt aus sehen tutu

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

#source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0

auto eth0
iface eth0 inet static
address 89.163.142.30
netmask 255.255.255.128
pointopoint 146.0.32.167
gateway 146.0.32.167
nameserver 62.141.32.3
nameserver 62.141.32.4
nameserver 62.141.32.5

auto eth0:0
iface eth0:0 inet static
address 89.163.142.31
netmask 255.255.255.128
pointopoint 146.0.32.167
gateway 146.0.32.167
nameserver 62.141.32.3
nameserver 62.141.32.4
nameserver 62.141.32.5

auto eth0:1
iface eth0:1 inet static
address 89.163.142.32
netmask 255.255.255.128
pointopoint 146.0.32.167
gateway 146.0.32.167
nameserver 62.141.32.3
nameserver 62.141.32.4
nameserver 62.141.32.5

auto eth0:2
iface eth0:2 inet static
address 89.163.142.33
netmask 255.255.255.128
pointopoint 146.0.32.167
gateway 146.0.32.167
nameserver 62.141.32.3
nameserver 62.141.32.4
nameserver 62.141.32.5

iface eth0 inet6 static
address 2001:4ba0:ffe8:0025::100
up /sbin/ifconfig eth0 inet6 add 2001:4ba0:ffe8:25::101/64
up /sbin/ifconfig eth0 inet6 add 2001:4ba0:ffe8:25::102/64
up /sbin/ifconfig eth0 inet6 add 2001:4ba0:ffe8:25::103/64
netmask 64
up ip -6 route add 2001:4ba0:ffe8:1:beef::1 dev eth0
up ip -6 route add default via 2001:4ba0:ffe8:1:beef::1 dev eth0
down ip -6 route del default via 2001:4ba0:ffe8:1:beef::1 dev eth0
down ip -6 route del 2001:4ba0:ffe8:1:beef::1 dev eth0

https://picload.org/view/dggpcarw/termin.png.html
 
Last edited:
Hey,

ich würde mal behaupten, dass Du bei den eth0:x Interfacen das:
netmask 255.255.255.128
pointopoint 146.0.32.167
gateway 146.0.32.167
nameserver 62.141.32.3
nameserver 62.141.32.4
nameserver 62.141.32.5
weg lassen kannst, schreib da einfach nur "netmask 255.255.255.255" hin.

MfGF.Jörg
 
Hi!

Du solltest nur bei eth0 den Gateway angeben und bei jedem eth0:x den Gateway entfernen. Dann sollte es funktionieren.

LG Oliver

Siehe: wiki.debian.org/NetworkConfiguration#Legacy_method

Bespiel:
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.42
netmask 255.255.255.0
gateway 192.168.1.1

auto eth0:0
allow-hotplug eth0:0
iface eth0:0 inet static
address 192.168.1.43
netmask 255.255.255.0

auto eth0:1
allow-hotplug eth0:1
iface eth0:1 inet static
address 192.168.1.44
netmask 255.255.255.0
 

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!