ユーザ用ツール

サイト用ツール


raspberrypi:log20190220_simple_router

差分

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

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

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
raspberrypi:log20190220_simple_router [2019-02-11 00:28]
tosihisa@netfort.gr.jp
raspberrypi:log20190220_simple_router [2019-02-11 22:15] (現在)
tosihisa@netfort.gr.jp
行 33: 行 33:
 </code> </code>
  
 +<code>
 sudo vi /etc/default/hostapd 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.1549812496.txt.gz · 最終更新: 2019-02-11 00:28 by tosihisa@netfort.gr.jp