ich bekomme per dhcp meine ip Adresse zugewiesen und möchte.
Meine "/etc/network/interfaces" sieht wie folgt aus:
ich möchte aber dazu noch in ein weiteres Netzwerk rein. Dazu gebe ich auf der Shell folgendes ein:# 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
# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
up ip route add to 10.0.0.0/8 via 192.168.6.240
down ip route del to 10.0.0.0/8 via 192.168.6.240
Danach habe ich dann auch Zugriff auf ein weiteres Netzwerk. das muß aber nach jedemroute add -net 10.0.0.0 netmask 255.255.255.0 gw 192.168.6.240 dev eth1
Booten eingeben. Gibts da nicht auch eine Möglöcihkeit dsa als statische bzw. dauerhafte
Route einzutragen ?
Gruß
Poc