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

  1. W

    FlexQoS real time stats added to a file for node_exporter

    dave14305 Thanks for all your information. I just saw your last post now. This is my first attempt I have this now working in Grafana and it seems to be working well. I tried to create an array instead of a case statement but busybox sh doesn't work well with them. Feel free to clean up the...
  2. W

    FlexQoS real time stats added to a file for node_exporter

    Thanks for being so quick! I am now looking into grep to get just the number I need now..... getting close with tc -s class show dev eth0 | grep -C 1 117 | grep Sent | grep -Eo '[0-9]+' Not pretty, and still need to isolate the first line. Any suggestions are welcome
  3. W

    FlexQoS real time stats added to a file for node_exporter

    First of all thank so much for flexqos! I have been using this on a RT-AC68U for a few years now. Currently on flexqos 1.41 I found a github repo and currently going through the files, but am having trouble finding where flexqos.asp get its data for the current rates? The ultimate goal I am...
  4. W

    [ISSUE] RT-AC68U - Both wireless radios frequently disable.

    One thing that happend a lond time ago was lack of nvram. That created all sorts of havoc on my AC68u. I created a static.lease file and that alone helped alot in clearing out some of the nvram.
  5. W

    [ 386.4 alpha Build(s) ] Testing available build(s)

    I noticed that Alpha2 has this listed NEW: Added support for the RT-AC68_V4 in the readme notes. I could not find Alpha2 in the download link. only Alpha1 is listed for AC68U,
  6. W

    How to correctly port forward 80 for a local webserver

    This is something that I found somwhere online and made some changes. It will open a port and forward to an ip. and also has brute force detection that you can play with. #!/bin/sh ##EXAMPLE #bfs_portforward QBELT up eth0 192.168.1.241 3443 udp 60 5 NAME=$1 UPDOWN=$2 IFACE=$3 SERVER=$4...
  7. W

    IGMP Proxy not working on Asus RT-AC68U

    I still can't get this to work..... router (68u) ---- qnap (192.168.1.241) ---- docker 172.16.2.0 ----- jellyfin 172.16.2.28 router (68u) ---- television (192.168.1.175) router (68u) ---- laptop (192.168.1.49) I have my router br0 as 192.168.0.0/24 and br0:net172 as 172.16.0.0/12 I have...
  8. W

    IGMP Proxy not working on Asus RT-AC68U

    did you ever figure this out?
  9. W

    bridge file when to call at boot

    Thanks, routing works in the nat-start. Perfectly The binding doesn't work in init-start. Does nat-start work even when the wan is down?
  10. W

    bridge file when to call at boot

    I have created a bridge event, when would be the best time to call this file. init-start? nat-start? wan-event with wan0-init? #!/bin/sh ifconfig br0:net10 10.255.255.254 netmask 255.0.0.0 broadcast 10.255.255.255 down &> /dev/null ifconfig br0:net172 172.31.255.254 netmask 255.240.0.0...
  11. W

    Repeated kernel snap shots on RT-AC86U with Merlin 384.18 + Cake-QOS

    you have cakeqos running on a RT-68U? I thought this was impossible atm. How did you accomplish this?
  12. W

    Port Trigger

    My brother plays WOT. I have never forwarded ports for him. He hasn't complained. I have never offered or mentioned that it is possible.
  13. W

    Port Trigger

    I think you are looking for WAN > Port Forwarding. When you add a profile there is a blurb about how it works.
  14. W

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    I cant seem to mount an nfs folder. I know I can mount the nfs on other computers with version 3 and 4. What am I doing wrong? it is my understanding that nfs4 does not work with Merlin's FW. mount -t 192.168.1.241:/RTRR/Router /tmp/mnt/Router -o nfsvers=3 pmap_getmaps rpc problem: RPC...
  15. W

    2 clients are connecting to RT-AC87U through this device

    I am running into this situation now as well. I am still having a hard time figuring out this now. Seems as though I may have to shutdown the whole network and then reboot the router first followed by the switches and finally the servers?
Back
Top