What's new

Issues with Time Scheduling...

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

you mean just
iptables -t nat -S PCREDIRECT?

If so, i've done that... but what am I supposed to see after?
 

Attachments

  • ssh.JPG
    ssh.JPG
    32.2 KB · Views: 259
you mean just
iptables -t nat -S PCREDIRECT?

If so, i've done that... but what am I supposed to see after?
I would have expected to see similar output to mine. Can you post a screenshot of your Parental Controls screen? Not the schedule that you’ve already shared, but the screen before with the client list.
 
yes.. I know.. It's disabled so I can use the internet lol
How about set it to Time, Apply, run the iptables command, change it back to Disable and post the new iptables output.
 
-N PCREDIRECT
-A PCREDIRECT -s 192.168.1.251/32 -i br0 -m time --timestart 00:00:00 --timestop 01:00:00 --weekdays Sun --kerneltz -j ACCEPT
-A PCREDIRECT -s 192.168.1.251/32 -i br0 -m time --timestart 08:00:00 --timestop 23:59:59 --weekdays Sun --kerneltz -j ACCEPT
-A PCREDIRECT -s 192.168.1.251/32 -i br0 -m time --timestart 08:00:00 --timestop 23:59:59 --weekdays Mon --kerneltz -j ACCEPT
-A PCREDIRECT -s 192.168.1.251/32 -i br0 -m time --timestart 08:00:00 --timestop 23:59:59 --weekdays Tue --kerneltz -j ACCEPT
-A PCREDIRECT -s 192.168.1.251/32 -i br0 -m time --timestart 08:00:00 --timestop 23:59:59 --weekdays Wed --kerneltz -j ACCEPT
-A PCREDIRECT -s 192.168.1.251/32 -i br0 -m time --timestart 08:00:00 --timestop 23:59:59 --weekdays Thu --kerneltz -j ACCEPT
-A PCREDIRECT -s 192.168.1.251/32 -i br0 -m time --timestart 08:00:00 --timestop 23:59:59 --weekdays Fri --kerneltz -j ACCEPT
-A PCREDIRECT -s 192.168.1.251/32 -i br0 -m time --timestart 00:00:00 --timestop 01:00:00 --weekdays Sat --kerneltz -j ACCEPT
-A PCREDIRECT -s 192.168.1.251/32 -i br0 -m time --timestart 08:00:00 --timestop 23:59:59 --weekdays Sat --kerneltz -j ACCEPT
-A PCREDIRECT -s 192.168.1.251/32 ! -d 192.168.1.0/24 -i br0 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.1.1:18099
 
What I would recommend is:
  1. Enable your time schedule.
  2. Confirm your PC still has IP 192.168.1.251
  3. Run:
    iptables -t nat -L PCREDIRECT -v
  4. Browse a website from the device
  5. Run:
    iptables -t nat -L PCREDIRECT -v
  6. Post both outputs to see which line had a packet/bytes increase.
After this, I’m tagging out.:)
 
I think I found what the issue was.... so, it happens I had NAT acceleration to AUTO. Once I disabled it, it seems to be working. I really do not remember having to disable NAT acceleration.
Is that an important feature?
 
It also says if NAT acceleration is set to auto, it will be disabled once the other features are enabled... so I guess it was not being disabled when Time Scheduling was ON.
 
It also says if NAT acceleration is set to auto, it will be disabled once the other features are enabled... so I guess it was not being disabled when Time Scheduling was ON.
My NAT Acceleration is also Auto, but my tests were successful.
 
Then I guess my router went bad somehow. Can I do factory reset pressing the button on the back of the router?
I think I've read that you don't do that on this router, but I am not sure.
 
I toggle the NAT acceleration settings from auto to off and back to auto.. and now it seems to have fixed it... Now it can be set to Auto and Time Scheduling is working.
I'm thinking that maybe the factory resets are not completely wiping out some settings and it maybe creating issues.

Dave, as always.. thank you so much for your help.. I really appreciate you taking the time.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top