Conectando o Ubuntu ao Algo VPN

1

Alguém tem experiência em se conectar a um Algo VPN em um cliente Ubuntu 16.04 (executando o Gnome)?

Adoraria mesmo saber como fazer isso melhor, obrigado!

    
por Zerong Tony Wang 03.04.2018 / 01:04

1 resposta

0

Eu tentei um pouco, mas agora tenho algum problema ao configurar o servidor, vendo isso usando o comando strongswan ou wireguard deveria.
E isso é o que diz link :
(Gnome) configuração do Network Manager Neste exemplo, vamos assumir que o IP do nosso servidor Algo VPN é 1.2.3.4 e o usuário que criamos é o nome do usuário.

Go to Settings > Network
Add a new Network (+ bottom left of the window)
Select IPsec/IKEv2 (strongswan)
Fill out the options:
    Name: your choice, e.g.: ikev2-1.2.3.4
    Gateway:
        Address: IP of the Algo VPN server, e.g: 1.2.3.4
        Certificate: cacert.pem found at /path/to/algo/configs/1.2.3.4/cacert.pem
    Client:
        Authentication: Certificate/Private key
        Certificate: user-name.crt found at /path/to/algo/configs/1.2.3.4/pki/certs/user-name.crt
        Private key: user-name.key found at /path/to/algo/configs/1.2.3.4/pki/private/user-name.key
    Options:
        Check Request an inner IP address, connection will fail without this option
        Optionally check Enforce UDP encapsulation
        Optionally check Use IP compression
        For the later 2 options, hover to option in the settings to see a description
    Cipher proposal:
        Check Enable custom proposals
        IKE: aes256gcm16-prfsha512-ecp384,aes256-sha2_512-prfsha512-ecp384,aes256-sha2_384-prfsha384-ecp384
        ESP: aes256gcm16-ecp384,aes256-sha2_512-prfsha512-ecp384
Apply and turn the connection on, you should now be connected
    
por Scorpion 12.08.2018 / 23:08