Netgear R7000 Nighthawk and OpenVPN Connect

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
chrisboy68
OpenVpn Newbie
Posts: 2
Joined: Sat Jan 11, 2014 6:50 pm

Netgear R7000 Nighthawk and OpenVPN Connect

Post by chrisboy68 » Sat Jan 11, 2014 6:54 pm

Hi,

Netgear states they specifically do not support IOS with the OpenVPN server on the R7000, however, I would like to know if anyone has got this working. I have taken the base conf and certs files the OpenVPN server generates and loaded in the OpenVPN Connect. Using my Ios7/Iphone, when I connect i get that dev tun is not supported. Removing this from the config/ovpn file, it just times out trying to connect.

Any suggestions or am I plan out of luck

Thank you,

Chris

ansicore
OpenVpn Newbie
Posts: 1
Joined: Thu Jan 23, 2014 3:22 am

Re: Netgear R7000 Nighthawk and OpenVPN Connect

Post by ansicore » Thu Jan 23, 2014 3:26 am

I asked the same question to netgear, amazon forum, and other places. No answer from anyone. Can't say I feel comfortable buying netgear routers or openvpn licenses in the near future. Are there any other vpn capable router which doesn't use openvpn?

chrisboy68
OpenVpn Newbie
Posts: 2
Joined: Sat Jan 11, 2014 6:50 pm

Re: Netgear R7000 Nighthawk and OpenVPN Connect

Post by chrisboy68 » Thu Jan 23, 2014 11:34 am

I know DD-WRT supported a few options. I had my iPhone working with VPN under DD-WRT. I may have to leave the netgear stock firmware.

Chris

User avatar
jamesyonan
OpenVPN Inc.
Posts: 169
Joined: Thu Jan 24, 2013 12:13 am

Re: Netgear R7000 Nighthawk and OpenVPN Connect

Post by jamesyonan » Fri Jan 24, 2014 7:11 am

The iOS client supports "dev tun". It's "dev tap" that is not supported. This is an iOS limitation.

James

StGeorgeA
OpenVpn Newbie
Posts: 1
Joined: Thu Jul 02, 2015 7:29 pm

Re: Netgear R7000 Nighthawk and OpenVPN Connect

Post by StGeorgeA » Thu Jul 02, 2015 7:33 pm

I've changed my .ovpn file to use tun and I now get the error: TUN_WETUP_FAILED tun_prop_error: one of ifconfig or ifconfig-ipv6 must be specified


.ovpn file:


client
dev tun
proto udp
remote *****.*****.com 8443
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5

Post Reply