eu tenho um notebook com a placa realtek 8180l eu dou wlist ele encontra o acess mas onde eu configuro qual arquivo da configuração pois eu dou o iwconfig e as configurações não fixam muito obrigado desde já
eu tenho um notebook com a placa realtek 8180l eu dou wlist ele encontra o acess mas onde eu configuro qual arquivo da configuração pois eu dou o iwconfig e as configurações não fixam muito obrigado desde já
Uai, cria um script e chama ele la em /etc/rc.d/rc.localPostado originalmente por wellesximenes
copiou?!?!
Faz assim:
[[email protected] fred]# /sbin/iwlist scanning
wlan0 Scan completed :
Cell 01 - Address: 00:12:17:18:FCA
ESSID:"linksys"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.462 GHz (Channel 11)
Quality:0/100 Signal level:-90 dBm Noise level:-256 dBm
Encryption keyff
Bit Rate:1 Mb/s
Bit Rate:2 Mb/s
Bit Rate:5.5 Mb/s
Bit Rate:11 Mb/s
Bit Rate:18 Mb/s
Bit Rate:24 Mb/s
Bit Rate:36 Mb/s
Bit Rate:54 Mb/s
Bit Rate:6 Mb/s
Bit Rate:9 Mb/s
Bit Rate:12 Mb/s
Bit Rate:48 Mb/s
Extra:bcn_int=100
Extra:atim=0
Cell 02 - Address: 00:11:95:3F:E9:89
ESSID:"linux_area"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.437 GHz (Channel 6)
Quality:0/100 Signal level:-50 dBm Noise level:-256 dBm
Encryption keyn
Bit Rate:1 Mb/s
Bit Rate:2 Mb/s
Bit Rate:5.5 Mb/s
Bit Rate:6 Mb/s
Bit Rate:9 Mb/s
Bit Rate:11 Mb/s
Bit Rate:12 Mb/s
Bit Rate:18 Mb/s
Bit Rate:24 Mb/s
Bit Rate:36 Mb/s
Bit Rate:48 Mb/s
Bit Rate:54 Mb/s
Extra:bcn_int=100
Extra:atim=0
Observe que no meu caso ele localizou duas redes wi-fi, no meu caso vou usar a Rede 2.
Observe as informações abaixo:
ESSID:"linux_area"
Mode:Managed
Encryption keyn
Depois crie o arquivo em /etc/sysconfig/network-scripts/ifcfg-wlan0
o meu está configurado dessa forma:
DEVICE=wlan0
BOOTPROTO=static
ONBOOT=yes
IPADDR=192.168.0.99
NETMASK=255.255.255.0
GATEWAY=192.168.0.2
# MODE: Ad-Hoc, Managed, etc.
# ESSID: Name of the wireless network
# NWID: Name of this machine on the network. Hostname is default
# FREQ: Frequency to operate on. See CHANNEL
# CHANNEL: Numbered frequency to operate on. See FREQ
# SENS: Sensitivity threshold for packet rejection.
# RATE: Transfer rate. Usually one of Auto, 11, 5, 2, or 1.
# KEY: Encryption key for WEP.
# RTS: Explicit RTS handshake. Usually not specified (auto)
# FRAG: Fragmentation threshold to split packets. Usually not specified.
# SPYIPS: List of IP addresses to "spy" on for link performance stats.
# IWCONFIG: Extra parameters to pass directly to IWCONFIG
# SECURITYMODE: Security mode, e.g: 'open' or 'restricted'
# IWPRIV: Extra parameters to pass directly to IWPRIV
MODE=Managed
ESSID=linux_area
KEY=** Chave WEP de sua rede **
SECURITYMODE=open
Depois dgite /etc/init.d/network restart
Como e que vc ta configurando esse trem ???
Valeu !!!