Im Moment gehts jetzt schon länger, aber geh mas mal an.
1.Laptop Thinkpad SL510, DSL Router von Alice, verbindung wird hergestellt über Hama Powerline Adapter(Internet übers Strom Netz).
Diese Konfiguration hat aber noch nie Probleme gemacht, wie gesagt gestern nach der Einrichtung hat alles Prima funktioniert.
2. Verwendet Kernelversion:
Linux Florian-Linux-Ubuntu 3.5.0-25-generic #38~precise1-Ubuntu SMP Wed Feb 20 09:53:35 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Abfrage von PCI und PCMCIA Karten:
05:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [8086:0084]
Subsystem: Intel Corporation Centrino Wireless-N 1000 BGN [8086:1315]
Kernel driver in use: iwlwifi
--
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
Subsystem: Lenovo Device [17aa:2131]
Kernel driver in use: r8169
USB Geräte:
Bus 002 Device 002: ID 17ef:481c Lenovo Integrated Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
3. Wie ist das Netzwerk konfiguriert:
egrep -v "^$|^#" /etc/network/interfaces :
auto lo
iface lo inet loopback
egrep -v "^$|^#" /etc/resolv.conf :
nameserver 192.168.1.1
nameserver 213.191.92.87
nameserver 62.109.123.6
search localdomain
egrep -v "^$|^#" /etc/hosts :
127.0.0.1 localhost
127.0.1.1 Florian-Linux-Ubuntu
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Zuordnung zu den Schnittstellen:
# 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:/sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="60:eb:69:02:ea:e8", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:/sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0 (iwlwifi)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:26:c7:55:ec:2c", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
Momentane Einstellungen:
ifconfig -a :
eth0 Link encap:Ethernet Hardware Adresse 60:eb:69:02:ea:e8
inet Adresse:192.168.1.59 Bcast:192.168.1.255 Maske:255.255.255.0
inet6-Adresse: fe80::62eb:69ff:fe02:eae8/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:44914 errors:0 dropped:1 overruns:0 frame:0
TX packets:33999 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX-Bytes:44594603 (44.5 MB) TX-Bytes:5501960 (5.5 MB)
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:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX-Bytes:848 (848.0 B) TX-Bytes:848 (848.0 B)
ppp0 Link encap:Punkt-zu-Punkt-Verbindung
inet Adresse:92.227.77.27 P-z-P:213.191.64.117 Maske:255.255.255.255
UP PUNKTZUPUNKT RUNNING NOARP MULTICAST MTU:1492 Metrik:1
RX packets:42758 errors:0 dropped:0 overruns:0 frame:0
TX packets:32335 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:3
RX-Bytes:43475746 (43.4 MB) TX-Bytes:4649759 (4.6 MB)
wlan0 Link encap:Ethernet Hardware Adresse 00:26:c7:55:ec:2c
BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX-Bytes:0 (0.0 B) TX-Bytes:0 (0.0 B)
florian@Florian-Linux-Ubuntu:~$ # This file was automatically generated by the /lib/udev/write_net_rules
florian@Florian-Linux-Ubuntu:~$ # program, run by the persistent-net-generator.rules rules file.
florian@Florian-Linux-Ubuntu:~$ #
florian@Florian-Linux-Ubuntu:~$ # You can modify it, as long as you keep each rule on a single
florian@Florian-Linux-Ubuntu:~$ # line, and change only the value of the NAME= key.
florian@Florian-Linux-Ubuntu:~$
florian@Florian-Linux-Ubuntu:~$ # PCI device 0x10ec:/sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0 (r8169)
florian@Florian-Linux-Ubuntu:~$ SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="60:eb:69:02:ea:e8", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
ATTR{address}==60:eb:69:02:ea:e8,: Befehl nicht gefunden.
florian@Florian-Linux-Ubuntu:~$
florian@Florian-Linux-Ubuntu:~$ # PCI device 0x8086:/sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0 (iwlwifi)
florian@Florian-Linux-Ubuntu:~$ SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:26:c7:55:ec:2c", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
ATTR{address}==00:26:c7:55:ec:2c,: Befehl nicht gefunden.
iwconfig :
ppp0 no wireless extensions.
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
0.0.0.0 213.191.64.117 0.0.0.0 UG 0 0 0 ppp0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 ppp0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
213.191.64.117 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
4. Wie funktioniert Verbindung zum Internet:
ping -c 4 213.191.64.117 :
PING 213.191.64.117 (213.191.64.117) 56(84) bytes of data.
64 bytes from 213.191.64.117: icmp_req=1 ttl=127 time=15.6 ms
64 bytes from 213.191.64.117: icmp_req=2 ttl=127 time=15.4 ms
64 bytes from 213.191.64.117: icmp_req=3 ttl=127 time=15.7 ms
64 bytes from 213.191.64.117: icmp_req=4 ttl=127 time=21.6 ms
--- 213.191.64.117 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 15.487/17.125/21.628/2.604 ms
ping -c 4 www.ubuntuusers.de :
PING ubuntuusers.de (213.95.41.13) 56(84) bytes of data.
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=1 ttl=59 time=25.9 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=2 ttl=59 time=20.4 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=3 ttl=59 time=188 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=4 ttl=59 time=19.5 ms
--- ubuntuusers.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 19.574/63.532/188.177/72.005 ms
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=59 time=21.1 ms
64 bytes from 213.95.41.11: icmp_req=2 ttl=59 time=21.4 ms
64 bytes from 213.95.41.11: icmp_req=3 ttl=59 time=23.9 ms
64 bytes from 213.95.41.11: icmp_req=4 ttl=59 time=25.4 ms
--- 213.95.41.11 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 21.122/22.986/25.494/1.813 ms
Ich hoffe ich hab nix übersehen