#author("2021-12-31T14:48:36+09:00","","")
[[Raspberry Pi/Raspbian]]


*Install [#m665f402]
 sudp apt install hostapd dnsmasq

-/etc/dhcpcd.conf
 denyinterfaces wlan0
 interface wlan0
 static ip_address=xxx.xxx.xxx.xxx/xx
 static routers=xxx.xxx.xxx.xxx
 static domain_name_servers=xxx.xxx.xxx.xxx

-/etc/default/hostapd
 DAEMON_CONF="/etc/hostapd/hostapd.conf"

-/etc/hostapd/hostapd.conf (作成する)
 interface=wlan0
 driver=nl80211
 ssid=<SSID>
 wpa_passphrase=<PASSPHRASE>
 hw_mode=g
 channel=6
 ieee80211n=1
 wmm_enabled=1
 ht_capab=[HT40][SHORT-GI-20][DSSS_CCK-40]
 macaddr_acl=0
 auth_algs=1
 ignore_broadcast_ssid=0
 wpa=2
 wpa_key_mgmt=WPA-PSK
 wpa_pairwise=TKIP
 rsn_pairwise=CCMP

*Default AP [#cb9e8194]
 


トップ   差分 バックアップ リロード   一覧 検索 最終更新   ヘルプ   最終更新のRSS