Acties:
  • +1 Henk 'm!

  • miker-g
  • Registratie: December 2007
  • Laatst online: 04-10-2022
Ik gebruik een vpn van Mullvad op mijn Mac zonder problemen en wil graag dat mijn synology ook via het VPN van mullvad het internet op gaat, maar loop tegen wat dingen aan:

Het nieuwe profiel maken gaat gelijk al niet:
1) Control Panel -> Network -> Create -> Create VPN Profile -> OpenVPN
Welke profile name ik hier ook invul: DSM blijft roepen dat "The profile name is already in use. Please use a different name". 8)7

Dit is de supportmail die ik van Mullvad heb gelezen, waarbij wordt uitgegaan van het stappenplan op: http://robert.penz.name/7...ation-and-make-it-stable/
It's sadly a bit tricky to make mullvad work with synology since they don't support certificate authentication via their GUI.

Anyway here's what the first fields should look like: Profile name: (What you want to call the profile, for example Mullvad)

Server address: openvpn.mullvad.net (exchange openvpn for se, de, nl or us if you only want to connect to server from a specific country)

Username: Not needed
Password: Not needed

Now, download our configuration files from here (It should be in step 2 for all systems if you're logged in):
https://mullvad.net/en/setup/openvpn/

Extract the zip-file. In the extracted directory you should find a file
with the name ca.crt, that's what should be in the import certificate field.

Certificate: Navigate to ca.crt and choose it

Here comes the tricky part, you can follow the steps here with a few modifications stated below:

http://robert.penz.name/7...ation-and-make-it-stable/

The files that in the guide are called my_ds.crt and my_ds.key correspond to the files mullvad.crt and mullvad.key in the directory you extracted previously.

The part where the guide asks you to change the file client_x (where x is a number) to:

ca ca_234324321146.crt
cert keys/my_ds.crt
key keys/my_ds.key
keepalive 10 120
tls-client

Should be changed to the following:

ca ca_x.crt (where x is the number in the file you just opened)
cert keys/mullvad.crt
key keys/mullvad.key
resolv-retry infinite
nobind persist-key
persist-tun
comp-lzo
remote-cert-tls server
ping-restart 60

Then follow the rest of the guide while keeping in mind the changes you have made.
Enig idee, of een handigere guide _/-\o_ ?