Switch Pi to NUC Internal IP dont work

Hi, my switch from Pi3 to a NUC works perfect, but not the Internal IP.
Only the external IP over duckdns works.

internal IP: http://192.168.xxx.x3:8123

The Pi3 has a different IP than the Intel Nuc.

Config check:

hassio/system:
IP Address
192.168.xxx.x3/24

config/core

External URL
https://xxxx.duckdns.org:18123

Internal URL
http://192.168.xxx.x3:8123

sensor.local_ip: 192.168.xxx.x3

i hope you can help me, Thanks all :slight_smile:

Do you use a reverse proxy? If not than your internal address will be your external duckdns address.

1 Like

no, i dont use a proxy.

with the Pi3 i use HA with the internal IP and with the external IP

Then you probably have something in your router/Pi that translates the duckdns address to the local IP.
If you setup duckdns, your internal URL can’t be http, only https,unless you have a reverse proxy.

2 Likes

The Pi3 ist Off, only the nuc running.
The duckdns work perfect and the Routing works fine.
Only the internal IP dont work

The Portainer works perfectly too:
http://192.168.xxx.x3:9000/

Reread this

2 Likes

ah okay it works like this:

https://192.168.xxx.x3:8123/

Thanks All!

You will probably find you have trouble with the companion app as it might not like Https with an invalid certificate. If so set up nginx as a reverse proxy, (I posted a guide for this).
That way you can connect securely from outside Https duckdns etc
Then inside your network it’s straight http, the app can choose to use that when your connected to your home wifi

2 Likes