Search found 45 matches

by pkkrusty
Fri Feb 23, 2024 4:48 pm
Forum: General Discussion
Topic: bwmon missing data?
Replies: 2
Views: 313

Re: bwmon missing data?

Will work on it when I'm back on-prem Monday. Thanks. In the meantime, will set up a test rig with 1.15 to see what it looks like.
by pkkrusty
Thu Feb 22, 2024 5:26 pm
Forum: General Discussion
Topic: daily backup script?
Replies: 7
Views: 2616

Re: daily backup script?

Final solution looks like: script as follows (copied from normal backup script and added the file copy at the end) #make sure all settings have been written to file uci commit #force write of webmon & bwmon bwmon_enabled=$(ls /etc/rc.d/*bwmon* 2>/dev/null) webmon_enabled=$(ls /etc/rc.d/*webmon* ...
by pkkrusty
Wed Feb 21, 2024 12:27 pm
Forum: General Discussion
Topic: bwmon missing data?
Replies: 2
Views: 313

bwmon missing data?

I'm using gargoyle 1.13 for about 220 users on a 8/128 TP Link router. When I go to Download Data on the Bandwidth Usage page, I get a file that's abut 650kb. I get data for about half the users, and some don't show up at all. Am I running into a flash limitation, or maybe some other memory issue wi...
by pkkrusty
Sat Feb 04, 2023 1:20 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Adjust quotas from command line
Replies: 4
Views: 5721

Re: Adjust quotas from command line

Just increase the allowance. I'll give those commands a try and see where I can get. Thanks
by pkkrusty
Sat Feb 04, 2023 8:27 am
Forum: Monitoring / Quota / QoS Issues
Topic: Adjust quotas from command line
Replies: 4
Views: 5721

Re: Adjust quotas from command line

Adjust: Increase and decrease quotas (i.e. Increase 1GB limit to 2GB). Adding/removing quotas would continue to be done by GUI. Two reasons: 1. Wondering if things would go faster if I use CLI 2. Eventually try to automate the process using Node-Red and SMS, where someone could text me with their ph...
by pkkrusty
Sat Feb 04, 2023 4:13 am
Forum: Monitoring / Quota / QoS Issues
Topic: Adjust quotas from command line
Replies: 4
Views: 5721

Adjust quotas from command line

Is that something possible? When I adjust a quota from the GUI, the router takes ages (like 120 seconds) to finally refresh the page, and I have had issues with the quotas getting corrupted if I navigate to some other page too soon (I assume because I've interrupted some table re-write) If it is pos...
by pkkrusty
Sat Feb 04, 2023 4:07 am
Forum: Monitoring / Quota / QoS Issues
Topic: Saving bandwidth monitoring data to USB, higher frequency saving
Replies: 5
Views: 7370

Re: Saving bandwidth monitoring data to USB, higher frequency saving

Did you make any progress on this? I ask because I had issues with my main router a few months ago and ended up having to replace it. The symptoms made me suspicious that I may have thrashed a portion of the flash, with approx 150 users and 2 years of use. @Lantis Do you know how much/if any wear le...
by pkkrusty
Sat Feb 04, 2023 3:55 am
Forum: Monitoring / Quota / QoS Issues
Topic: Email,SMS notification
Replies: 11
Views: 22927

Re: Email,SMS notification

Bump to see if @agrohe21 can point me in the right direction for this.

Maybe one option is to define a "Everyone" quota for 300GB, which I reset when needed, and use your script. Maybe adding a bit to specify only that user (I'll have to dive into the syntax of bash scripts :( )
by pkkrusty
Sun Oct 16, 2022 5:12 pm
Forum: Network / Wireless Issues
Topic: Pi-hole DNS settings
Replies: 7
Views: 2432

Re: Pi-hole DNS settings

Haven't tried it yet, as I'm not on-site, and if a remote change doesn't work, I've locked myself out. If I uncheck that, I guess there's no way to force clients to use my DNS server? They'll default to whatever's entered into the settings, but if they manually change, they can bypass my preferred s...
by pkkrusty
Sun Oct 16, 2022 3:12 am
Forum: Network / Wireless Issues
Topic: Pi-hole DNS settings
Replies: 7
Views: 2432

Re: Pi-hole DNS settings

I'm noticing that in network I have config interface 'lan' option type 'bridge' option ifname 'eth0.1' option proto 'static' option ip6assign '60' option ipaddr '192.168.2.1' option ip6ifaceid '::1' option netmask '255.255.254.0' option dns '192.168.3.48 208.67.222.123 ' config interface 'wan' optio...