Here is what I had to do in order to fix the parent controls in .246
iptables-save > iptables.conf
vi iptables.conf
added this to the line above --days Mon
-A FORWARD -i br0 -m time --timestart 07:00 --days Sun -m mac --mac-source 00:00:00:00:00:00 -j PControls
Save and exit
iptables-restore < iptables.conf
I change MAC address to 00: I didn't want to past the real thing.
I can modify all the Parent controls from GUI, everything seems to work.
There is bug that the parent controls gui that it would not save --days Sun correctly..
To test;
Cleared NVRAM WPS button and power on for 20 seconds
Power on recovery mode
flashed firmware
Cleared NVRAM WPS button
went through my settings;
duplicated same problem with Parent controls;
Fixed from above,
Chris
iptables-save > iptables.conf
vi iptables.conf
added this to the line above --days Mon
-A FORWARD -i br0 -m time --timestart 07:00 --days Sun -m mac --mac-source 00:00:00:00:00:00 -j PControls
Save and exit
iptables-restore < iptables.conf
I change MAC address to 00: I didn't want to past the real thing.
I can modify all the Parent controls from GUI, everything seems to work.
There is bug that the parent controls gui that it would not save --days Sun correctly..
To test;
Cleared NVRAM WPS button and power on for 20 seconds
Power on recovery mode
flashed firmware
Cleared NVRAM WPS button
went through my settings;
duplicated same problem with Parent controls;
Fixed from above,
Chris