ddns loads my freenas instead of my nextcloud

AznRaven

Cadet
Joined
Oct 12, 2020
Messages
3
i'm running freenas on my old laptop and have the nextcloud plugin installed and jailed.
running 192.168.8.27:8282 on chrome will bring up nextcloud
i can use nextcloud fine on the comp and my android phone.
when i ddns to my router. it loads up my freenas instead of nextcloud.

when i go to my hostname.ddns.net, it loads up freenas instead of nextcloud.
any idea how i can ddns straight to the nextcloud?
 

Fredda

Guru
Joined
Jul 9, 2019
Messages
608
Probably an incorrect forwarding rule in your router config.
 
Last edited:

AznRaven

Cadet
Joined
Oct 12, 2020
Messages
3
works fine when it's dhcp
freenas 192.168.8.27
nextcloud 192.168.8.190 --> port forward to router

but i want to do NAT so it's 1 IP
freenas 192.168.8.27
nextcloud 192.168.8.27:8282 --> port foward to router
but this doesn't work for some reason. ddns will point to freenas web ui instead of nextcloud web ui
 

Fredda

Guru
Joined
Jul 9, 2019
Messages
608
Dynamic DNS requires correct portforwarding in your router. When using DDNS names inside your local network its technically an external access.
What portforwading rules have you set up in your router? You need to forward the https port of your router to the nextcloud port.
(in your case port 8282 of 192.168.8.27)
 
Top