Linux创建WiFi热点

sudo git clone https://github.com/oblique/create_ap
cd create_ap
sudo make install
 
#安装依赖的库
sudo apt-get install util-linux procps hostapd iproute2 iw haveged dnsmasq

此时可以创建热点,通过以下命令:

sudo create_ap wlan0 eth0 热点名 密码

接下来,设置开机自启就可以了。

猜你喜欢

转载自blog.csdn.net/jmh1996/article/details/109045620
今日推荐