+ Responder ao Tópico



  1. #1

    Padrão openvpn suse

    Boas

    Tenho um servidor com opensuse 10.3, que faz de router/gateway e distribui internet a mais 3 computadores. Em casa tenho um computador com o windows xp que ligo por vpn (openvpn) ao servidor sem qualquer problema. No entando não consigo pingar nenhum dos computadores na rede do servidor.

    windowsXP:
    ip rede: 192.168.3.3

    configuraçao openvpn:
    dev tun
    remote ip_do_servidor
    ifconfig 10.0.0.2 10.0.0.1
    route 192.168.2.0 255.255.255.0 10.0.0.1
    secret chave.key
    port 5001
    ping 15
    verb 3


    Servidor opensuse 10.3
    ip rede:192.168.2.1

    Configuração openvpn:
    dev tun
    ifconfig 10.0.0.1 10.0.0.2
    cd /etc/openvpn
    secret chave.key
    port 5000
    proto udp
    ping 15
    verb 3

    Penso que o problema é nas rotas, como adiciono?

  2. #2

    Arrow

    Admitindo-se que as rotas estão corretas, adicione a diretiva client-to-client.

    --client-to-client
    Because the OpenVPN server mode handles multiple clients through a single tun or tap interface, it is effectively a router. The --client-to-client flag tells OpenVPN to internally route client-to-client traffic rather than pushing all client-originating traffic to the TUN/TAP interface.

    When this option is used, each client will "see" the other clients which are currently connected. Otherwise, each client will only see the server. Don't use this option if you want to firewall tunnel traffic using custom, per-client rules.

  3. #3

    Question

    Roca, boa noite .........

    A solução do membro do UnderLinux acima, resolveu ???
    Gostaria de saber , por favor ...........

    Um abraço e um feliz natal ..................