How to configure Synology 5.1 NAS

This is the tutorial on how to set up your Synology NAS based on DiskStation Manager (DSM) 5.1 version. The instructions were made for connection to the Swedish #3 server. Special thanks to @davmojo for providing these instructions.

1. Login to your Synology NAS control panel.

Página de login do DSM do Synology NAS no navegador em 192.168.1.1 mostrando o nome de usuário admin, o campo de senha e o botão Sign in

2. Go to Control Panel.

Área de trabalho do DSM do Synology com uma seta vermelha apontando para o ícone do Control Panel

3. Go to Network.

Control Panel do Synology mostrando a opção Network destacada na seção Connectivity

4. Create a new VPN Profile.

Aba Network Interface do Synology com o menu suspenso Create aberto e a opção 'Create VPN profile' destacada

5. Choose OpenVPN option.

Caixa de diálogo Create Profile do Synology mostrando o VPN Connection Method com a opção OpenVPN selecionada

6. Download the latest CA certificates from this link and extract the package.

7. Return to your web browser and enter the following details:

Profile Name – choose any name you like;
Server Address – the NordVPN server hostname or IP address;
User name – your NordVPN service username;
Password – your NordVPN service password;

You can find your NordVPN service credentials (service username and service password) in the Nord Account dashboard:

  1. Click Set up NordVPN manually.

    Página Services > NordVPN do Nord Account com NordVPN destacado na barra lateral e o botão 'Set up NordVPN manually' visível
     
  2. You will receive a verification code in your email that you use for NordVPN services. Type the code in: 

    Tela 'Verify your email' do Nord Account com um campo de entrada de código para inserir o código de verificação enviado por e-mail
     
  3. Copy the credentials using the “Copy” buttons on the right:

    Página de configuração manual do Nord Account mostrando as credenciais do serviço com os campos Username e Password e os botões de copiar destacados
     
Port – 1194 (recommended);
Protocol – UDP (recommended);
Cerificate – go to the folder where you have extracted the CA certificates and select the corresponding CA certificate to the server you will use.

Click Next.

Formulário General Settings do Create Profile do Synology com o nome de perfil NordVPN, endereço do servidor 178.73.210.104, porta 1194, protocolo UDP e campo de certificado

 

8. On the Advanced settings screen – enable all the options.

Tela Advanced Settings do Create Profile do Synology com todas as quatro opções marcadas, incluindo compressão, gateway padrão e reconexão

9. Click Apply and you will return to the Network Interface list.

Lista de Interface de Rede do Synology mostrando o perfil VPN - NordVPN_OpenVPN listado em estado desconectado

10. If you click the VPN Profile you have just created and click connect you will see the following error in red.

Interface de Rede do Synology mostrando VPN - NordVPN_OpenVPN com uma mensagem de erro vermelha 'Connection failed or certificate expired'

11. You will now need to manually edit the OpenVPN profile on your Synology NAS. To do so you need to SSH as root.
Firstly enable SSH from the Terminal & SNMP option.

Configurações do Terminal & SNMP do Control Panel do Synology com a caixa de seleção 'Enable SSH service' marcada e a porta definida como 22

12. Now open your favorite terminal/ssh program (Mac OSX Terminal shown here) and type:
ssh root@(ip of your synology).

The root password is the password of your administrator user (you may have changed it when initializing your NAS).

Janela do Terminal do macOS mostrando o login SSH bem-sucedido no NAS Synology como root em 192.168.1.1 com o prompt do Synology

13. Now you need to change directories. Type and then press enter at the end of the line:

cd /usr/syno/etc/synovpnclient/openvpn
ls -al

In the screenshot below you see three files:
– ca_.crt is the certificate you have uploaded (ca.crt);
– client_ is the file containing the OpenVPN configuration;
– ovpnclient.conf contains the Synology setup for OpenVPN connections.

Terminal SSH mostrando a saída ls -al do diretório OpenVPN do Synology listando os arquivos ca_.crt, client_ e ovpnclient.conf

14. You need to create a new file which contains the tls-auth key.
Using vi is the easiest way to do this. Type: (replace with the actual connection id)
vi tls_auth_.key

Terminal SSH mostrando a listagem de diretório atualizada e o comando vi para criar o arquivo tls_auth_.key

15. Return to the directory where you have extracted CA certificates. You can also see the TLS-AUTH.key files there. Select the corresponding TLS-AUTH.key file to the server you are setting up the connection with and open it with a text editor program. Copy all the text in the file.

16. Open the terminal window again. Press A and then paste the text you have copied from the TLS-auth.key file. It should look similar to the text below.

Terminal SSH no editor vi mostrando o conteúdo da OpenVPN Static Key V1 colado no arquivo de chave tls-auth

17. Press Escape and then type :wq

Terminal SSH no editor vi com o comando :wq inserido para salvar e sair do arquivo de chave tls-auth

18. If you would list the content of the directory using ls -al command you should see something similar to the image below.

Terminal SSH mostrando a saída ls -al confirmando que o arquivo tls_auth_o1430912123.key recém-criado está listado no diretório

19. Now you need to finish the client_(connection_id) file. Using vi open the file and add the following,  remember to replace the TLS-AUTH.key file with the name of the keyfile you have created earlier:

cipher AES-256-CBC
remote-cert-tls server
auth SHA512
tls-auth tls_auth_o1430912123.key 1
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
log-append /volume1/tmp/NordVPN.log

It should look similar to the image below.

Terminal SSH no editor vi mostrando o arquivo de configuração do cliente OpenVPN com as configurações cipher, tls-auth e outras configurações de conexão NordVPN adicionadas

20. Save the file by pressing Escape, typing :wq

21. Return to your web browser window. Click Connect and you will see the Connecting sign. Please wait for up to 2 minutes.

Interface de Rede do Synology mostrando VPN - NordVPN_OpenVPN com status 'Connecting'

22. If everything is done properly you will be connected to VPN.

Interface de Rede do Synology mostrando VPN - NordVPN_OpenVPN com status 'Connected', endereço IP 10.8.8.66 e estatísticas de transferência

23. To disconnect simply click on Disconnect button in the Synology Network list.

Este artigo foi útil?

Ainda com problemas?

  • Chat ao vivo

  • Formulário de e-mail

Ao clicar em “Converse com o suporte”, você concorda com nossos Termos de Serviço e reconhece nossa Política de Privacidade. A funcionalidade de chat depende de cookies. Ao iniciar o chat, você concorda com o uso deles. Saiba mais em nossa Política de Cookies.