falter@pc0303:~$
ssh srv0304
falter@srv0304's password:
Linux srv0304 2.6.32-40-generic-pae #87-Ubuntu SMP Mon Mar 5 21:44:34 UTC 2012 i686 GNU/Linux
Ubuntu 10.04.4 LTS
Welcome to Ubuntu!
* Documentation: https://help.ubuntu.com/
System information as of Sun Apr 15 12:31:49 CEST 2012
System load: 0.01 Processes: 123
Usage of /home: 4.0% of 458.45GB Users logged in: 0
Memory usage: 13%
IP address for eth0: 192.168.200.105
Swap usage: 0%
IP address for eth1: 192.168.200.10
Temperature: 46 C
Graph this data and manage this system at https://landscape.canonical.com/
You have new mail.
Last login: Sun Apr 15 12:25:44 2012 from pc0303.local
falter@srv0304:~$ cat /etc/network/interfaces
# 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 dhcp
#iface eth0 inet static
# address 192.168.200.10
# netmask 255.255.255.0
## gateway 192.168.200.1
## dns-nameservers 192.168.200.1
# The secondary network interface
auto eth1
#iface eth1 inet dhcp
iface eth1 inet static
address 192.168.200.10
netmask 255.255.255.0
# gateway 192.168.200.1
# dns-nameservers 192.168.200.1
falter@srv0304:~$ ifconfig -a
eth0 Link encap:Ethernet Hardware Adresse 00:50:fc:f0:b1:28
inet Adresse:192.168.200.105 Bcast:192.168.200.255 Maske:255.255.255.0
inet6-Adresse: fe80::250:fcff:fef0:b128/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:832 errors:0 dropped:0 overruns:0 frame:0
TX packets:649 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:85968 (85.9 KB) TX bytes:78150 (78.1 KB)
Interrupt:19 Basisadresse:0xc000
eth1 Link encap:Ethernet Hardware Adresse 00:0e:2e:0c:aa:
ec
inet Adresse:192.168.200.10 Bcast:192.168.200.255 Maske:255.255.255.0
inet6-Adresse: fe80::20e:2eff:fe0c:aaec/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:4952 errors:0 dropped:0 overruns:0 frame:0
TX packets:4298 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:767931 (767.9 KB) TX bytes:2213631 (2.2 MB)
Interrupt:17 Basisadresse:0xc400
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:1466 errors:0 dropped:0 overruns:0 frame:0
TX packets:1466 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:444711 (444.7 KB) TX bytes:444711 (444.7 KB)
falter@srv0304:~$ route
Kernel-
IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.200.0 * 255.255.255.0 U 0 0 0 eth1
192.168.200.0 * 255.255.255.0 U 0 0 0 eth0
default speedport.ip 0.0.0.0 UG 100 0 0 eth0
falter@srv0304:~$