首页 > 系统服务 > 详细

Linux 下开wifi热点

时间:2017-01-22 19:14:34      阅读:277      评论:0      收藏:0      [点我收藏+]

跑坑无数,终于使用create_ap开启wifi热点。

可以使用github上托管的项目,地址https://github.com/oblique/create_ap/

安装如https://github.com/oblique/create_ap/教程所示,安装后使用命令sudo create_ap wlan0 lo wifiname password

其中wlan0 为无线网卡名, wifiname password分别为wifi名与密码

 

常见坑点:

1 要安装所由此脚本需要的程序,如dnsmasq

2 要正确设置无线网卡名,可以使用iwconfig命令查看网卡名

 

Linux 下开wifi热点

原文:http://www.cnblogs.com/IMGavin/p/6341093.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!