Page 1 of 2

1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Thu Aug 19, 2021 2:38 am
by ispyisail
USE AT YOUR OWN RISK

WARNING: DO NOT PRESERVE SETTINGS

Now includes packages

1.13.0.x gargoyle-ispy 2021-August-15 20

Torrent
https://bit.ly/37ScvHo

magnet:?xt=urn:btih:131033e3312bf6bf2a157686c8bcbbfe9326ecac&dn=1.13.0.x%20gargoyle-ispy%202021-August-15%2020.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
https://bit.ly/3sCLGAA

Changelog
(see creation date for commit date)

https://github.com/ericpaulbishop/gargo ... its/master

Re: 1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Thu Aug 19, 2021 6:21 pm
by RomanHK
So I could help and make them easier to download, so I started my own web server: http://gargoyle.romanhk.cz

Here you can find the latest (and some older) builds from this forum.

Build from @ispyisail (I thank him):
The "images and built" directory will be decompressed by file.
Here you will also find a mirror in compressed form.

You can use my (already unpacked) resources and paste them into Gargoyle via SSH. After pressing the "Refresh plugin" button, the resources will be loaded.

Run commands using SSH (should work for all architectures):

Code: Select all

cpath1=$(cat /etc/opkg.conf | grep 'gargoyle http' | sed 's/^.*gargoyle-1.14//g')
cpath2=$(cat /etc/opkg.conf | grep 'gargoyle_kernel_specific http' | sed 's/^.*gargoyle-1.14//g')
echo 'src/gz romanhk http://gargoyle.romanhk.cz/1.13.x/1.13.0.x%20gargoyle-ispy%202021-August-15%2020/built'$cpath1 >> /etc/opkg.conf
echo 'src/gz romanhk_kernel_specific http://gargoyle.romanhk.cz/1.13.x/1.13.0.x%20gargoyle-ispy%202021-August-15%2020/built'$cpath2 >> /etc/opkg.conf
I also recommend performing this step via SSH to download some OpenWrt packages correctly (eg Squid proxy server). This should work for all architectures:

Code: Select all

cat /etc/opkg/distfeeds.conf >> /etc/opkg.conf

:!: Here I must warn that if you are installing Gargoyle packages (such as "plugin-gargoyle-usb-storage-full") you must first comment out the OpenWrt repository for compatibility with Gargoyle packages:

Example of how to install the "plugin-gargoyle-usb-storage-full" package:

1. Run commands via SSH to install Gargoyle packages:

Code: Select all

sed -i 's+src/gz openwrt+#src/gz openwrt+g' /etc/opkg.conf
rm -rf /tmp/opkg-lists/*
gpkg update
gpkg install plugin-gargoyle-usb-storage-full
sed -i 's+#src/gz openwrt+src/gz openwrt+g' /etc/opkg.conf
2. You can now install OpenWrt packages that are not part of Gargoyle.

It is important to keep this procedure for package compatibility as follows: if you want another Gargoyle package, you must start with a point. 1!


Also note that I use http instead of https, as there may be a problem with https if the router does not have the right time (or does not have an ssl library).

P.S. Sometimes the server may not work because of an update - but this should take a short time. Also, I don't know how long I will be hosting my site, but I will try to keep it as long as possible.

Good luck and good health ;) ...

Re: 1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Fri Aug 20, 2021 8:20 pm
by teki4u
Thank you @RomanHK! that worked like a charm to be able to install ZeroTier OpenWrt Package.

Re: 1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Mon Aug 23, 2021 2:18 am
by phgerin
Thanks, works great for me on WRT3200, 1900, 1200.

Re: 1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Mon Sep 20, 2021 1:24 pm
by nightanole
I have a pcengines APU2 64 bit x86. Its pretty popular and runs openwrt well.

I can run openwrt 21.02
I can run stock gargoyle 1.12.0

But i can not boot these ispy versions. When connected to serial console it just puts out garbage, no text. The unit does "boot" (flashes read/write lights and resets the ports) but dhcp does not come up on any of the interfaces, and manually assigning 192.168.1.2 and trying to get to 192.168.1.1 doesnt work.

Re: 1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Tue Sep 21, 2021 7:55 am
by tob99
Hello,
i've installed 1.13 ispy 2021-August-15 image on my wrt32x router but after some configuration (lan ip adress change, dhcp range change, 4 users ip address assignation set, wifi AP set) i cant access to the internet. I can't access internet on cable connected PCs, but i can access gargoyle pannel.
Wifi devices try to connect to AP but it is looks like they can not get ip address. I've tried to install 1.13 image three times. Every time it is the same.
Does anyone have similar problem on Linksys wrt32x router?

Re: 1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Tue Sep 21, 2021 8:04 am
by Lantis
Are you turning on "enforce dhcp assignments"?

Re: 1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Tue Sep 21, 2021 8:48 am
by nightanole
Lantis wrote:
Tue Sep 21, 2021 8:04 am
Are you turning on "enforce dhcp assignments"?
I cant get that far. I just burn the usb stick/sd card/ssd and boot it. I cant get to the gui on first boot, and serial console just puts out wingdings. Tried both combined squashfs and combined ex4. Both appear to boot.

Edit: NM this was replying to the dhcp issue.

Re: 1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Tue Sep 21, 2021 2:36 pm
by tob99
Lantis wrote:
Tue Sep 21, 2021 8:04 am
Are you turning on "enforce dhcp assignments"?
I've tested it a little bit more and now i know that turning on "enforce dhcp assignments" does not matter.

I made clean instal 1.13 image again. I made configuration in this order: router ip (lan ip), dhcp range, wireless AP. In the end i've added static ip assignment for HP printer and saved.
After that internet stopped to work. Internet does not work as was written before (no internet over lan and wifi. Wireless devices are trying to connect AP but can not get ip address).

I tried to set static ip on connected devices and this was good idea.

It looks like dhcp server (automatic ip assignment) stops to work when even one client device is added to static ip. I don't know why. And there is no difference between "enforce dhcp assignments" checked or not.

Re: 1.13.0.x gargoyle-ispy 2021-August-15 20

Posted: Thu Sep 23, 2021 3:42 am
by tob99
Any ideas why do i need to set static ip on my all devices when static ip assignment is turned on for one device on router? :)