(muss in plesk synchroniosiert werden und repariert).
So sieht meine interfaces dazu aus unter /ets/network:
Ist das so ok, oder wo muss die 2, ip noch rein?
Code: Alles auswählen
# 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 213.202.x.x
netmask 255.255.255.0
broadcast +
up route -A inet add 213.202.x.x dev eth0
up route -A inet add default gw 213.202.x.x dev eth0
iface eth0 inet6 static
pre-down ip -6 addr flush dev eth0 scope global || :
address 2001:4BA0:BABE:602::
netmask 64
up route -A inet6 add 2001:4BA0:BABE::1 dev eth0
up route -A inet6 add default gw 2001:4BA0:BABE::1 dev eth0
iface eth0:1 inet static
address 46.20.x.x
netmask 255.255.255.0
auto eth0:1