How to get NoIP working?

neto_hugo

Explorer
Joined
Mar 6, 2012
Messages
87
Thanks for your help pirate

I disabled DDNS on my router. Now I just have it on FN.
Even then, is not connecting ...

Another tip or a slap on the wrist :rolleyes::rolleyes::rolleyes: ????

Code:
Sep 19 04:02:49 freenas INADYN[5899]: Sat Sep 19 04:02:49 2015: W:IP: Error 0x0 resolving host name 'ip1.dynupdate.no-ip.com'
Sep 19 04:02:49 freenas INADYN[5899]: Sat Sep 19 04:02:49 2015: W:DYNDNS: Failed checking current ip...
Sep 19 04:02:49 freenas INADYN[5899]: Sat Sep 19 04:02:49 2015: W:DYNDNS: Error 'RC_IP_INVALID_REMOTE_ADDR' (0x12) when talking to IP server
Sep 19 04:02:49 freenas INADYN[5899]: Sat Sep 19 04:02:49 2015: W:'RC_IP_INVALID_REMOTE_ADDR' (0x12) updating the IPs. (it 226)
Sep 19 09:04:00 freenas INADYN[5899]: Sat Sep 19 09:04:00 2015: W:'RC_ERROR' (0x1) updating the IPs. (it 515)
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Sep 19 04:02:49 freenas INADYN[5899]: Sat Sep 19 04:02:49 2015: W:IP: Error 0x0 resolving host name 'ip1.dynupdate.no-ip.com'
This tells me your FreeNAS box can't resolve hostnames. Make sure it has a valid IP configuration, including an appropriate gateway address and DNS server (if it picks up its configuration via DHCP, the DHCP server should provide all this; if you've set a static IP instead, you need to manually specify them).

Edit: Although I'd think that if your router can handle the dynamic DNS, it would be better to do it there than on your FreeNAS box.
 

anasota

Cadet
Joined
Jan 6, 2019
Messages
1
I faced similar problem. Found out ISP blocking the domain "no-ip.com"!
After searching more found "noip.com" to be not blocked
Small edit to "/usr/local/www/freenasUI/choices.py" => {'default@no-ip.com' , 'noip.com'} made it work for me!
 
Top