alors on y va:
avant manipulation:
iwconfig
[code]lo no wireless extensions.
eth1 no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate:2 Mb/s Tx-Power:32 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:****************************** Security mode:restricted
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.[/code]
Ifconfig
[code]eth1 Lien encap:Ethernet HWaddr 00:0C:76:A6:E2:9B
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 lg file transmission:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interruption:193 Adresse de base:0xa400
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:145 errors:0 dropped:0 overruns:0 frame:0
TX packets:145 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:25615 (25.0 KiB) TX bytes:25615 (25.0 KiB)
wlan0 Lien encap:Ethernet HWaddr 00:60:B3:DC:44:02
inet adr:192.168.1.45 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::260:b3ff:fedc:4402/64 Scope:Lien
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:0 (0.0 b) TX bytes:210 (210.0 b)[/code]
route -n
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
resolv.conf
[code]# generated by NetworkManager, do not edit!
nameserver 192.168.1.1[/code]
Après manip:
iwconfig:
[code]lo no wireless extensions.
eth1 no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"NEUF_4D94"
Mode:Managed Frequency:2.457 GHz Access Point: 00:17:33:31:4D:95
Bit Rate:54 Mb/s Tx-Power:32 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:**********************************
Security mode:restricted
Power Management:off
Link Quality:76/100 Signal level:-47 dBm Noise level:-96 dBm
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.
[/code]
Ifconfig
[code]eth1 Lien encap:Ethernet HWaddr 00:0C:76:A6:E2:9B
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 lg file transmission:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interruption:193 Adresse de base:0xa400
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:161 errors:0 dropped:0 overruns:0 frame:0
TX packets:161 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:35295 (34.4 KiB) TX bytes:35295 (34.4 KiB)
wlan0 Lien encap:Ethernet HWaddr 00:60:B3:DC:44:02
inet adr:192.168.1.45 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::260:b3ff:fedc:4402/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:133 errors:0 dropped:0 overruns:0 frame:0
TX packets:175 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:92816 (90.6 KiB) TX bytes:38877 (37.9 KiB[/code]
route -n
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
resolv.conf
[code]# generated by NetworkManager, do not edit!
nameserver 192.168.1.1
[/code]
Enfin voici mon fichier interfaces:
[code]# Fichier de conf reseau
The loopback network interface
auto lo
iface lo inet loopback
###############################################
The primary network interface
#auto eth1
#iface eth1 inet dhcp
#####################################################
config wlan0
auto wlan0
iface wlan0 inet static
address 192.168.1.45
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
wireless-essid NEUF_4D94
wireless-mode managed
wireless-key ***********************************
wireless-channel 10
gateway 192.168.1.1
################################################
[/code]