[Openvpn-users] Command line VPN no config

2020-04-30 Thread Brandon Helsley via Openvpn-users
What is a simple VPN I can construct on command line without even needing a configuration file? And how. I'm on FreeBSD ___ Openvpn-users mailing list Openvpn-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-users

[Openvpn-users] FreeBSD Steps to configure openvpn and openvpn-admin

2020-04-30 Thread Brandon Helsley via Openvpn-users
What are the steps I need to go through to setup openvpn on freebsd? What exactly is open VPN exactly. I understand a little bit from using protonmail VPN but don't get it much other than the wiki explanation ___ Openvpn-users mailing list Openvpn-user

Re: [Openvpn-users] OTP + auth-token

2020-04-30 Thread Selva Nair
Hi, On Thu, Apr 30, 2020 at 2:41 PM Dajka Tamás wrote: > Hi Selva, > > > > thank you for your reply. Please help me, how can I set a token from > management-client? Should I generate a token, store it and use > ’client-auth’ + ’auth-toke $token’ + ’END’ simply? (and verify it upon > REAUTH) >

Re: [Openvpn-users] OTP + auth-token

2020-04-30 Thread Dajka Tamás
Hi Selva, thank you for your reply. Please help me, how can I set a token from management-client? Should I generate a token, store it and use ’client-auth’ + ’auth-toke $token’ + ’END’ simply? (and verify it upon REAUTH) Thanks, Tom From: Selva Nair [mailto:selva.n

Re: [Openvpn-users] OpenVPN with OSPF there is no proper guide or support --"TAP support removal" rumor

2020-04-30 Thread Joe Patterson
My previous attempt was a client-connect script that directly added static routes to quagga via vtysh commands. It worked... usually. Sometimes. I see what you're saying about adding iroutes dynamically post-connect. I skirt this issue by using OSPF on p2p links between my openvpn servers, then u

Re: [Openvpn-users] OpenVPN with OSPF there is no proper guide or support --"TAP support removal" rumor

2020-04-30 Thread Gert Doering
Hi, On Thu, Apr 30, 2020 at 01:53:29PM -0400, Joe Patterson wrote: > So, I've got a back-burner project that does parts of this. It's a > daemon that connects to the management console and handles things like > client auth and such. The way I did it was that the daemon keeps an > internal copy o

Re: [Openvpn-users] OTP + auth-token

2020-04-30 Thread Selva Nair
Hi, On Thu, Apr 30, 2020 at 11:16 AM Dajka Tamás wrote: > Hi All, > > > > I assume the issue from 2017 with auth-nocache + auth-token still exists. > However, I’ve bumped into something, which I cannot understand. Same setup > with OTP, but removed the ’auth-nocache’ from the client.conf. > I w

Re: [Openvpn-users] OpenVPN with OSPF there is no proper guide or support --"TAP support removal" rumor

2020-04-30 Thread Joe Patterson
So, I've got a back-burner project that does parts of this. It's a daemon that connects to the management console and handles things like client auth and such. The way I did it was that the daemon keeps an internal copy of basically the iroute table, and then advertises it via RIPv2 on localhost.

Re: [Openvpn-users] OpenVPN with OSPF there is no proper guide or support --"TAP support removal" rumor

2020-04-30 Thread Gert Doering
Hi, On Thu, Apr 30, 2020 at 02:51:25PM +0200, free...@tango.lu wrote: > I guess in 2020 we should be done with that type of crap quality. Just > write a proper step by step howto please on OSPF+OpenVPN Please do so! You are the one who wants to do this, so please share your experience when you

Re: [Openvpn-users] OpenVPN with OSPF there is no proper guide or support --"TAP support removal" rumor

2020-04-30 Thread Don
Hello, I stumbled upon a youtube video mentioning OSPF routing search for: OpenVPN site-to-site on Edgerouter (OSPF Routing) https://www.youtube.com/watch?v=ee_OwM_MDfk Don On 4/30/20 8:51 AM, free...@tango.lu wrote: > On 2020-04-29 22:19, Nathan Stratton Treadway wrote: >> On Wed, Apr 29, 2020 at

Re: [Openvpn-users] OTP + auth-token

2020-04-30 Thread Dajka Tamás
Hi All, I assume the issue from 2017 with auth-nocache + auth-token still exists. However, I've bumped into something, which I cannot understand. Same setup with OTP, but removed the 'auth-nocache' from the client.conf. In server.conf the following is set: reneg-sec 18000 auth-gen-toke

Re: [Openvpn-users] OpenVPN with OSPF there is no proper guide or support --"TAP support removal" rumor

2020-04-30 Thread freebsd
On 2020-04-29 22:19, Nathan Stratton Treadway wrote: On Wed, Apr 29, 2020 at 05:34:14 -0400, Jonathan K. Bullard wrote: Hi, On Wed, Apr 29, 2020 at 3:43 AM Gert Doering wrote: > On Wed, Apr 29, 2020 at 09:03:20AM +0200, free...@tango.lu wrote: > > Which makes me think OSPF is only possible w