NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
jrushford
Jun 16, 2023Aspirant
RBRE960 VPN Service appears broken and does not function
Greetings, I use a mac OSX laptop on the road and was trying to setup the VPN service on my brand new RBRE960 home router, firmware version V6.3.7.10_3.3.3 and it does not work at all. I was am cur...
- Jun 22, 2023
I worked with Netgear tech support on the case I submitted. They gave me a new firmware version to try, V7.2.6.103_5.0.19. I now do have a working VPN service as this firmware version fixed some of the issues with the configuration files. There is a caveat though. The smart_phone.ovpn file from the router's smart_phone configuration package works for both my iPhone 13 and my Macbook Pro using OpenVPN connect and Tunnelblick. The MacOSX configuration package still does not work with MacOSX using those two VPN clients because both clients expect a combined OVPN configuration file like the one from the smart_phone package. Also the MacOSX package still provides a conf file with a "tap" mode setting which is not supported by OpenVPN connect on MacOSX. You can use the MacOSX package if you rename the client.conf file to client.ovpn, edit the client.ovpn and change "dev tap" to "dev tun", change the port number to the one for "tun" mode, and then include the CA certificate, client certificate, and client private key in the client.ovpn using these tags
<ca>ca certificate</ca>
<cert>client certificate</cert>
<key>client private key</key>
I found that it's much easier though to just use the smart_phone.ovpn as it is in the proper format and is configured for tunnel mode with "dev tun". This OVPN file works fine with both Tunnelblick and OpenVPN connect clients on a MacBook Pro.
FURRYe38
Jun 18, 2023Guru - Experienced User
Try some beta FW?
jrushford
Jun 22, 2023Aspirant
I worked with Netgear tech support on the case I submitted. They gave me a new firmware version to try, V7.2.6.103_5.0.19. I now do have a working VPN service as this firmware version fixed some of the issues with the configuration files. There is a caveat though. The smart_phone.ovpn file from the router's smart_phone configuration package works for both my iPhone 13 and my Macbook Pro using OpenVPN connect and Tunnelblick. The MacOSX configuration package still does not work with MacOSX using those two VPN clients because both clients expect a combined OVPN configuration file like the one from the smart_phone package. Also the MacOSX package still provides a conf file with a "tap" mode setting which is not supported by OpenVPN connect on MacOSX. You can use the MacOSX package if you rename the client.conf file to client.ovpn, edit the client.ovpn and change "dev tap" to "dev tun", change the port number to the one for "tun" mode, and then include the CA certificate, client certificate, and client private key in the client.ovpn using these tags
<ca>ca certificate</ca>
<cert>client certificate</cert>
<key>client private key</key>
I found that it's much easier though to just use the smart_phone.ovpn as it is in the proper format and is configured for tunnel mode with "dev tun". This OVPN file works fine with both Tunnelblick and OpenVPN connect clients on a MacBook Pro.
- FURRYe38Jun 24, 2023Guru - Experienced User
Glad you got it working. Please mark your thread as solved so others will know. Be sure to save off a back up configuration to file for safe keeping. Saves time if a reset is needed.
https://kb.netgear.com/000062080/How-do-I-back-up-the-configuration-settings-on-my-Orbi-WiFi-System
Enjoy. 📡- jrushfordJun 24, 2023Aspirant
i marked resolved but, I don't really consider it as solved until they release a new firmware fixing the MacOSX package configs.