Hi, yes, I can:
From Router’s WiFi:
PING 192.168.1.165 (192.168.1.165)
44 bytes from 192.168.1.165 : icmp_seq=0 ttl=64 time=173 ms
44 bytes from 192.168.1.165 : icmp_seq=1 ttl=64 time=7 ms
44 bytes from 192.168.1.165 : icmp_seq=2 ttl=64 time=11 ms
44 bytes from 192.168.1.165 : icmp_seq=3 ttl=64 time=28 ms
44 bytes from 192.168.1.165 : icmp_seq=4 ttl=64 time=7 ms
44 bytes from 192.168.1.165 : icmp_seq=5 ttl=64 time=20 ms
--- 192.168.1.165 ping statistics ---
6 packets transmitted, 6 packets received, lost 0.0 %
From extender’s WiFi
PING 192.168.1.165 (192.168.1.165)
44 bytes from 192.168.1.165 : icmp_seq=0 ttl=64 time=4 ms
44 bytes from 192.168.1.165 : icmp_seq=1 ttl=64 time=8 ms
44 bytes from 192.168.1.165 : icmp_seq=2 ttl=64 time=8 ms
44 bytes from 192.168.1.165 : icmp_seq=3 ttl=64 time=2 ms
44 bytes from 192.168.1.165 : icmp_seq=4 ttl=64 time=1148 ms
--- 192.168.1.165 ping statistics ---
5 packets transmitted, 5 packets received, lost 0.0 %
Testing this out further, I found that I actually CAN access Hassio locally from both networks, but only using https://192.168.1.165:8123 (https + Hassio local IP + port), however that triggers a “This site is not secure, please return to previous website…” warning via web (can be bypassed on web once acknowledged), but not via app (says connection isn’t secure, can be an impostor bla bla). CORRECTION: I can’t via extender’s network. I get a greeting screen prompting to enter username and password for Hassio, but after entering it says “Unable to connect to Home Assistant”.
I’ve also never succeeded to configure Let’s Encrypt for Duck DNS. If I set accept_terms to “true”, the add-on fails to start with the following in logs:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
# INFO: Using main config file /data/workdir/config
ERROR: Lock file '/data/workdir/lock' present, aborting.
[cmd] /run.sh exited 1
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
I’m not sure if the two issues are related. It’s still a case that I can’t access xxxx.duckdns.org when connected to the extender’s WiFi.
UPDATE: another symptom of the issue is that when I’m on the extended WiFi, the HomeKit device statuses won’t update (via hassio HomeKit integration), whereas they update without an issue when I’m on the router’s WiFi or outside of the network.