Search results

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

  1. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Yeah it has a long wait (3 minutes) to avoid colliding with ASUS filter startup.
  2. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Someone else had a similar problem. Do a dos2unix on the file - you can do this in place in the cli.
  3. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Well, the stats are definitely showing that your Default (1:17) flowId is getting hit a lot. There is nothing going to Other (1:15). Given that you don't see the syslog entry, I still think the script isn't running. You can invoke it manually ... simply run "FreshJR_QOS". Perhaps you're...
  4. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    I don't see any adaptive qos events in there. Double check that you have added a call to the FreshJR script in your /jffs/scripts/firewall-start file. You need to invoke it there: /jffs/scripts/FreshJR_QOS and make sure that the script is set executable (chmod 755 FreshJR_QOS)
  5. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    I'm on 382.1_2 and it is working fine. Do you see the log events for "Adaptive QOS" in your systemlog events? Have you enabled Adaptive QOS?
  6. D

    AB-Solution - The Ad Blocking Solution

    I suspect Trend Micro is doing some on board analysis. Why have signature updates otherwise. It seems like the aggregate statistics they report are massaged by a cloud server somewhere (sorry - inhaled and sold.)
  7. D

    382.2_beta2 autofill login page issues

    I think we're talking about different things. I was thinking something like "lastpass", I now think you're talking about the browser remembering the entry. We are in agreement on the browser thing- I personally don't use the browser password manager. The thing I was grumbling about are...
  8. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Hi medwatt, FreshJR's script doesn't map anything to Net Control. It mostly moves traffic from Default to whatever is set for Other. What variant of 382 are you using? I run his script successfully on 382_1. Did you run the new script on a clean reboot or did it try to fix changes from a...
  9. D

    AB-Solution - The Ad Blocking Solution

    It's easy to imagine, Trend Micro is doing exactly that in the ASUS firmware. It's closed source and wants to share your data for analytics reasons. Doesn't make me comfortable at all.
  10. D

    AB-Solution - The Ad Blocking Solution

    You may be able enumerate some of the torrent sites and block the HTTP/HTTPS and tracker traffic, but you won't be able to block actual BitTorrent traffic using the AB mechanisms. It's challenging for full blown DPI systems too unless you implement massively draconian port blocking (drag-net...
  11. D

    382.2_beta2 autofill login page issues

    What's wrong with having a password manager auto-fill? That's what they do. A sufficiently long complex password sucks to have to type in over and over. I hate logins that don't allow cut and paste.
  12. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Hi @brummygit, JDB, charlie2alpha and I are working on some changes to support 382. It is in .. lets call it alpha... right now. I'm expecting that we will have something that would be useful for beta testing soon. /Dedd
  13. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    The lines you are referencing are all blank lines in FreshJR's script. Is your script in DOS format rather than UNIX? The line endings do matter and can make things go wrong. You can experiment with fixing this on your router. From cli run: /usr/bin/dos2unix FreshJR_QOS If you have messed...
  14. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    The second one should work. Do you have an errant "FreshJR_QOS" accidentally invoked at the top of your script (assuming you modified it?) You can also try /bin/sh FreshJR_QOS to eliminate any path and permission funnies.
  15. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Thanks charlie2alpha, I knew that, but I'm used to coding in C and like my hex constants in big letters... force of habit. Since we are hopping on this, I decided to look at the filter config and traffic config a little harder. I see a few technical problems with the script as it is...
  16. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Good to hear. Thanks for taking on the work of supporting this. Note: I just tried my suggested changes, keep in mind the script is doing strict text matches and the letter case matters. I used uppercase 'C' and nothing worked, make sure to use lower case 'c'. /dedd
  17. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Hi @JBD and @charlie2alpha, I think all you need to do is replace all instances of the mask fields that currently start with 0x8.. or 0x4 with 0xc.. So 0x80000000 0x8000ffff becomes 0x80000000 0xc000ffff or 0x40130000 0x403f0000 becomes 0x40130000 0xC03f0000 and so on.. make sure to change...
  18. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Hi FreshJR, I looked through your script to see what might be broken. It looks like the match strings are slightly different in 382.. The second field has changed from 0x8000FFFF to 0xC000FFFF, as an example. In general all the of the second field values have a 4 OR'd in (0x8 OR 0x4 == 0xC)...
  19. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    Thanks I didn't know about Untangle. I'll check it out.
  20. D

    [Release] FreshJR Adaptive QOS (Improvements / Custom Rules / and Inner workings)

    I'm thinking along the lines of freshJR too. I had an aging RT-N66 running Shibby that worked great. I thought I'd be safe buying an updated system, get a speed boost and try out the TCP Codel updates ... but the other alternatiove firmwares have fallen by the wayside, ASUS ships firmware...
Top