NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
einarso
Jan 04, 2019Guide
Strange requirement for VPN activation
 Hi - I purchased Orbi mostly because of the VPN functionality.  But right now I am not able to use it!  I have a static IP address from my ISP, but it is required that I "Get dynamically from ISP".  ...
mrmstn
Jan 21, 2019Guide
I have to revert my latest answer, NETGEAR also added a check in the openvpn init.d script, which will prevent the openvpn server from starting without a ddns. heres what that check looks like:
        if [ "$($CONFIG get endis_ddns)" = "0" ] && [ "$($CONFIG get wan_proto)" != "static" ] && [ "$($CONFIG get wan_pppoe_wan_assign)" = "0" ]; then
                exit 1
        fi
I'm pretty sad that NETGEAR forces their customers to use their no-ip partner. This is a huge bumer for me
Good things is, if your a developer, you can "just" patch that check out of the firmware and flush it (... yeah, I'm not kidding - just because they had to add that check in a run script... )
The file is located under `package/dni/openvpn_dni/files/openvpn.init` and the check is on line 181
This is so frustrating since I'm pretty happy with the Orbi
einarso
Jan 23, 2019Guide
Does Netgear ever officially comment in the Forum? They should explain themselves regarding this issue.....
- mrmstnJan 23, 2019GuideWell, I opend a ticket regarding this issue, the answer wasn't very satisfying. They just told me it's not possible, I need DynDNS if don't have a static IP, I should look into https://kb.netgear.com/23944/I-have-a-Nighthawk-router-what-is-Dynamic-DNS-and-why-should-I-set-up-a-free-Dynamic-DNS-account why I need DynDNS. The only thing I want is the reason, why this restriction was implemented in the first place (and maybe someone that removes this restriction :P ). 
 Would be great if someone could give me an answer to this.