ubuntu在使用hostapd配置無線AP

來源:互聯網
上載者:User

使用官網:http://linuxwireless.org/en/users/Documentation/hostapd的方法配置。

之前使用網上的那些方法,一直配置不成功。查看了下hostapd的版本,是0.7的,想想也許是因為版本太低的原因,就從官網上下載了hostapd1.1的重新安裝,在編譯的時候,出現的兩個問題:

1、錯誤:netlink/genl/genl.h:沒有那個檔案或目錄,

解決方案:sudo apt-get install libnl-dev

2、報錯openssl/ssl.h: 沒有那個檔案或目錄

解決方案:sudo apt-get install libssl-dev


當安裝官網的那邊的說明配置好了,要連結的時候,出現如下錯誤:

random:not enough entropy in random pool for secure operations

我使用的方法是:

mv /dev/random ln -s /dev/urandom /dev/random

但是有出現

wlan0: STA 08:10:74:d7:e5:81 IEEE 802.11: authenticated
wlan0: STA 08:10:74:d7:e5:81 IEEE 802.11: associated (aid 1)
wlan0: STA f0:7b:cb:9f:c5:e5 IEEE 802.11: authenticated
wlan0: STA f0:7b:cb:9f:c5:e5 IEEE 802.11: associated (aid 2)
wlan0: STA 08:10:74:d7:e5:81 IEEE 802.11: deauthenticated due to local deauth request
wlan0: STA 08:10:74:d7:e5:81 IEEE 802.11: authenticated
wlan0: STA 08:10:74:d7:e5:81 IEEE 802.11: associated (aid 1)
wlan0: STA f0:7b:cb:9f:c5:e5 IEEE 802.11: deauthenticated due to local deauth request
wlan0: STA f0:7b:cb:9f:c5:e5 IEEE 802.11: authenticated
wlan0: STA f0:7b:cb:9f:c5:e5 IEEE 802.11: associated (aid 2)

這個問題,串連不上,等待解決

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.