ich steh hier etwas auf dem schlauch...
ich habe 2 pcs zusammengeschraubt. beide besitzen 2 NICs.
pc1: nic1: 172.xxx.xxx.xxx
nic2: 10.0.0.1
pc2: nic1: 172.xxx.xxx.xxx
nic2: 10.0.0.2
wenn ich die ip der ersten karte anpinge geht alles wunderbar. nur eben diese 10er ip lässt sich nicht anpingen. die /etc/network/interfaces sieht so 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
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 172.xx.x.xxx
netmask 255.255.255.0
network 172.xx.x.x
broadcast 172.xx.x.255
gateway 172.xx.x.xxx
# The secondary network interface
auto eth1
iface eth1 inet static
address 10.0.0.1
netmask 255.255.255.0
network 10.0.0.0
#broadcast 10.0.0.255
#gateway 172.25.8.252
als meldung bekomme ich:
network or host unreachable
wo liegt hier der denkfehler?
gruesse rene