Alle Suche hat nicht`s geholfen.
Ich habe zwei Rechner ( PC1 + PC2 ) die ich via NFS miteinander vernetzt habe.
Es befindet sich in jedem der beiden Rchner eine Netzwerkkarte OnBoard ( eth1 ) und eine zusätzliche PCI ( eth0 )-Karte ( 3Com + Realtek-Chipsatz ).
Die Verbindunig stelle ich über ein Crossoverkabel her.
Die /etc/network/interfaces habe ich über das Tool "etherconf erledigt.
Das Problem ist, dass ich via NFS erst zugreifen kann, wenn ich über "dpkg-reconfigure etherconf" beide Rechner neu bzw. die alte ( aber mit identischen Angaben ) Konfiguration wieder überschreibe.
Nach einem Rechnerstart bringt ifconfig bei den Rechner PC1 + PC2 folgende Ausgabe:
Code: Alles auswählen
eth0 Link encap:Ethernet HWaddr 00:A0:24:E1:56:A2
inet addr:10.0.0.1 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::2a0:24ff:fee1:56a2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:1
collisions:8 txqueuelen:1000
RX bytes:121286 (118.4 KiB) TX bytes:66598 (65.0 KiB)
Interrupt:19 Base address:0xd800
eth1 Link encap:Ethernet HWaddr 00:20:ED:3A:D2:2A
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::220:edff:fe3a:d22a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25467 errors:0 dropped:0 overruns:0 frame:0
TX packets:2369 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3212853 (3.0 MiB) TX bytes:250515 (244.6 KiB)
Interrupt:18 Base address:0xc800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:810 errors:0 dropped:0 overruns:0 frame:0
TX packets:810 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3269689 (3.1 MiB) TX bytes:3269689 (3.1 MiB)
Code: Alles auswählen
eth0 Link encap:Ethernet HWaddr 4C:00:10:50:AB:51
inet addr:10.0.0.2 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::4e00:10ff:fe50:ab51/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44100 (43.0 KiB) TX bytes:31156 (30.4 KiB)
Interrupt:209 Base address:0xc400
eth1 Link encap:Ethernet HWaddr 00:0D:61:0F:27:1D
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20d:61ff:fe0f:271d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4323 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:260626 (254.5 KiB) TX bytes:3940 (3.8 KiB)
Interrupt:209 Base address:0xc800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:238 errors:0 dropped:0 overruns:0 frame:0
TX packets:238 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:21132 (20.6 KiB) TX bytes:21132 (20.6 KiB)
Code: Alles auswählen
### etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT BEFORE IT.
auto lo eth0 eth1
iface lo inet loopback
iface eth0 inet static
address 10.0.0.1 ( PC 1 ) - 10.0.0.2 ( PC 2 )
netmask 255.0.0.0
broadcast 10.255.255.255
iface eth1 inet dhcp
hostname debian > debian05 ( PC 2 )
### END OF DEBCONF AREA. PLACE YOUR EDITS BELOW; THEY WILL BE PRESERVED.
Code: Alles auswählen
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
/home 10.0.0.1(rw) > PC 2 entsprechende IP
/etc/auto.master + /auto.misc:
Code: Alles auswählen
# $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
/misc /etc/auto.misc --timeout=60
#/smb /etc/auto.smb
#/misc /etc/auto.misc
#/net /etc/auto.net
# $Id: auto.misc,v 1.2 2003/09/29 08:22:35 raven Exp $
#
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
cd -fstype=iso9660,ro,nosuid,nodev :/dev/hdc
home -rw,soft,intr 10.0.0.1:/home
# the following entries are samples to pique your imagination
#linux -ro,soft,intr ftp.example.org:/pub/linux
#boot -fstype=ext2 :/dev/hda1
#floppy -fstype=auto :/dev/fd0
#floppy -fstype=ext2 :/dev/fd0
#e2floppy -fstype=ext2 :/dev/fd0
#jaz -fstype=ext2 :/dev/sdc1
#removable -fstype=ext2 :/dev/hdd
PC 1:
Code: Alles auswählen
debian:~# dpkg-reconfigure etherconf
start_configlet: configlet in path /usr/share/configlets/xserver-common is bad
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth1/00:20:ed:3a:d2:2a
Sending on LPF/eth1/00:20:ed:3a:d2:2a
Sending on Socket/fallback/fallback-net
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.2 -- renewal in 78840000 seconds.
Code: Alles auswählen
debian05:~# dpkg-reconfigure etherconf
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth1/00:0d:61:0f:27:1d
Sending on LPF/eth1/00:0d:61:0f:27:1d
Sending on Socket/fallback/fallback-net
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.4 -- renewal in 78840000 seconds.
debian05:~#
Habt Ihr eine Idee was ich falsch gemacht habe oder woran es liegen könnte ?
Noch ein Hinweis zum Schluss:
Bei dem Einbinden der PCI -Netzwerkkarten hatte ich ein wenig Probleme, die aber dann aus unerklärlichen und nicht reproduzierbaren Gründen aufeinmal verschwunden waren.