• 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!

Recent content by Thorgear

  1. Thorgear

    CPU History

    It plays very nice. I'm showing off a bit, but take a look.
  2. Thorgear

    CPU History

    For what it's worth, I use PRTG to monitor CPU remotely.
  3. Thorgear

    URL-Fliter limit??

    Can't help you there.
  4. Thorgear

    URL-Fliter limit??

    I found the problem.
  5. Thorgear

    URL-Fliter limit??

    Another way is to use WFilter. It also uses a blocking page, but the page is customizable. I suppose you could create a blank page or something like that.
  6. Thorgear

    URL-Fliter limit??

    OK. Well, I like the ipset idea. I use iptables to drop packets from certain IPs or MACs. There's probably a way to specify destination addresses, although I'm not sure you will get DNS resolution.
  7. Thorgear

    URL-Fliter limit??

    My posts are showing up as "awaiting moderator approval". I doubt you're seeing this.
  8. Thorgear

    URL-Fliter limit??

    What do you want to happen when they hit a blocked site?
  9. Thorgear

    URL-Fliter limit??

    How about opendns and no-ip?
  10. Thorgear

    How to Create Custom Page for Blocked Users?

    FYI, I originally used a different method. I modified the "blurry page" with a short message.
  11. Thorgear

    How to Create Custom Page for Blocked Users?

    I do that very thing using iptables and optware/nginx. These are the rules I use redirect by ip or mac: for ip in $iplist do iptables -t nat -I PREROUTING 3 -p tcp -s $ip -j DNAT --to-destination 10.0.2.1:8000 iptables -I FORWARD 2 -s $ip -j DROP done for mac in...
  12. Thorgear

    Simple routing problem

    I solved it! I went with 255.255.255.0 everywhere. I would have sworn I'd tried that already. Apparently not. From what I know, this shouldn't work. I thought I had to use .252. on the endpoints. Well, at least it works now.
  13. Thorgear

    Simple routing problem

    You know what, I take all that back. On the GW, traffic is only passing through the switch. On the RT, traffic is going through the router. I guess the problem does have to be in the RT.
  14. Thorgear

    Simple routing problem

    You're probably right, but I'm still holding out for a configuration issue. The reason I'm hopeful is that in order for it to be a FW problem, it would have to be a problem in both AsusWRT and Tomato. The symptoms are symmetrical: WS2 can go everywhere, but it stops at RT when it tries to get to...
  15. Thorgear

    Simple routing problem

    That's what I thought. I was hoping you meant something else - that might have helped. I'll keep at it. Thanks for the help.
Back
Top