From 5e860a4e49f4693b8d1a7f04e0a0b6f33762cace Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sat, 7 Mar 2020 08:39:29 +0100 Subject: [PATCH] Updated Manual installation (markdown) --- Manual-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Manual-installation.md b/Manual-installation.md index 0ac974f..cc88a9d 100644 --- a/Manual-installation.md +++ b/Manual-installation.md @@ -80,6 +80,8 @@ Add the following lines to `/etc/rc.local` before `exit 0`. echo 1 > /proc/sys/net/ipv4/ip_forward #RASPAP iptables -t nat -A POSTROUTING -j MASQUERADE #RASPAP iptables -t nat -A POSTROUTING -s 192.168.50.0/24 ! -d 192.168.50.0/24 -j MASQUERADE #RASPAP +chown dnsmasq:www-data /tmp/dnsmasq.log #RASPAP +chown root:www-data /tmp/hostapd.log #RASPAP ``` Force a reload of new settings in `/etc/rc.local`. ```sh