WIFI Hotspot
Tofloor
poster avatar
charleschege
deepin
2017-07-14 00:10
Author
Hi! How do you create a Wi-Fi hotspot on Deepin 15.4? Please reply in English.

Reply Favorite View the author
All Replies
herdde
deepin
2017-07-14 00:44
#1
1.sudo apt-get install hostapd
2. sudo apt-get install dnsmasq
3.sudo apt-get install iptables
4.sudo git clone https://github.com/oblique/create_ap
5.cd create_ap/
6.sudo make install
7.sudo create_ap wlp3s0 enp4s0f1 hostpot-name hostpot-passwd
8.OK
Reply View the author