X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff

Publicidade HAPPY-TEAM

http://happy-team.org/forum.php http://happy-team.org/forum.php

Info Happy-Team

O HAPPY-TEAM EXIME-SE DE TODA A RESPONSABILIDADE PERMITIDA PELO ORDENAMENTO JURÍDICO PELOS DANOS E PREJUÍZOS DE TODA NATUREZA QUE POSSAM DECORRER DA TRANSMISSÃO, DIFUSÃO, ARMAZENAMENTO, DISPONIBILIZAÇÃO, RECEPÇÃO, OBTENÇÃO OU ACESSO AOS CONTEÚDOS, E EM PARTICULAR, AINDA QUE NÃO DE MODO EXCLUSIVO, PELOS DANOS E PREJUÍZOS QUE POSSAM DECORRER...
AVISO: Se já esta Registado, não poderá fazer duplo registo. Caso de duplo registo, SERA BANIDO PARA SEMPRE
Novos Registos, apenas por convite, contacte o Staf.
EMAIL: Convite: convitehappyteam.org@gmail.com , pedidos com VPN, poderão não ser validados.
Resultados 1 a 2 de 2
  1. #1
    Member Country: Portugal Avatar de rotiv74
    Data de Ingresso
    Nov 2017
    Localização
    Suíça
    Posts
    35

    Level: 25 [?]
    Experience: 81.688
    Next Level: 100.000

    Informatica 1 OpenVPN client on Raspberry Pi

    OpenVPN client on Raspberry Pi


    This article is writen in spite of lots of blog posts on this topic, but most of them don’t take in account some best practices and have redundant and sometimes wrong information.

    So if you wish to use your Raspberry Pi as OpenVPN client and make configure your Raspberry Pi the RightWay(tm) then you have come to the right place :)

    First you need to have certificate files, if you are admin on the OpenVPN server also then you need to know how to create these files (not covered in this article) and if you are not then you should ask admin of OpenVPN server to send these files to you.

    First file you need is Certificate Authority Certificate file usually named ca.crt, and two are client specific and unique for each client, for this example I’ll use raspberry.keyand raspberry.crt

    First install openvpn package:
    Código:
    sudo apt-get update
    sudo apt-get install openvpn
    Now create config file for OpenVPN:
    Código:
    sudo nano /etc/openvpn/client.conf
    and use these settings:

    Código:
    client
    dev tun
    port 1194
    proto udp
    remote CHANGE-ME-SERVER 1194 # VPN server IP : PORT
    nobind
    ca /etc/openvpn/ca.crt
    cert /etc/openvpn/raspberry.crt
    key /etc/openvpn/raspberry.key
    comp-lzo
    persist-key
    persist-tun
    verb 3
    Copy certificates and key to / etc/openvpn/ directory on your Raspberry Pi

    Start OpenVPN service
    Código:
    sudo /etc/init.d/openvpn start
    Trubleshooting
    If OpenVPN service is not starting take a peek into your log file:
    Código:
    tail /var/log/daemon.log
    <table style="color: rgb(3, 114, 190); border: 3px dotted rgb(108, 201, 235); z-index: 999; min-width: 1px; min-height: 1px; max-height: 500px; max-width: 1000px;"><tbody><tr><td><table border="0"; style="z-index: 999; min-width: 1px; min-height: 1px; max-height: 600px; max-width: 1000px;"><tbody><tr><td align="left"><img src="http://happy-team.org/customprofilepics/profilepic26529_2.gif" alt=""></td><td align="left">Os <strong><font color="#000000">Administradores</font></strong> e <strong><font color="#8bc444">Moderadores</font></strong> aconselham que:<br>♦ Seja sempre ativo no fórum e aprenda mais;
    ♦ Respeite as <a href="http://happy-team.org/showthread.php/8-regras-deste-forum">regras do fórum</a>;
    ♦ Apresente-se <a href="http://happy-team.org/forumdisplay.php/8-APRESENTACAO">Aqui</a> ;
    ♦ Como <a href="http://happy-team.org/announcement.php?f=103">Fazer Download</a> ;
    ♦ Visitem a nosso <a href="http://happy-team.org/happyradio/index.php">Radio</a>;
    ♦ Inscricoes abertas para <a href="http://happy-team.org/happyradio/index.php">Moderadores</a>;</td>
    <td align="left">
    ♦ Os conteúdos por mim publicados são somente para investigação e testes.
    ♦ Devem de adquirir o original se quiserem continuar a usufruír dos conteúdos.
    ♦ Não me responsabilizo por actos criminosos causados por terceiros com os mesmos.
    ♦ Se o conteúdo te agrada por favor partilha, comenta e da reputação, assim vais ajudar a continuar com o trabalho.
    </td></tr></tbody></table></td></tr></tbody></table>
    Hidden Content
    Hidden Content
    Hidden Content

  2. #2
    Moderador Avatar de nortsat
    Data de Ingresso
    Nov 2017
    Posts
    1.305

    Level: 43 [?]
    Experience: 3.044.800
    Next Level: 3.609.430

    muito bom obrigado.

Informações de Tópico

Usuários Navegando neste Tópico

Há 1 usuários navegando neste tópico. (0 registrados e 1 visitantes)

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • Você não pode enviar respostas
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •  

PARCERIAS DO HAPPY-TEAM