Netzwerkaufbau:
- Alle Rechner in einem Subnetz (192.168.99.x)
- Alle IP-Adressen statich vergeben (kein DHCP)
- Gateway ist ein Router der für die Verbindung ins Internet sorgt.
- Als DNS wird der DNS-Servers des Provider eintragen.
- Anbieter ist dic.at
Rechner Hardware:
- Mainboard: A7N8X Deluxe Cipset nForce 2
- CPU Athlon XP 2600+
- 2 OnBoard Netzwerkkarten
- 1 Netzwerkkarten im PCI-Slot
Es scheinen alle 3 KArten erkannt zu werden.
Das Kabel ist an der Netzwerkkarte im PCI-Slot angeschlossen.
Ich kann vom Terminal aus andere Rechner mit der IP-Adresse pingen.
Der Rechner ist von anderen Geräten im Netzwerk ebenfalls pingbar.
Und hier die Infos (ich hoffe das passt so):
uname -a:
Linux PCSURF-U 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 athlon i386 GNU/Linux
lspci -nnk | grep -i net -A2
00:04.0 Ethernet controller [0200]: nVidia Corporation nForce2 Ethernet Controller [10de:0066] (rev a1)
Subsystem: ASUSTeK Computer Inc. A7N8X Mainboard onboard nForce2 Ethernet [1043:80a7]
Kernel driver in use: forcedeth
Kernel modules: forcedeth
--
01:07.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8169/8110 Family PCI Gigabit Ethernet NIC [10ec:8169]
Kernel driver in use: r8169
Kernel modules: r8169
--
02:01.0 Ethernet controller [0200]: 3Com Corporation 3C920B-EMB Integrated Fast Ethernet Controller [Tornado] [10b7:9201] (rev 40)
Subsystem: ASUSTeK Computer Inc. A7N8X Deluxe onboard 3C920B-EMB Integrated Fast Ethernet Controller [1043:80ab]
Kernel driver in use: 3c59x
Kernel modules: 3c59x
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
usb-devices
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev=03.00
S: Manufacturer=Linux 3.0.0-12-generic ehci_hcd
S: Product=EHCI Host Controller
S: SerialNumber=0000:00:02.2
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 3
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0001 Rev=03.00
S: Manufacturer=Linux 3.0.0-12-generic ohci_hcd
S: Product=OHCI Host Controller
S: SerialNumber=0000:00:02.0
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 3
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0001 Rev=03.00
S: Manufacturer=Linux 3.0.0-12-generic ohci_hcd
S: Product=OHCI Host Controller
S: SerialNumber=0000:00:02.1
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
egrep -v "^S|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.99.33
netmask 255.255.255.0
network 192.168.99.0
broadcast 192.168.99.255
gateway 192.168.99.2
egrep -v "^S|^#" /etc/resolv.conf
Keine Ausgabe
cat /etc/resolv.conf
# Generated by NetworkManager
egrep -v "^S|^#" /etc/hosts
127.0.0.1 localhost
192.168.99.33 PCSURF-U
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x10ec:0x8169 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:08:54:35:e7:f9", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x10de:0x0066 (forcedeth)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:6e:1f:c3:b2", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
# PCI device 0x10b7:0x9201 (3c59x)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:26:54:0b:72:33", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
ifconfig
eth0 Link encap:Ethernet HWaddr 00:08:54:35:e7:f9
inet addr:192.168.99.33 Bcast:192.168.99.255 Mask:255.255.255.0
inet6 addr: fe80::208:54ff:fe35:e7f9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:838 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:53648 (53.6 KB) TX bytes:6054 (6.0 KB)
Interrupt:19 Base address:0x8000
eth1 Link encap:Ethernet HWaddr 00:26:54:0b:72:33
UP BROADCAST 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:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:21 Base address:0xa000
eth2 Link encap:Ethernet HWaddr 00:0c:6e:1f:c3:b2
UP BROADCAST 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:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:22 Base address:0x6000
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:46 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3649 (3.6 KB) TX bytes:3649 (3.6 KB)
ff02::2 ip6-allrouters
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.99.2 0.0.0.0 UG 100 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
192.168.99.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
eth2 no wireless extensions.
ping -c 4 192.168.99.2
PING 192.168.99.2 (192.168.99.2) 56(84) bytes of data.
64 bytes from 192.168.99.2: icmp_req=1 ttl=64 time=0.758 ms
64 bytes from 192.168.99.2: icmp_req=2 ttl=64 time=0.298 ms
64 bytes from 192.168.99.2: icmp_req=3 ttl=64 time=0.277 ms
64 bytes from 192.168.99.2: icmp_req=4 ttl=64 time=0.271 ms
--- 192.168.99.2 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 0.271/0.401/0.758/0.206 ms
ping -c 4 www.ubuntuusers.de
ping: unknown host www.ubuntuusers.de
ping -c 4 213.95.41.11
PING 213.95.41.11 (213.95.41.11) 56(84) bytes of data.
64 bytes from 213.95.41.11: icmp_req=1 ttl=54 time=40.4 ms
64 bytes from 213.95.41.11: icmp_req=2 ttl=54 time=39.8 ms
64 bytes from 213.95.41.11: icmp_req=3 ttl=54 time=40.7 ms
64 bytes from 213.95.41.11: icmp_req=4 ttl=54 time=41.2 ms
--- 213.95.41.11 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 39.839/40.572/41.276/0.556 ms
iwlist chan
lo no frequency information.
eth0 no frequency information.
eth1 no frequency information.
eth2 no frequency information.
sudo iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
eth1 Interface doesn't support scanning.
eth2 Interface doesn't support scanning.
rfkill list
Keine Ausgabe
lsmod
Module Size Used by
nls_iso8859_1 12617 0
nls_cp437 12751 0
vfat 17308 0
fat 55577 1 vfat
usb_storage 44173 0
uas 17699 0
rfcomm 38408 4
bnep 17923 2
bluetooth 148839 8 bnep,rfcomm
ppdev 12849 0
w83781d 26704 0
hwmon_vid 12658 1 w83781d
w83l785ts 12848 0
nouveau 663211 2
snd_wavefront 34737 0
snd_cs4236 29294 0
snd_wss_lib 30063 2 snd_wavefront,snd_cs4236
snd_opl3_lib 18863 2 snd_wavefront,snd_cs4236
snd_hwdep 13276 2 snd_wavefront,snd_opl3_lib
snd_mpu401 13847 0
snd_mpu401_uart 13865 3 snd_wavefront,snd_cs4236,snd_mpu401
ttm 65224 1 nouveau
snd_seq_midi 13132 0
drm_kms_helper 32889 1 nouveau
drm 192226 4 nouveau,ttm,drm_kms_helper
psmouse 73673 0
snd_rawmidi 25241 3 snd_wavefront,snd_mpu401_uart,snd_seq_midi
i2c_algo_bit 13199 1 nouveau
mxm_wmi 12859 1 nouveau
serio_raw 12990 0
wmi 18744 1 mxm_wmi
snd_intel8x0 33318 3
snd_ac97_codec 106082 1 snd_intel8x0
ac97_bus 12642 1 snd_ac97_codec
video 18908 1 nouveau
snd_seq_midi_event 14475 1 snd_seq_midi
snd_pcm 80468 4 snd_cs4236,snd_wss_lib,snd_intel8x0,snd_ac97_codec
snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
snd_timer 28932 4 snd_wss_lib,snd_opl3_lib,snd_pcm,snd_seq
snd_seq_device 14172 4 snd_opl3_lib,snd_seq_midi,snd_rawmidi,snd_seq
shpchp 32356 0
snd_page_alloc 14115 3 snd_wss_lib,snd_intel8x0,snd_pcm
snd 55902 20 snd_wavefront,snd_cs4236,snd_wss_lib,snd_opl3_lib,snd_hwdep,snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_seq,snd_timer,snd_seq_device
ns558 12654 0
gameport 15060 2 ns558
soundcore 12600 1 snd
i2c_nforce2 12906 0
parport_pc 32114 1
lp 17455 0
parport 40930 3 ppdev,parport_pc,lp
firewire_ohci 35854 0
sata_sil 13278 2
firewire_core 56937 1 firewire_ohci
3c59x 37445 0
r8169 43104 0
crc_itu_t 12627 1 firewire_core
pata_amd 13753 0
forcedeth 58103 0
floppy 60310 0
dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atl|ar9|carl|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt3|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis|wmi|ns8|FW'
[ 0.000000] Linux version 3.0.0-12-generic (buildd@vernadsky) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 (Ubuntu 3.0.0-12.20-generic 3.0.4)
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.008389] Initializing cgroup subsys net_cls
[ 0.068003] print_constraints: dummy:
[ 0.113462] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.115035] pci 0000:01:07.0: [10ec:8169] type 0 class 0x000200
[ 0.115068] pci 0000:01:07.0: reg 14: [mem 0xe1000000-0xe10000ff]
[ 0.115254] pci 0000:01:0b.0: reg 24: [mem 0xe1001000-0xe10011ff]
[ 0.316596] audit: initializing netlink socket (disabled)
[ 0.720167] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.544576] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 1.544823] forcedeth 0000:00:04.0: PCI INT A -> Link[APCH] -> GSI 22 (level, high) -> IRQ 22
[ 1.544830] forcedeth 0000:00:04.0: setting latency timer to 64
[ 1.550559] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.550740] r8169 0000:01:07.0: PCI INT A -> Link[APC4] -> GSI 19 (level, high) -> IRQ 19
[ 1.550778] r8169 0000:01:07.0: (unregistered net_device): no PCI Express capability
[ 1.551363] r8169 0000:01:07.0: eth0: RTL8110s at 0xe0828000, 00:08:54:35:e7:f9, XID 04000000 IRQ 19
[ 1.554202] 3c59x 0000:02:01.0: PCI INT A -> Link[AP3C] -> GSI 21 (level, high) -> IRQ 21
[ 1.554222] 3c59x: Donald Becker and others.
[ 1.609543] ata1: SATA max UDMA/100 mmio m512@0xe1001000 tf 0xe1001080 irq 18
[ 1.609549] ata2: SATA max UDMA/100 mmio m512@0xe1001000 tf 0xe10010c0 irq 18
[ 2.068929] forcedeth 0000:00:04.0: ifname eth2, PHY OUI 0x732 @ 1, addr 00:0c:6e:1f:c3:b2
[ 2.068935] forcedeth 0000:00:04.0: timirq lnktim desc-v1
[ 9.324250] Adding 522236k swap on /dev/sda5. Priority:-1 extents:1 across:522236k
[ 10.273066] forcedeth 0000:00:04.0: eth2: no link during initialization
[ 10.276471] ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 10.296252] eth1: setting half-duplex.
[ 10.297027] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 10.619234] r8169 0000:01:07.0: eth0: link down
[ 10.624841] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.697750] wmi: Mapper loaded
[ 12.850681] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.916300] r8169 0000:01:07.0: eth0: link up
[ 12.916366] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 12.992712] fbcon: nouveaufb (fb0) is primary device
[ 23.312018] eth0: no IPv6 routers present
cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
no-auto-default=00:0c:6e:1f:c3:b2,00:26:54:0b:72:33,
[ifupdown]
managed=false