OK, this is what my /etc/interfaces/network file looks like now, but
still, when I restart and do an ifconfig it opnly lists my th0 device,
not the eth1. When I do an ifconfig eth1 it comes up. Without an ip,
but it shows...
What am I doing wrong?
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
auto eth1
iface eth1 inet static
address 10.0.0.1
Stephan