You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also noticed that the "iptables" are not persistent after rebooting. Made some changes to the /etc/rc.local command. sudo("sh -c 'echo ifconfig wlan1 10.10.10.10 >> /etc/rc.local; echo service udhcpd restart >> /etc/rc.local; echo "iptables-restore < /etc/iptables.ipv4.nat" >> /etc/rc.local'") or die("Unable to setup udhcpd reset at boot.")
Look into this whether this is a RPi issue as well
The text was updated successfully, but these errors were encountered:
From @promiseowolabi of the rachel-chip project
Look into this whether this is a RPi issue as well
The text was updated successfully, but these errors were encountered: