日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > Ubuntu >内容正文

Ubuntu

ubuntu 14.04搭建wifi分享热点总结

發(fā)布時間:2024/1/1 Ubuntu 27 豆豆
生活随笔 收集整理的這篇文章主要介紹了 ubuntu 14.04搭建wifi分享热点总结 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

首先你要下載一個hotspot軟件,通過網(wǎng)上制定的地址通常會提示你無法找到該地址,現(xiàn)在我說一下我再搭建改環(huán)境的時候的解決方法以及如何搭建成功;
ubuntu14.04安裝配置無線ap

1、添加含有ap-hotspot的資源 whw@Y485:sudo add-apt-repository ppa:nilarimogard/webupd8 2、更新資源 whw@Y485:sudo apt-get update 此時可能會提示你執(zhí)行"sudo dpkg --configure -a"命令,你只需要按照它的指示去安裝就可以。 3、之前如果安裝了ap-hotsopt或者hostapd的你需要首先將其卸載 whw@Y485:sudo apt-get remove hostapd 4、安裝沒有bug的hostapd版本 我的系統(tǒng)是64位,網(wǎng)上很多前輩也介紹了該方法,大家可以借鑒一下,在此向前輩們的付出表示崇高的敬意: whw@Y485:cd /tmp whw@Y485:wget *http://archive.ubuntu.com/ubuntu/pool /universe/w/wpa/hostapd_1.0-3ubuntu2.1_amd64.deb* 極有可能你執(zhí)行該條命令最后提示你無法鏈接到該鏈接,你可以去 http://old-releases.ubuntu.com/ubuntu/pool/universe/w/wpa/hostapd_1.0-3ubuntu2.1_amd64.deb去下載*hostapd_1.0-3ubuntu2.1_amd64.deb* 這個比較古老但非常實用的hotspot文件。 whw@Y485:sudo dpkg -i hostapd*.deb whw@Y485:sudo apt-mark hold hostapd5、 安裝ap-hotspot whw@Y485:sudo apt-get install ap-hotspot6、配置 網(wǎng)絡(luò) ap的名字與密碼whw@Y485:sudo ap-hotspot configurewhw@Y485:/tmp$ sudo ap-hotspot configure Detecting configuration... Detected ppp0 as the network interface connected to the Internet. Press ENTER if this is correct or enter the desired interface below (e.g.- eth0, ppp0 etc.): ppp0是我的撥號寬帶,直接enter Detected wlan0 as your WiFi interface. Press ENTER if this is correct or enter the desired interface (e.g.- wlan1): wlan0是我的無線網(wǎng)卡用來做ap的設(shè)備,直接enter Enter the desired Access Point name or press ENTER to use the default one (myhotspot): 該處是輸入你分享出去的wifi熱點的名稱: myhotspot Enter the desired WPA Passphrase below or press ENTER to use the default one (qwerty0987): 該處是設(shè)置你分享出去的wifi熱點的密碼: qwer1234 whw@Y485:/tmp$ 7、關(guān)閉ubuntu的防火墻(如果你啟用了) whw@Y485:sudo ufw disable8 、啟動無線服務(wù)(安裝好后最好重新啟動操作系統(tǒng)) whw@Y485:sudo ap-hotspot start (關(guān)閉無線:sudo ap-hotspot stop)當終端顯示如下時,恭喜你,你的環(huán)境已經(jīng)大獲成功whw@Y485:/tmp$ sudo ufw disable Firewall stopped and disabled on system startup whw@Y485:/tmp$ sudo ap-hotspot start Please disconnect WiFi before proceeding whw@Y485:/tmp$ sudo ap-hotspot start Starting Wireless Hotspot... Wireless Hotspot active whw@Y485:/tmp$

總結(jié)

以上是生活随笔為你收集整理的ubuntu 14.04搭建wifi分享热点总结的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。