Search found 42 matches

by pkkrusty
Sat Feb 04, 2023 1:20 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Adjust quotas from command line
Replies: 4
Views: 3632

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: 3632

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: 3632

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: 5141

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: 17619

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: 1866

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: 1866

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...
by pkkrusty
Sat Oct 15, 2022 7:03 am
Forum: General Discussion
Topic: daily backup script?
Replies: 6
Views: 1628

Re: daily backup script?

OK, so what I would do is edit the root crontab to execute that default script every x amount of time. But I'll need to adjust the script to copy the backup file to the USB drive then rename it to include datetime in the filename. Can you give me some hints on the syntax for that? Or a google search...
by pkkrusty
Sat Oct 15, 2022 3:51 am
Forum: General Discussion
Topic: daily backup script?
Replies: 6
Views: 1628

Re: daily backup script?

Awesome thanks!
by pkkrusty
Wed Oct 12, 2022 3:12 am
Forum: Network / Wireless Issues
Topic: Pi-hole DNS settings
Replies: 7
Views: 1866

Re: Pi-hole DNS settings

Attached. This is the config where I have both 192.168.3.48 and 208.67.222.123 listed so things actually work. *edit never mind "The board attachment quota has been reached" Here are the files: -------------- network -------------- config interface 'loopback' option ifname 'lo' option prot...