Search found 1443 matches

by Eric
Wed Nov 12, 2014 4:19 pm
Forum: Show / Tell / Contribute
Topic: Guest network support for Gargoyle 1.6.2
Replies: 13
Views: 18492

Re: Guest network support for Gargoyle 1.6.2

[Note, below is copy/pasted from my response to github pull request on this topic] Thank you! This work looks great -- probably something I should have implemented a while ago. I will plan on merging this (and updating as necessary) into the new barrier breaker/1.7 branch once the basic port is done...
by Eric
Mon Oct 13, 2014 10:41 pm
Forum: Hardware / Installation Issues
Topic: Gargoyle Pocket Router v2 on Hornet-UB x2
Replies: 4
Views: 4931

Re: Gargoyle Pocket Router v2 on Hornet-UB x2

You've got the file size wrong. The Gargoyle images are bigger than the OpenWRT BB images. Update your cp.b and erase commands to use the full 16M file size that the gargoyle images use.
by Eric
Thu Aug 28, 2014 10:58 am
Forum: Other Issues
Topic: https access from wan
Replies: 1
Views: 2671

Re: https access from wan

Just ignore the error and select "continue to the website." There is no way to have a valid SSL certificate because it's a private IP address, and it would become invalid the moment you changed the IP address on the router to something else anyway. You will notice this error any time you h...
by Eric
Tue Aug 26, 2014 12:50 pm
Forum: News
Topic: Version 1.6.2
Replies: 86
Views: 287407

Version 1.6.2

This release is still based on the "Attitude Adjustment" (12.09) branch of OpenWRT but after this release, work will focus on porting Gargoyle to the latest Barrier Breaker (14.07) branch of OpenWRT. I expect to have a version running on Barrier breaker by late October/ early November. New...
by Eric
Mon Aug 18, 2014 10:47 am
Forum: Monitoring / Quota / QoS Issues
Topic: url blocking (through access restrictions) dont work!!
Replies: 6
Views: 11679

Re: url blocking (through access restrictions) dont work!!

My guess: you're trying to do url blocking on a site that uses SSL/https -- you can't match a url on an encrypted connection.
by Eric
Wed Aug 06, 2014 10:24 am
Forum: Network / Wireless Issues
Topic: More OpenVPN gui bugs in 1.6.1
Replies: 4
Views: 4492

Re: More OpenVPN gui bugs in 1.6.1

I will investigate, thanks for the heads-up.
by Eric
Sat Jun 07, 2014 7:37 pm
Forum: Show / Tell / Contribute
Topic: Gargoyle-images-06042014.7z
Replies: 23
Views: 24490

Re: Gargoyle-images-06042014.7z

pmerrill -- Thank you for finding a workaround for some of the wifi issues people have reported. For some reason, I rarely if ever run into these issues on my own network so it's really hard to debug. You would think this would be a good thing, but not being able to reproduce (and therefore test pot...
by Eric
Fri Apr 25, 2014 8:21 am
Forum: Hardware / Installation Issues
Topic: Installing Gargoyle as packages on WDR4300
Replies: 6
Views: 6689

Re: Installing Gargoyle as packages on WDR4300

kahlcy: gargoyle-router.com/packages/gargoyle-1.6/ar71xx/SUBTARGET/ depending on whether your subtarget is default, usb or usb_large is the correct path, but you can't browse the directory. The list of packages is in gargoyle-router.com/packages/gargoyle-1.6/ar71xx/SUBTARGET/Packages.gz, and that te...
by Eric
Fri Apr 25, 2014 8:17 am
Forum: News
Topic: Version 1.6.1 - Heartbleed Fix
Replies: 84
Views: 252167

Re: Version 1.6.1 - Heartbleed Fix

I'm not sure how the uci setting for fallback language is getting wiped out, but I just committed an update to the i18n haserl code so this shouldn't ever happen, and the language should default to English if it can't load the current language specified in UCI. ispyisail, also see my post above resp...
by Eric
Thu Apr 24, 2014 10:11 am
Forum: News
Topic: Version 1.6.1 - Heartbleed Fix
Replies: 84
Views: 252167

Re: Version 1.6.1 - Heartbleed Fix

gumball3000: I've tested again, and still can't reproduce the error. One way to correct it is to ssh into the router and then run: uci set gargoyle.global.fallback_lang=English-EN uci set gargoyle.global.language=English-EN uci commit tapper: I'm not sure exactly what's going on -- I tried to reprod...