linux开热点

时间:2020-10-22 23:12:42   收藏:0   阅读:43

create_ap 特色功能

安装

git clone https://github.com/h-s-p/create_ap-.git

  或者也可以直接从 GITHUB 下载 master 的源代码压缩包并解压。然后进入到相应的文件夹,直接执行,

  进入create_ap-master目录直接make

sudo make install

创建热点

create_ap wlan0 eth0 test -w2  666666666 &

    create_ap:创建热点脚本

            wlan0:WiFi网卡

            eth0:有线网卡

            test:热点名称

            -w2: 加密方式WPA2

            666666666:密码

            &:后台运行

立即启动服务

systemctl start create_ap

开机自启

systemctl enable create_ap

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!