kann das Defaultgateway nicht dauerhaft einstellen. Die <etc/network/interfaces> sieht folgendermaßen aus:
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 eth0
iface lo inet loopback
allow-hotplug eth0
# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 10.130.109.10
netmask 255.255.0.0
broadcast 10.130.255.255
network 10.130.0.0
gateway 10.130.50.2
up ip route add 192.168.129.135/32 via 10.130.50.2
Erst ein "route add default gw 10.130.50.2" setzt das Defaultgateway... aber auch nicht dauerhaft.
Wo kann man das fest einstellen?
Vielen Dank für Eure Hilfe!
Gruß
Stefan