Search found 10 matches
- Fri Feb 05, 2016 4:52 pm
- Forum: Network / Wireless Issues
- Topic: SOLVED: Can ping from router but not from computer
- Replies: 7
- Views: 7170
Re: SOLVED: Can ping from router but not from computer
After I posted that, I told my family I had found the problem and my son (who was away yesterday afternoon and evening) piped up "oh, sorry -- I added that rule to try to keep myself off the internet. I didn't realize it would affect everyone."
- Fri Feb 05, 2016 10:18 am
- Forum: Network / Wireless Issues
- Topic: SOLVED: Can ping from router but not from computer
- Replies: 7
- Views: 7170
Re: Can ping from router but not from computer
I have found the issue: there was a rule under Firewall -> Access Restrictions that restricted all hosts from all network access. Not sure how that got there, but removing it fixed the problem.
Thanks again for your help!
Thanks again for your help!
- Thu Feb 04, 2016 6:51 pm
- Forum: Network / Wireless Issues
- Topic: SOLVED: Can ping from router but not from computer
- Replies: 7
- Views: 7170
Re: Can ping from router but not from computer
Thanks for the reply. Yes, I've tried powering the router off and back on again. I have checked pinging google from my laptop wirelessly and wired. Other devices on the LAN are not able to load webpages, but I haven't tried pinging from them. I'm wondering if this may have to do with our ISP rather ...
- Thu Feb 04, 2016 11:15 am
- Forum: Network / Wireless Issues
- Topic: SOLVED: Can ping from router but not from computer
- Replies: 7
- Views: 7170
SOLVED: Can ping from router but not from computer
We have a TL-WR1043ND that we bought with Gargoyle 1.5.10 pre-installed. It's worked great for two+ years. This morning, though, I stopped being able to connect to the internet through it. I can SSH into the router and ping, say, google.com successfully. root@Gargoyle:~# ping google.com PING google....
- Thu Feb 13, 2014 12:08 am
- Forum: Monitoring / Quota / QoS Issues
- Topic: Gargoyle reports less usage than ISP does
- Replies: 1
- Views: 2236
Gargoyle reports less usage than ISP does
ISP:
Gargoyle:You are enrolled in the 10.00 GB Plan.
You have used 9474.66 MegaBytes (92.53%) this billing period.
Is this typical?74.347% of total up+down quota has been used (7.434/10.000 GBytes)
- Sun Dec 15, 2013 9:39 am
- Forum: Monitoring / Quota / QoS Issues
- Topic: Bandwith Usage shows two Octobers
- Replies: 3
- Views: 3756
Re: Bandwith Usage shows two Octobers
Yes, it's fixed now for me, too.
- Fri Nov 29, 2013 10:45 am
- Forum: Monitoring / Quota / QoS Issues
- Topic: Bandwith Usage shows two Octobers
- Replies: 3
- Views: 3756
Re: Bandwith Usage shows two Octobers
Same thing here.
- Fri Nov 29, 2013 7:07 am
- Forum: Monitoring / Quota / QoS Issues
- Topic: Command line reference for editing quotas
- Replies: 2
- Views: 3991
Re: Command line reference for editing quotas
I rigged something up and added it to /etc/crontabs/root. Suggestions welcome. The ISP's quota resets on the 14th of each month, and I want user 1 to get 1/ 7 of the quota and users 2-4 to get 2/7 each. # Total limit TOTAL_LIMIT=`uci get firewall.quota_1.combined_limit` # echo Total limit: $TOTAL_LI...
- Thu Nov 28, 2013 1:01 pm
- Forum: Monitoring / Quota / QoS Issues
- Topic: Command line reference for editing quotas
- Replies: 2
- Views: 3991
Re: Command line reference for editing quotas
Poking around -- it looks like I can rig something up with and
Unless there's a better way to find current usage? didn't seem to offer any hooks for finding usage.
Code: Select all
print_quotas | grep quotaUsed
Code: Select all
uci set firewall.quota_X.combined_limit
Code: Select all
uci show firewall
- Tue Nov 26, 2013 4:58 pm
- Forum: Monitoring / Quota / QoS Issues
- Topic: Command line reference for editing quotas
- Replies: 2
- Views: 3991
Command line reference for editing quotas
I bought a router with gargoyle pre-installed recently and LOVE the quotas and bandwidth monitoring features. Before, my family of four was constantly struggling to stay below our (somewhat paltry) monthly quota from our ISP and never sure which device or devices were sucking down all our bandwidth....