> I just want this to be verified because the manual reads that:
> udp6 will force only udp on IPv6, at least that is how I read it.

Not on the server side. It is one of the quirks that we need to fix at
some point. See the ipv6only option of --bind for more details

> 
>> +
>> +    # The ip address the server will distribute
>> +    server 192.168.234.0 255.255.255.0
>> +    server-ipv6 fd00:6f76:706e::/64
>> +
>> +    # A tun-mtu of 1400 avoids problems of too big packets after VPN 
>> encapsulation
>> +    tun-mtu 1400
>> +
>> +    # The fingerprints of your clients. After adding/remvoing one here 
>> restart the
> 
> remvoing -> removing
> 
> 
>> +    # server
>> +    <peer-fingerprint>
>> +    </peer-fingerprint>
>> +
>> +    # Notify clients when you restart the server to reconnect quickly
>> +    explicit-exit-notify 1
>> +
>> +    # Ping every 60s, restart if no data received for 5 minutes
>> +    keepalive 60 300
> 
> I presume you are all sure that this is suitable for consumer grade routers.

I think 60 300 is a good starting point but we might later modify it if
this becomes a problem.

Thanks for spell/grammar checking it!

Arne


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to