ユーザ用ツール

サイト用ツール


raspberrypi:log20190220_simple_router

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
raspberrypi:log20190220_simple_router [2019-02-11 00:08]
tosihisa@netfort.gr.jp
raspberrypi:log20190220_simple_router [2019-02-11 22:15] (現在)
tosihisa@netfort.gr.jp
行 24: 行 24:
  
 いったん再起動 いったん再起動
 +
 +<code>
 +zcat /usr/share/doc/hostapd/examples/hostapd.conf.gz > ~/hostapd.conf
 +</code>
 +
 +<code>
 +sudo cp ~/hostapd.conf /etc/hostapd/hostapd.conf
 +</code>
 +
 +<code>
 +sudo vi /etc/default/hostapd
 +DAEMON_CONF="/etc/hostapd/hostapd.conf"
 +</code>
 +
 +sudo systemctl restart hostapd
 +
 +<file text /lib/dhcpcd/dhcpcd-hooks/90-dnsmasq>
 +if $if_up; then
 +  if [ $interface = "wlan0" ]; then
 +    systemctl restart dnsmasq
 +  fi
 +fi
 +
 +</file>
  
raspberrypi/log20190220_simple_router.1549811327.txt.gz · 最終更新: 2019-02-11 00:08 by tosihisa@netfort.gr.jp