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...
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
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...
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.
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,
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...
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...
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...
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...
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?