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. J

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

    Maybe a stupid question but if I am regularly updating the manual bandwidth figures via script do I just call the FreshJR_QOS script with the -start option to apply the new figures as part of the script?
  2. J

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

    Thanks for the help, it appears to be functioning as expected, my Raspberry Pi is now feeding the up and down speeds via a scheduled speedtest into the manual figures of the router. One thing I have noticed is that the script fails when the router is rebooted, I assume I will need to add a...
  3. J

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

    That's great, I was forgetting the figures are translated from the web UI numbers to kbit behind the scenes. Will the following additions to the main script (not the fake tc script) allow me to have unlimited and prioritised bandwidth for the specific device? realtc filter add dev br0 protocol...
  4. J

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

    Great, I will give that a try. On the bandwidth using decimals I am looking to use as much of the bandwidth available as possible when assigning the percentages to the categories e.g. my up bandwidth should be 4.7 to get A rating on buffer bloat speedtest but I will lose nearly 1mb by...
  5. J

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

    Thanks. If I use an IP address I can add the flowid 1:2 instead of the variable name for the download traffic, what should I specify for the upload traffic as I will need to use iptables command? Also, I assume the bandwidths have the decimal figures stripped off as part of the script, where...
  6. J

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

    Beta 5 running on ac3200 version 384.3 without any problems. Is there any easy way to allow a single device to use unlimited bandwidth and have priority over all others? I want to use my raspberry pi trick to feed speedtest results into the manual bandwidth fields giving a workaround for...
  7. J

    [HELP] Choosing a 2nd ASUS router to extend home network

    Hi, I have 2 ac-3200 setup but they connect together on the lan side not the wan as you describe. One router manages all of the services and the other one is an access point. Both have the same SSIDs and it has improved my setup immensely. I have both routers in routing mode as I use the...
  8. J

    How to slow down traffic to certain ports at certain hours

    Hi, if the traffic you are interested in is being classified by the built in engine specify the max limit of that classification to be low e.g. 1%. If you want variable qos rules,simply schedule multiple scripts with the bandwidths you want at the appropriate times. You will need to play...
  9. J

    How to slow down traffic to certain ports at certain hours

    If you look at FreshJR’s qos script you may be able to schedule something to meet the requirement.
  10. J

    Jffs Script Somethings Wrong

    I have the following wan-start script #!/bin/sh ifconfig eth0:0 192.168.2.2 netmask 255.255.255.0 This allows access to my vigor 130 modem
  11. J

    Jffs Script Somethings Wrong

    I found a simple way to access the Vigor 130 web interface by adding a sub-interface to the eth0 on the same subnet as the management ip of the modem. This allowed me to go directly to the vigor's web interface. On my Merlin Asus RT-AC3200 router I used the following command : ifconfig eth0:0...
  12. J

    WAN routed port to another router

    Yeah, you are correct. I had to do it this way as my modem is in bridged mode. I swapped out my sky fibre router for a modem and ac-3200 router instead.
  13. J

    WAN routed port to another router

    Good point, I recommend this anyway as it will allow access to the isp router management.
  14. J

    WAN routed port to another router

    Hi, link to how I access my modem interface from internal network. https://www.snbforums.com/threads/draytek-vigor-130-vdsl-wan-stats-via-router.28044/#post-223660 Change the ip addresses etc. To match your environment and you will need to put the sub interface command into a start up script...
  15. J

    WAN routed port to another router

    Hi, you can set this up by using a sub interface. Search on my username in this forum and you will see how I made this work
  16. J

    [SOLVED] Please help with firewall rules for errant daughters devices

    If you can run the FreshJR Qos script you can emulate a laggy connection for any device by simply classifying them as the lowest priority group and then setting this group to have low bandwidths via the script. All can be scheduled to flip between bandwidths and classification groups
  17. J

    nvram commit not working on 380.68.4 on RT-AC3200

    I can confirm and you can get details from the link https://github.com/RMerl/asuswrt-merlin/wiki/User-scripts
  18. J

    nvram commit not working on 380.68.4 on RT-AC3200

    I think the nvram settings are reset on reboot. Put the commands into a script to be applied on startup?
  19. J

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

    If you just type in nvram and press enter it will give you all available options. To read a value replace set with get and remove the = part.
  20. J

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

    Here is the bit of my script that updates my up and down rates from the text files produced by the speedtest: nvram set qos_obw=$speedup nvram set qos_ibw=$speeddown nvram commit Change the variables to the numbers you want.
Top