Page 1 of 4

1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Wed Dec 12, 2018 2:54 am
by ispyisail
USE AT YOUR OWN RISK

WARNING: DO NOT PRESERVE SETTINGS

Now includes packages

Do not install on 4MB routers
Torrent
http://bit.ly/2RYwT01

magnet:?xt=urn:btih:2d8bddd3ef338961945b3b6c727fa144ffd2fbb6&dn=gargoyle-ispy%202018-December-11%2017_59.7z&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80&tr=udp%3a%2f%2fopen.demonii.com%3a1337&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.open-internet.nl%3a6969%2fannounce&tr=udp%3a%2f%2fallesanddro.de%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.to%3a2710%2fannounce


Routers
http://bit.ly/2EgZhGl

Changelog

Commits on Dec 9, 2018
https://github.com/ericpaulbishop/gargo ... rt_remerge

Re: 1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Wed Dec 12, 2018 11:13 am
by geochen2018
Hello
Tested on Archer c7 v5, firmware loaded via tftp
Web interface missing : I get only a page with micro_httpd page
Anything to be done to correct this ?
Cheers

Re: 1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Wed Dec 12, 2018 11:18 am
by geochen2018
I correct my self. I was login on my own PC
Great work
Georges

Re: 1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Wed Dec 12, 2018 11:28 am
by geochen2018
Hello
How I can get the French plugin ?
If required, I can translate any data required
Thanks again
Kind regards

Re: 1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Fri Dec 14, 2018 8:10 am
by fifonik
Could you advice, how to install plugins?

Re: 1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Fri Dec 14, 2018 9:07 am
by Lantis
The download includes plugins.
Transfer them to your router and install them. Or host them somewhere your router can access and add it as a repository to install them.

Re: 1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Fri Dec 14, 2018 5:39 pm
by fifonik
Sorry, I do not know where should I put these plugins on the router as previously I only specified plugin path and installen them using UI.

Thanks.

Re: 1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Sat Dec 15, 2018 2:56 pm
by pigstacho
Hi,

Just tested this build in a C7 v2, clean install. First of all thanks for the hard work on this amazing firmware.

I see the following problems or special considerations (I can help debug if needed):

- 2.4Ghz Wireless will not use the extra channels if set to any of the 40Mhz options, but keeps working in 20Mhz mode. Even when no overlapping or only 1 overlapping networks exist.

- 5Ghz Wireless will not work unless channel width is set to 20Mhz.

- There is still a persistent bug that will autofill the Wifi Password with the Router Admin Password if you have it saved on your browser, since it's masked in **** you will not notice that it was replaced.

- Plugin Packages not a available for download (You can use the ones that come with the download in /built/ar71xx/default for C7 V2, just transfer with WSCP and install with OPKG).

- As far as I can tell the Download QoS is not measuring the total bandwidth the same way as previous versions (comparing to 1.10.x), I have 8mbps, in 1.10.x the Total Download Bandwidth was set to 8200kbps and worked correctly since max load would hit 8500-8600 before setting the limit, now it hit 9500kbps on load and I have to set Total Download Bandwidth to 9200 to be able to use the 8mbps.

- The VPN Pass-trough for PPTP is broken (One symptom is that you can't connect to external VPN), spent a lot of time researching and since kmod-nf-nathelper-extra is already installed the usual steps to fix this problem are not enough, I managed to solve it by adding the line:

net.netfilter.nf_conntrack_helper = 1

to:

/etc/sysctl.d/11-nf-conntrack.conf

Can someone that really knows this stuff confirm that is the correct way to do it.

Hope this helps,

Regards

Re: 1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Sat Dec 15, 2018 3:02 pm
by pigstacho
fifonik wrote:Sorry, I do not know where should I put these plugins on the router as previously I only specified plugin path and installen them using UI.

Thanks.
Download Putty and WinSCP

- Find the folder built\[YouModel]\ on the download for this build, there you will find the plugins

- Open WinSCP, select SCP as protocol and enter IP, User and Password (User is root)

- Transfer the plugin file to /tmp on the router

- Open Putty and connect to your router (IP, User, Pass) using SSH protocol

- Execute: opkg install /tmp/[plugin file name.ipk]

Done !!!

Re: 1.11.x gargoyle-ispy 2018-December-11 17:59

Posted: Sat Dec 15, 2018 3:14 pm
by ispyisail
- 2.4Ghz Wireless will not use the extra channels if set to any of the 40Mhz options, but keeps working in 20Mhz mode. Even when no overlapping or only 1 overlapping networks exist.

- 5Ghz Wireless will not work unless channel width is set to 20Mhz.
Most likely a regulatory problem. To dig deeper we need to know your country then have a look at the regulation requirements for your country. If a neighbor wifi is detected 40Mhz is disabled. I suspect this is most of the time unless you live rural.

This has been brought up many times before and it works as expected
- There is still a persistent bug that will autofill the Wifi Password with the Router Admin Password if you have it saved on your browser, since it's masked in **** you will not notice that it was replaced.
Note sure this is a bug. I prefer the current method.
- Plugin Packages not a available for download (You can use the ones that come with the download in /built/ar71xx/default for C7 V2, just transfer with WSCP and install with OPKG).
known issue, fixed on an official release
- The VPN Pass-trough for PPTP is broken .....
Interesting