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

    Scripts help please

    It does! Which is why I’m scratching my head. Could it be executing too early since it controls a USB modem? Perhaps moving it to post-mount would be better? Thanks for the help btw
  2. T

    Scripts help please

    Ohh sorry, yes it was a typo I used services-start. I actually was able to append it below another script that uses that.
  3. T

    Scripts help please

    Hi I am trying to write a script that runs a command to push my usb into another mode but it doesn't seem to be running at boot... I'm not sure what I am doing wrong? #!/bin/sh usb_modeswitch -v 0x1410 -p 0x9020 -u 2 This is the script. I put it in /jffs/scripts and made it executable...
  4. T

    [Bug] 384.14_2 Traffic Analyzer error

    This just started today after I updated. I rebooted but no go... If only my upload would allow me to do this in a single day.
  5. T

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

    I'm not 100% sure. The Aruba doesn't register any tracked connections until unplugged but it does show data use in traffic analyzer. I feel like it may have been going into "Others" but I can't say for sure.
  6. T

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

    That's the thing I'm already using a ipv4 rule to route all traffic from the Aruba's local ip to the VOIP category but I still have to unplug it after the 5 minute wait to get it to register correctly.
  7. T

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

    I use an Aruba 203R AP (for work) connected to my router and it appears that when I reboot the router it will stop calculating the data for the Aruba. If I manually unplug/plug in the Aruba after the 5 minute wait it will begin calculating correctly again. Normally, I don't mind doing this but...
  8. T

    AC68U not seeing data use from an Aruba

    I wonder if the fact this is a VPN device and my use of CTF cause it to be invisible?
  9. T

    AC68U not seeing data use from an Aruba

    I'm using 8.8 now and it is still invisible. I also just uninstalled FreshJR QOS and tested and it is still doesn't show up... still can't figure out why...
  10. T

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

    Is the change in font size in the Application field a bug or by design?
  11. T

    AC68U not seeing data use from an Aruba

    I work from home, so my work gave me an Aruba 203R (VPN) to connect to my RT-AC68U. It has/is working great but something I recently noticed is the router never "sees" it using any data. I have QOS set up and (when I am actively using my work computer connected to the Aruba) I can go to the...
  12. T

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

    Yes. I double checked that as well. EDIT: Well, I just did a reboot again and for whatever reason it seems to be working correctly now. Sorry about that.
  13. T

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

    I checked the IP's and they are definitely correct and the system log looks normal. Chain PREROUTING (policy ACCEPT 69364 packets, 35M bytes) pkts bytes target prot opt in out source destination...
  14. T

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

    Debug2: Game CIDR: Rule1 Down: -d 192.168.1.101/32 -j MARK --set-mark 0x80060001 Rule1 Up : -s 192.168.1.101/32 -j MARK --set-mark 0x40060001 Rule2 Down: -d 192.168.1.102/32 -j MARK --set-mark 0x80040001 Rule2 Up : -s 192.168.1.102/32 -j MARK --set-mark 0x40040001 Rule3 Down: Rule3 Up...
  15. T

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

    I'm trying to route all data from specific IP's to a specific Category via the new UI (the same way I used to do hard coded) but these IP's are still routing to their defaults after the 5 min wait. I uninstalled and reinstalled the script to clear my hard coded entries. It shows Rule 1 or 2...
  16. T

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

    Sorry about my thick head... I really appropriate your help and hard work again :-)
  17. T

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

    I actually just tested it and it works! I'm soo thrilled. Thank you FreshJR! Just one last question: how can I modify the rule to include multiple devices? Right now I have my 3 streaming devices on 192.168.1.102 103 and 104.
  18. T

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

    Hopefully now it's correct :) INBOUND: iptables -D POSTROUTING -t mangle -o br0 -d 192.168.1.XXX/32 -j MARK --set-mark ${Streaming_mark_down} &> /dev/null iptables -A POSTROUTING -t mangle -o br0 -d 192.168.1.XXX/32 -j MARK --set-mark ${Streaming_mark_down} OUTBOUND: iptables -D...
  19. T

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

    Would this be correct? INBOUND: iptables -D POSTROUTING -t mangle -o br0 -d 192.168.1.XXX/32 -j MARK --set-mark ${Streaming_mark_down} &> /dev/null iptables -A POSTROUTING -t mangle -o br0 -d 192.168.1.XXX/32 -j MARK --set-mark ${Streaming_mark_down} OUTBOUND: iptables -D POSTROUTING...
  20. T

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

    That would actually work. We only use PS Vue on a Fire TV, Fire Stick and a Roku. As I sure you can guess everything we also do from the devices is also streaming. Would you mind giving me an idea how I might go about doing that?
Top