Page 7 of 7
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
Posted: Wed Oct 23, 2019 1:18 pm
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!):

Yes, both show WAN IP address, and the Identification page is the same as your picture.
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
Posted: Wed Oct 23, 2019 1:59 pm
by RomanHK
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
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
Posted: Thu Oct 24, 2019 1:03 am
by boldga
RomanHK wrote:
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?
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
Posted: Thu Oct 24, 2019 1:30 am
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
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
Posted: Thu Oct 24, 2019 3:28 am
by boldga
I have tried it, but unfortunately this method didn't work in my case.
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
Posted: Tue Oct 29, 2019 9:15 am
by pythonic
Please note update to first post: this build has been withdrawn; superceded by a
1.11.x build.