Yes, both show WAN IP address, and the Identification page is the same as your picture.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!):
Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
Moderator: Moderators
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers

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
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
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
when running this command "/etc/init.d/dnsmasq restart", it showed: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:and try all the tests. If the test fails, you can remove the domain by following these steps:Code: Select all
uci add_list dhcp.@dnsmasq[0].rebind_domain='xxxx.com' uci commit dhcp /etc/init.d/dnsmasq restart
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
Code: Select all
udhcpc: started, v1.28.4
udhcpc: sending discover
udhcpc: no lease, failing
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
That looks all right: https://forum.openwrt.org/t/solved-dnsm ... rror/19359boldga wrote: when running this command "/etc/init.d/dnsmasq restart", it showed:Is something wrong here?Code: Select all
udhcpc: started, v1.28.4 udhcpc: sending discover udhcpc: no lease, failing
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
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
I have tried it, but unfortunately this method didn't work in my case.RomanHK wrote:That looks all right: https://forum.openwrt.org/t/solved-dnsm ... rror/19359boldga wrote: when running this command "/etc/init.d/dnsmasq restart", it showed:Is something wrong here?Code: Select all
udhcpc: started, v1.28.4 udhcpc: sending discover udhcpc: no lease, failing
Re: Experimental build of Gargoyle 1.11.0 for ipq806x architecture routers
Please note update to first post: this build has been withdrawn; superceded by a 1.11.x build.