I use no-ip for dynamic dns http://www.noip.com/download?page=linux - anyway to integrate this into the router so the router updates the dynamic dns with the ip address instead of relying on a computer to do it?
DDNS tab in WAN section. Might depend on firmware version, but no ip is there on mine.
It would be great if DDNS could also update for those clients through the VPN tunnel..
curl --interface tun11 http://ipecho.net/plain;echo
curl --interface tun11 http://username:password@dynupdate.no-ip.com/nic/update?hostname=mytest.testdomain.com&myip=1.2.3.4
Fantastic! I'll give this a try later this weekend. I love how helpful and resourceful members of this forum are!You will need a custom DDNS update script that is called by openvpn-event.
Simply tell curl to use the VPN tunnel:
e.g. retrieve your VPN end-point external I/P
Code:curl --interface tun11 http://ipecho.net/plain;echo
and update your DDNS via the VPN:
Code:curl --interface tun11 http://username:password@dynupdate.no-ip.com/nic/update?hostname=mytest.testdomain.com&myip=1.2.3.4
You will need a custom DDNS update script that is called by openvpn-event.
Simply tell curl to use the VPN tunnel:
e.g. retrieve your VPN end-point external I/P
Code:curl --interface tun11 http://ipecho.net/plain;echo
and update your DDNS via the VPN:
Code:curl --interface tun11 http://username:password@dynupdate.no-ip.com/nic/update?hostname=mytest.testdomain.com&myip=1.2.3.4
Question... How often does it update the ip to no-ip? The DUC client does it like every 5 minutes or something. I am guessing this is what the "Forced refresh interval (in days) is.. Is it possible to use fractional days in this setting? Would suck to have an IP change by my ISP and have to wait 24 hours for the router to refresh it.Weird. He admits himself in post #9 that DDNS works just fine...
Ahh I didnt have WAN IP and hostname verification set to yes.Forced refresh every day, but notice the other setting? 'Check Every....' I have mine to 30 minutes.
Forced refresh every day, but notice the other setting? 'Check Every....' I have mine to 30 minutes.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!