Hey hier noch ein paar ☺ mehr Infoś
fabi@fabi-desktop:~$ egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
fabi@fabi-desktop:~$ egrep -v "^$|^#" /etc/resolv.conf
nameserver 192.168.2.1
fabi@fabi-desktop:~$ egrep -v "^$|^#" /etc/hosts
127.0.0.1 localhost
127.0.1.1 fabi-desktop
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
fabi@fabi-desktop:~$ cat /etc/udev/rules.d/70-persistent-net.rules
# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:15:f2:27:ea:29", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
fabi@fabi-desktop:~$ ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:15:f2:27:ea:29
inet Adresse:192.168.2.100 Bcast:192.168.2.255 Maske:255.255.255.0
inet6-Adresse: fe80::215:f2ff:fe27:ea29/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:247111 errors:0 dropped:0 overruns:0 frame:0
TX packets:151234 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:347057266 (347.0 MB) TX bytes:13536994 (13.5 MB)
Interrupt:17 Basisadresse:0x9800
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:26 errors:0 dropped:0 overruns:0 frame:0
TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:1648 (1.6 KB) TX bytes:1648 (1.6 KB)
fabi@fabi-desktop:~$ route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
fabi@fabi-desktop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
fabi@fabi-desktop:~$
fabi@fabi-desktop:~$ ping -c 4 <routerip>
bash: Syntaxfehler beim unerwarteten Wort `newline'
fabi@fabi-desktop:~$ 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_seq=1 ttl=57 time=50.7 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=2 ttl=57 time=50.4 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=3 ttl=57 time=50.0 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=4 ttl=57 time=51.1 ms
--- ubuntuusers.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 50.032/50.618/51.195/0.457 ms
fabi@fabi-desktop:~$ 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_seq=1 ttl=57 time=50.9 ms
64 bytes from 213.95.41.11: icmp_seq=2 ttl=57 time=50.0 ms
64 bytes from 213.95.41.11: icmp_seq=3 ttl=57 time=49.9 ms
64 bytes from 213.95.41.11: icmp_seq=4 ttl=57 time=48.9 ms
--- 213.95.41.11 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 48.980/49.979/50.935/0.691 ms
fabi@fabi-desktop:~$
fabi@fabi-desktop:~$ iwlist chan
lo no frequency information.
eth0 no frequency information.
fabi@fabi-desktop:~$ sudo iwlist scan
[sudo] password for fabi:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
fabi@fabi-desktop:~$ rfkill list
fabi@fabi-desktop:~$ lsmod
Module Size Used by
nls_iso8859_1 3249 0
nls_cp437 4919 0
vfat 8933 0
fat 47767 1 vfat
binfmt_misc 6587 1
ppdev 5259 0
snd_hda_codec_realtek 203408 1
snd_hda_intel 22069 2
snd_hda_codec 74201 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5412 1 snd_hda_codec
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70694 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26722 0
snd_seq_midi 4557 0
snd_rawmidi 19056 1 snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19098 2 snd_pcm,snd_seq
snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 54180 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
sbp2 19448 0
fbcon 35102 71
tileblit 2031 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
nvidia 9961216 42
soundcore 6620 1 snd
lp 7028 0
usb_storage 39841 0
usbhid 36110 0
hid 67096 1 usbhid
psmouse 63245 0
serio_raw 3978 0
intel_agp 24375 0
snd_page_alloc 7076 2 snd_hda_intel,snd_pcm
vga16fb 11385 1
vgastate 8961 1 vga16fb
agpgart 31724 2 nvidia,intel_agp
parport 32635 2 ppdev,lp
8139too 18545 0
ohci1394 26950 0
ieee1394 81181 2 sbp2,ohci1394
8139cp 16186 0
mii 4381 2 8139too,8139cp
fabi@fabi-desktop:~$ cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
fabi@fabi-desktop:~$ cat /etc/NetworkManager/nm-system-settings.conf
# This file is installed into /etc/NetworkManager, and is loaded by
# NetworkManager by default. To override, specify: '--config file'
# during NM startup. This can be done by appending to DAEMON_OPTS in
# the file:
#
# /etc/default/NetworkManager
#
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
fabi@fabi-desktop:~$
Hoffe es bekommt einer hin ☺
Bearbeitet von praseodym:
Bitte verwende in Zukunft Codeblöcke, um die Übersicht im Forum zu verbessern, Danke.