Re: [Openvpn-users] Compiling OpenVPN 3 Linux Client on arm

2019-05-30 Thread David Mehler
I thought the Raspberry Pi 3B+ was 64 bit? Dave. On 5/30/19, Lorenz wrote: > On 5/29/19 10:51 PM, David Sommerseth wrote: >> Hi, >> >> Thanks for testing openvpn3-linux!:) >> >> Yes, 32 bit is a known issue. It's related to some type deduction >> challenge >> C++ provides which is not an issue

Re: [Openvpn-users] Routing all traffic throuh the VPN tunnel.

2019-05-30 Thread Gert Doering
Hi, On Thu, May 30, 2019 at 12:12:55PM +0200, Lampo Bastardo wrote: > Now my (stupid?) question is: since sooner or later the IP packet will > leave the secure VPN tunnel, what is the purpose to make it travel > through the secure VPN tunnel only for the first part of its trip? Why > not use the

[Openvpn-users] Routing all traffic throuh the VPN tunnel.

2019-05-30 Thread Lampo Bastardo
Maybe someone can help me. About the directive ** push "redirect-gateway def1" ** I have found the following explanation: "Parameter def1: Instead of replacing the existing default gateway, OpenVPN will add two new routes, 0.0.0.0/1 and 128.0.0.0/1. These routes together also cover all IPv4 sp

Re: [Openvpn-users] Compiling OpenVPN 3 Linux Client on arm

2019-05-30 Thread Lorenz
On 5/29/19 10:51 PM, David Sommerseth wrote: Hi, Thanks for testing openvpn3-linux!:) Yes, 32 bit is a known issue. It's related to some type deduction challenge C++ provides which is not an issue on 64 bit platforms. So far I've just been ignorant to 32 bit platforms (sorry!), as I didn't th