Quellcode |
|
1 2 |
date ; unzip | port ; touch | head ; strip | top ; finger socket ; grep ; mount | tail ; gasp < yes & yes ; umount ; sleep |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 |
ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 ap_scan=1 network={ ssid="Network_Name" key_mgmt=NONE wep_key0="PASSPHRASE123" wep_tx_keyidx=0 priority=2 auth_alg=SHARED } |
Quellcode |
|
1 2 3 4 5 |
modules=( "wpa_supplicant" ) wpa_supplicant_ath0="-Dmadwifi" wpa_timeout_ath0=60 gateway="ath0/192.168.155.1" config_Network_Name="192.168.155.55 netmask 255.255.255.0 broadcast 192.168.0.255" |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 ap_scan=1 # Verbindung mit WEP 128 Bit Schlüssel network={ ssid="ADSL-WIRELESS" key_mgmt=NONE wep_key0=0123456789ABCDEF0123456789 #keine " " da HEX wep_tx_keyidx=0 priority=2 auth_alg=SHARED } |
Quellcode |
|
1 2 3 4 5 6 7 8 9 |
config_eth0=( "192.168.0.222 netmask 255.255.255.0" ) routes_eth0=("default gw 192.168.0.1") modules=( "wpa_supplicant" ) wpa_supplicant_eth1="-Dipw" wpa_timeout_eth1=60 gateway="eth1/192.168.1.1" config_eth1="192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255" |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
* Starting eth1 * Starting wpa_supplicant on eth1 ... ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported Failed to set encryption. ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported Failed to set encryption. ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported Failed to set encryption. ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported Failed to set encryption. ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported [ ok ] * timed out |
Quellcode |
|
1 |
config_eth1=( "dhcp" ) |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
lo no wireless extensions. eth0 no wireless extensions. eth1 IEEE 802.11b ESSID:"ADSL-WIRELESS" Nickname:"ipw2100" Mode:Managed Frequency:2.437 GHz Access Point: 00:0F:3D:A6:0F:9A Bit Rate=11 Mb/s Tx-Power:16 dBm Retry min limit:7 RTS thr:off Fragment thr:off Encryption key:xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xx Security mode:open Power Management:off Link Quality=84/100 Signal level=-74 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:2 Invalid misc:4 Missed beacon:0 |
Quellcode |
|
1 2 3 4 5 6 7 8 |
eth1 Link encap:Ethernet HWaddr 00:0C:F1:4A:00:2E inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:19351 errors:91 dropped:89 overruns:0 frame:0 TX packets:19617 errors:0 dropped:421 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:12164240 (11.6 Mb) TX bytes:2552394 (2.4 Mb) Interrupt:7 Base address:0x4000 Memory:faffc000-faffcfff |
Quellcode |
|
1 |
/etc/wpa_supplicant.conf |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=2 # hier je nachdem ob dein essid gebroadcasted wird, sprich: für alle sichtbar ist. # in meinem Fall nein. fals ja, soll es auf 1 stehen. network={ ssid="<meine essid>" proto=WPA key_mgmt=WPA-PSK pairwise=TKIP group=TKIP psk="<passkey>" } |
Quellcode |
|
1 |
/etc/conf.d/net |
Quellcode |
|
1 2 3 4 5 |
modules=( "wpa_supplicant" ) config_eth1=("dhcp") dhcpcd_eth1="-t 5" wpa_supplicant_eth1="-Dwext" wpa_timeout_eth1=21 |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »herrlado« (04.06.2006, 17:34)
Quellcode |
|
1 2 3 4 5 |
modules=( "wpa_supplicant" ) wpa_supplicant_eth1="-Dwext" wpa_timeout_eth1=10 iface_eth1="dhcp" dhcpcd_eth1="-t 5" |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 ap_scan=1 # Verbindung mit WEP 128 Bit Schlüssel # (kein WPA, kein IEEE 802.1X) network={ ssid="ADSL-WIRELESS" key_mgmt=NONE wep_key0=111111111111111111111111 wep_tx_keyidx=0 priority=2 auth_alg=SHARED } |
Zitat
/etc/init.d/net.eth1 restart
* Stopping eth1
* Bringing down eth1
* Shutting down eth1 ... [ ok ]
* Stopping wpa_supplicant on eth1 ... [ ok ]
* Starting eth1
* Starting wpa_supplicant on eth1 ... [ ok ]
* eth1 connected to "ADSL-WIRELESS" at 00:0F:3D:A6:0F:9A
* Bringing up eth1
* dhcp
* Running dhcpcd ...
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
iwconfig lo no wireless extensions. eth0 no wireless extensions. eth1 IEEE 802.11b ESSID:"ADSL-WIRELESS" Nickname:"ipw2100" Mode:Managed Frequency:2.437 GHz Access Point: 00:0F:3D:A6:0F:9A Bit Rate=11 Mb/s Tx-Power:16 dBm Retry min limit:7 RTS thr:off Fragment thr:off Encryption key:1111-1111-1111-1111-1111-1111-11 Security mode:open Power Management:off Link Quality=84/100 Signal level=-74 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:8 Invalid misc:13 Missed beacon:0 |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
localhost boot # ifconfig eth0 Link encap:Ethernet HWaddr 00:0F:1F:24:99:A5 inet addr:192.168.0.222 Bcast:192.168.0.255 Mask:255.255.255.0 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:11 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:13727 errors:0 dropped:0 overruns:0 frame:0 TX packets:13727 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:473587 (462.4 Kb) TX bytes:473587 (462.4 Kb) |
Quellcode |
|
1 |
config_eth1=( "dhcp" ) |
Quellcode |
|
1 |
iface_eth1="dhcp" |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »mijke« (04.06.2006, 20:32)