Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
4215 265K aegis_src all -- brwan * 0.0.0.0/0 0.0.0.0/0 match-set aegis_bl src /* incoming in aegis blocklist */
15M 851M ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- host0 * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- LeafNets * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT 47 -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT 41 -- * * 0.0.0.0/0 0.0.0.0/0
706 25416 ACCEPT 2 -- brwan * 0.0.0.0/0 0.0.0.0/0
736K 1438M brwan_in all -- brwan * 0.0.0.0/0 0.0.0.0/0
2507K 180M br0_in all -- br0 * 0.0.0.0/0 0.0.0.0/0
0 0 common all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 reject all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 bandwidth all -- * * 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
53 4296 aegis_src all -- brwan * 0.0.0.0/0 0.0.0.0/0 match-set aegis_bl src /* incoming in aegis blocklist */
267 36187 aegis_dst all -- * brwan 0.0.0.0/0 0.0.0.0/0 match-set aegis_bl dst /* outgoing in aegis blocklist */
427K 41M BD_FILTER all -- * * 0.0.0.0/0 0.0.0.0/0
139K 15M brwan_fwd all -- brwan * 0.0.0.0/0 0.0.0.0/0
288K 26M br0_fwd all -- br0 * 0.0.0.0/0 0.0.0.0/0
0 0 common all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 reject all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 bandwidth all -- * * 0.0.0.0/0 0.0.0.0/0
Chain bandwidth (2 references)
pkts bytes target prot opt in out source destination
root@RBR50:~# iptables -N bandwidth
root@RBR50:~# iptables -A FORWARD -j bandwidth
root@RBR50:~# iptables -A INPUT -j bandwidth
With the -I option I insert the rule at the top, would this interfere with other rules? Would I end up skipping other rules that are more important later?
@R. Gerrits I love the “we” here
@kamoj is your add on open source? Would it make sense to take some parts and adapt for Orbi? Is there broader interest among Orbi users?
root@Orbi:/tmp/mnt/sda1/entware/etc/init.d# cat S61rclone-vnstat-router
#!/bin/sh
ENABLED=yes
PROCS=rclone
ARGS="serve webdav --addr 10.0.0.1:9001 /tmp/mnt/sda1/entware/var/lib/vnstat"
PREARGS=""
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
. /opt/etc/init.d/rc.func
@reboot sleep 30 && rclone mount rv: /mnt/res --allow-other --daemon
docker-compose up -d
:version: '3.9'
vnstat-router:
image: vergoh/vnstat
container_name: vnstat-router
restart: unless-stopped
environment:
SERVER_NAME: orbi
LARGE_FONTS: 1
HTTP_LOG: /dev/null
RUN_VNSTATD: 0
ports:
- 8000:8685
volumes:
- /mnt/res:/var/lib/vnstat
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
<SERVER_IP>:8000
.Yeah, so eth0 is the WAN interface, there's also interfaces for the 2.4GHz, 5GHz. There's a breakdown here someplace.When you say network interface do you mean Orbi interface
I'm not too sure about multiple satellites, I think there's two interfaces for 5GHz and 2.4GHz connection to satellites that have aggregated data.Do you at least get a breakdown between devices connected to the router and ones connected to either satellite?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!