3

I have a Netgear Nighthawk router which contains a VPN server. I want to connect my Macbook to the VPN.

I have done the following so far:

  • Installed the OpenVPN Connect client on my Macbook
  • Configured my Dynamic DNS server on the router
  • Turned on the VPN server on the router
  • Downloaded a ZIP file from the router containing the following:

Zip file from the router containing four files, two CRT, one Key and one Conf

The CRT and key files seem to be standard public/private keys, the conf file looks like this:

Line seperated list of values including the URL and port of the VPN server

I have some instructions from Netgear for setting things up. Step 4 says:

Step 4: Unzip the configuration files you have just downloaded and use iTune to upload them to the folder of "OpenVPN Connect" on your device.

macOS doesn't seem to associate any of these files with iTunes, the OpenVPN client has an Import From Local File menu option, but it doesn't recognise any of the files:

No file association with iTunes on macOS

OpenVPN connect menu

Import from Local File doesn't recognise the certificate files

I'm just a bit stuck, and not very familiar with macOS. Hopefully I'm missing something obvious, thanks!

7
  • The Netgear article Enabling VPN service on a Nighthawk router using a MAC OS computer describes the procedure to use. Let me know if this works for you.
    – harrymc
    Commented Jan 15, 2020 at 21:07
  • @harrymc I know I can use the Tunnelblick client, but can't I use the official OpenVPN client?
    – JMK
    Commented Jan 15, 2020 at 21:08
  • It would surprise me if the Nighthawk VPN server cannot work with the OpenVPN client, but stranger things have happened. As these configuration files aren't in a format usable by OpenVPN, you might examine their content (if text) to find the parameters needed by the OpenVPN client and do the configuration manually.
    – harrymc
    Commented Jan 15, 2020 at 21:22
  • 1
    You could try the procedure in this post, where a couple of methods are described (for Linux but may apply here).
    – harrymc
    Commented Jan 16, 2020 at 7:35
  • 1
    @JakubJindra That was it!! If you answer the question I'll give you the bounty, cheers!
    – JMK
    Commented Jan 16, 2020 at 21:08

2 Answers 2

2
+250

Rename config file to *.ovpn file extension. Some OpenVPN clients uses ovpn to recognise the config file. Other applications use directory or zip file which contains all files including certificates and key.

1
  • So simple, once I did this Import -> From Local File recognised the configuration. You would think they could document this somewhere! Thanks
    – JMK
    Commented Jan 16, 2020 at 21:58
1

Issue I had was the same, but when I changed file extension to *.ovpn, OpenVPN version 2.7.1.107 would disconnect immediately and OpenVPN version 3.1.1 would give error: "TAP mode is not supported"

  1. If your OpenVPN version is not 3.1.1, download OpenVPN Connect for macOS version 3.1.1 (1089) beta for mac (beta as of 6/5/2020).
  2. Download the "For Smart Phone" configuration package from router website (routerlogin.net or 192.168.1.1)
  3. Import *.ovpn file from unzipped download from router

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .