linux 连接wifi wpa2,RHEL等Linux系统使用wpa_supplicant以WPA-PSK/WPA2-PSK连接WIFI

以RHEL6.4为实验对象:

1、安装 wpa_supplicant.

yum install wpa_supplicant

2、编辑 wpa_supplicant 配置文件

vim /etc/sysconfig/wpa_supplicant

以下格式:

# Use the flag "-i" before each of your interfaces, like so:

#  INTERFACES="-ieth1 -iwlan0"

INTERFACES="-iwlan0"

# Use the flag "-D" before each driver, like so:

#  DRIVERS="-Dwext"

DRIVERS="-Dwext"

# Other arguments

#   -u   Enable the D-Bus interface (required for use with NetworkManager)

#   -f   Log to /var/log/wpa_supplicant.log

#   -P   Write pid file to /var/run/wpa_supplicant.pid

#        required to return proper codes by init scripts (e.g. double "start" action)

#        -B to daemonize that has to be used together with -P is already in wpa_supplicant.init.d

OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P /var/run/wpa_supplicant.pid"

3、向 wpa_supplicant.conf  文件写入将要连接 WIFI 的 SSID 和 密码

wpa_passphrase SSID PASSWORD >> /etc/wpa_supplicant/wpa_supplicant.conf

4、设置 wpa_supplicant 服务开机启动

chkconfig --level 2345 wpa_supplicant on

5、检查 ifcfg-wlan0 无线网卡脚本是否设置开机启动

DEVICE=wlan0

ONBOOT=yes

BOOTPROTO=dhcp

5.1、如果想马上连接到 WIFI ,可以重启网络

/etc/init.d/network restart

5.2、可以使用iwconfig 命令查看 WIFI 是否连接成功

iwconfig wlan0

6、由于网卡开启时还没有连接到正确的wifi,以上配置文件的所以在每次 WIFI 连接后都需要手动使用dhclient 命令获取dhcp信息 (也可以在 ifcfg-wlan0 中设置固定IP地址)

dhclient wlan0

6.1、查看是否获取IP地址等信息

ifconfig wlan0 至此,就可以正常连接使用 WPA-PSK/WPA2-PSK 加密的 WIFI 了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值