hallo
ifconfig:
eth0 Protokoll:Ethernet Hardware Adresse 00:0D:56:DF:5E:CE
inet Adresse:192.168.0.8 Bcast:192.168.0.255 Maske:255.255.255.0
inet6 Adresse: fe80::20d:56ff:fedf:5ece/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:225 errors:0 dropped:0 overruns:0 frame:0
TX packets:222 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:154795 (151.1 KiB) TX bytes:44147 (43.1 KiB)
lo Protokoll: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 Metric:1
RX packets:58 errors:0 dropped:0 overruns:0 frame:0
TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:4020 (3.9 KiB) TX bytes:4020 (3.9 KiB)
iwconfig:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
eth2 IEEE 802.11g ESSID:"WLAN" Nickname:"unknown"
Mode:Managed Bit Rate=54 Mb/s Tx-Power=25 dBm
RTS thr:off Fragment thr:off
Encryption key:************************
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sit0 no wireless extensions.
ifup eth2 gibt aus:
Ignoring unknown interface eth2=eth2.
was passt da nicht?
vorher hab i gmacht:
iwconfig eth2 essid WLAN
iwconfig eth2 key *****
iwconfig eth2 rate 11m
ifup eth2 gibt fehler ??
ifup eth2 gibt fehler ??
Heute ist ein guter Tag zum Sterben.
# 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
# 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
Heute ist ein guter Tag zum Sterben.