mit meinem PC ( AMD 64 Debian testing, KDE) habe ich nach einer Änderung des Netzwerkes, d. h. nach Eingabe einer Route folgendes Problem.....
Beim Boot wird der eingetragene Gateway ignoriert, teilweise sogar aus der interfaces gelöscht.
Hier mal die / etc/network/interfaces
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).
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.155.2
netmask 255.255.255.0
network 192.168.155.0
gateway 192.168.155.1
broadcast 192.168.155.255
mtu 1492
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.155.1
dns-search local
# The secundary network interface
allow-hotplug eth1
iface eth1 inet static
address 192.168.55.2
netmask 255.255.255.0
mtu 1492
Die Eingabe von route wird in der Konsole ignoriert.
Ausgabe ip route vor der händischen Eingabe des Gateways....
Code: Alles auswählen
root@orca:~> ip route
192.168.155.0/24 dev eth0 proto kernel scope link src 192.168.155.2
192.168.55.0/24 dev eth1 proto kernel scope link src 192.168.55.2
Netzwerkmanager KDE ist nicht installiert und Gnome-NW-Manager ausgeschaltet.
Gruss orcape