mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated Manual installation (markdown)
parent
883c1f591e
commit
5e860a4e49
@ -80,6 +80,8 @@ Add the following lines to `/etc/rc.local` before `exit 0`.
|
|||||||
echo 1 > /proc/sys/net/ipv4/ip_forward #RASPAP
|
echo 1 > /proc/sys/net/ipv4/ip_forward #RASPAP
|
||||||
iptables -t nat -A POSTROUTING -j MASQUERADE #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
|
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`.
|
Force a reload of new settings in `/etc/rc.local`.
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user