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

  1. J

    [SOLVED] Mac Address Filter Limit?

    @alienx2 Ok. I'm not sure of the syntax for first line, but glad that you have found the solution and thanks for sharing. So, does it serve you for your purpose? How many MACs can you filter ?
  2. J

    [SOLVED] Mac Address Filter Limit?

    It looks like your firmware composition lacks some module. I'm sorry that I'm not expert enough to know how to correct it. I suppose many people in this forum could help you, as I believe that it is a very standard procedure that I have read in several scripts published in this forum and I think...
  3. J

    [SOLVED] Mac Address Filter Limit?

    Yes, ipset list. ipset flush # deletes the entries of all sets ipset destroy # deletes all the sets. You can also flush or destroy just a specific set. More and detailed info: http://ipset.netfilter.org/ipset.man.html I bet it will work with VPN/Proxy, but I'm not 100% sure. You could try...
  4. J

    [SOLVED] Mac Address Filter Limit?

    The ipset allows up to about 65 thousand. I suppose other aspects will limit before that, and at least your patience configuring the clients !
  5. J

    [SOLVED] Mac Address Filter Limit?

    My "Juglar Parental Control", includes a: Timed-Releasable IP-MAC client white list (I don't know how to link my post here, but you can find it by searching for that exact phrase in this forum). From its included code (in the firewall-start user script) , you can extract the idea to implement...
  6. J

    Juglar Parental Control, with Anti-Gaming Periodic Speed Limiting

    I share here the parental control that I have begun to use at home for my student siblings, in case it can be useful to any other person. It may also serve as more examples of iptables – ipsets and traffic control. It is based on the available Merlin’s parental controls, to which I’ve added...
  7. J

    SSH WAN Access with Statip IP IPTV: Probable bug report and solution patch

    My provider is Movistar, the biggest one in Spain. So, the configuration would be the most widely used in Spain for customers with IPTV (service called "Movistar +") , like me. Asus made an appreciable effort to incorporate the service to their routers and it is so advertised in Spain (actually...
  8. J

    Why ACCEPT target is not enough to allow pages to load with Android Dolphin Browser?

    Hi: I'm beginning to learn something about the iptables to develop a simple parental control. Experimenting, I've found the following for me unexplainable behaviour: From my Android mobile in the wireless WIFI LAN at 192.168.1.9, with Dolphin Browser, I try to visit a web page (for instance...
  9. J

    SSH WAN Access with Statip IP IPTV: Probable bug report and solution patch

    Hi: I post this here, instead of in the originating thread, for visibility. In my previous post #13 of thread "Can't access with SSH from the WAN my Asus AC68 with FW 380.64_2", post #13 ("Juglar, post: 323517, member: 53001", please, could anybody teach me how to link here another thread's...
  10. J

    Can't access with SSH from the WAN my Asus AC68 with FW 380.64_2

    If you have read my previous post, SSH WAN access IS already available with "Automatic IP" IPTV and not with "Static IP" IPTV. Do you seriously think that it is a deliberate, intended behaviour? Then, do you think that it is a bug that SSH WAN access IS possible when IPTV "WAN Connection...
  11. J

    Can't access with SSH from the WAN my Asus AC68 with FW 380.64_2

    I've located the problem and I think it must probably be a bug: The problem is that, if I configure "Static IP" for "WAN Connection Type" (and, then, fill-in all the required IPs) , a connection through SSH from the WAN cannot be stablished. However, if I configure there "Automatic IP" (and...
  12. J

    [SOLVED] DNS filtering - see DNS for client in CLI

    Please, how do you see that chain? I type "iptables -vnL" and I see no DNSFILTER chain !
  13. J

    How to disable-enable Bandwidth Limiter for one cient from a User Script

    If not possible or difficult, it would be enough for me to be able to change the upload bandwidth limit from a user script, if it could be easier. Thanks.
  14. J

    How to launch a user script when an iptables rule is matched

    No, sorry. By "light" I was referring to execution time and CPU load. If the file were on disk, execution would probably result heavier. For space, I still have plenty of it in my router. Thanks again.
Back
Top