美文网首页网络编程
deepin Linux 开启wifi热点

deepin Linux 开启wifi热点

作者: 斗金不进 | 来源:发表于2019-01-22 11:28 被阅读0次

    1.安装hostapd

    命令:sudo apt-get install hostapd

    2.安装dnsmasq

    命令:sudo apt-get install dnsmasq

    3.安装iptables 

    命令:sudo apt-get install iptables

    4.下载create_ap,地址:https://github.com/oblique/create_ap ,下载zip

    ps:create_ap需要前3者支持

    5.解压create_ap

    6.在create_ap-master文件夹下打开终端执行

    命令:sodu make install

    7.创建wifi热点

    命令:create_ap wlan0 eth0 MyAccessPoint MyPassPhrase

    ps:wlan0是你要作为开启热点的网卡名,eth0是你连接到internet的网卡名。可以用ifconfig命令查看电脑的网卡信息。 

    MyAccessPoint 是创建的wifi名,MyPassPhrase是密码。

    我本机wifi:

    命令:create_ap wlp2s0 enp4s0 ssh415 ssh415ssh    (长连状态)

    至此,wifi成功共享热点。

    相关文章

      网友评论

        本文标题:deepin Linux 开启wifi热点

        本文链接:https://www.haomeiwen.com/subject/gmlljqtx.html