Search found 49 matches

by pkkrusty
Fri Jul 19, 2024 11:02 pm
Forum: Network / Wireless Issues
Topic: VPN network Theory (Gargoyle)
Replies: 30
Views: 766822

Re: VPN network Theory (Gargoyle)

Will give it a try. Thanks.
by pkkrusty
Fri Jul 19, 2024 7:22 pm
Forum: Network / Wireless Issues
Topic: VPN network Theory (Gargoyle)
Replies: 30
Views: 766822

Re: VPN network Theory (Gargoyle)

Yes indeed. Haha.

However, it didn't solve the problem for me. I'll have to keep googling.
by pkkrusty
Thu Jul 18, 2024 11:48 am
Forum: Network / Wireless Issues
Topic: VPN network Theory (Gargoyle)
Replies: 30
Views: 766822

Re: VPN network Theory (Gargoyle)

Some progress. Seems like Gargoyle is acting correctly, in that I have the correct line in the openvpn config file to forward to the LAN, but in my OpenVPN log on my computer I see this: ``` ⏎[Jul 18, 2024, 09:43:18] EVENT: ASSIGN_IP ⏎[Jul 18, 2024, 09:43:18] exception parsing IPv4 route: [route] [1...
by pkkrusty
Thu Jul 18, 2024 11:28 am
Forum: Network / Wireless Issues
Topic: VPN network Theory (Gargoyle)
Replies: 30
Views: 766822

Re: VPN network Theory (Gargoyle)

What's the latest on this effort? I'm running into the problem of connecting to my gargoyle router OpenVPN server, which is successful, but then I can't access LAN devices. My guess is that the routing table isn't correct (even though The dropdown "LAN Subnet Access: Allow Clients to Access Hos...
by pkkrusty
Fri Feb 23, 2024 4:48 pm
Forum: General Discussion
Topic: bwmon missing data?
Replies: 2
Views: 6818

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: 8
Views: 13493

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

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

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

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

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