Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

boldga
Posts: 22
Joined: Sat Sep 18, 2010 10:05 am

Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers

Post by boldga »

RomanHK wrote:Try one more thing:
1. ping xxxx.com by WiFi
2. ping xxxx.com by LAN
Both IP addresses must match. Is it so?

Also be aware of the router's domain name (Can not match your xxxx.com!):
Image
Yes, both show WAN IP address, and the Identification page is the same as your picture.

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers

Post by RomanHK »

:idea:
What comes to my mind is the so-called "rebind protection". Try whitelisting your xxxx.com domain.

To add a domain to /etc/config/dhcp:

Code: Select all

uci add_list dhcp.@dnsmasq[0].rebind_domain='xxxx.com'
uci commit dhcp
/etc/init.d/dnsmasq restart
and try all the tests. If the test fails, you can remove the domain by following these steps:
Remove the domain from /etc/config/dhcp:

Code: Select all

uci del_list dhcp.@dnsmasq[0].rebind_domain='xxxx.com'
uci commit dhcp
/etc/init.d/dnsmasq restart
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

boldga
Posts: 22
Joined: Sat Sep 18, 2010 10:05 am

Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers

Post by boldga »

RomanHK wrote::idea:
What comes to my mind is the so-called "rebind protection". Try whitelisting your xxxx.com domain.

To add a domain to /etc/config/dhcp:

Code: Select all

uci add_list dhcp.@dnsmasq[0].rebind_domain='xxxx.com'
uci commit dhcp
/etc/init.d/dnsmasq restart
and try all the tests. If the test fails, you can remove the domain by following these steps:
Remove the domain from /etc/config/dhcp:

Code: Select all

uci del_list dhcp.@dnsmasq[0].rebind_domain='xxxx.com'
uci commit dhcp
/etc/init.d/dnsmasq restart
when running this command "/etc/init.d/dnsmasq restart", it showed:

Code: Select all

udhcpc: started, v1.28.4
udhcpc: sending discover
udhcpc: no lease, failing
Is something wrong here?

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers

Post by RomanHK »

boldga wrote: when running this command "/etc/init.d/dnsmasq restart", it showed:

Code: Select all

udhcpc: started, v1.28.4
udhcpc: sending discover
udhcpc: no lease, failing
Is something wrong here?
That looks all right: https://forum.openwrt.org/t/solved-dnsm ... rror/19359
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

boldga
Posts: 22
Joined: Sat Sep 18, 2010 10:05 am

Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers

Post by boldga »

RomanHK wrote:
boldga wrote: when running this command "/etc/init.d/dnsmasq restart", it showed:

Code: Select all

udhcpc: started, v1.28.4
udhcpc: sending discover
udhcpc: no lease, failing
Is something wrong here?
That looks all right: https://forum.openwrt.org/t/solved-dnsm ... rror/19359
I have tried it, but unfortunately this method didn't work in my case.

pythonic
Posts: 234
Joined: Mon Mar 11, 2019 5:47 am
Location: Australia

Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers

Post by pythonic »

Please note update to first post: this build has been withdrawn; superceded by a 1.11.x build.

Post Reply