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] 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] 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

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

2020-04-29 Thread Nathan Stratton Treadway
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 with the old tap interfaces, > > > what the OpenV

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

2020-04-29 Thread Gert Doering
Hi, On Wed, Apr 29, 2020 at 04:45:14PM +0200, Jan Just Keijser wrote: > it does make me wonder what the posts were about of people using > openvpn+tun+pfsense/quagga - some even more than 10 yrs ago! p2p mode, mayhaps? (IPv6 worked in p2p mode also much much earlier than in p2mp mode - mostly

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

2020-04-29 Thread Jan Just Keijser
Hi Gert, On 29/04/20 13:11, Gert Doering wrote: Hi, On Wed, Apr 29, 2020 at 12:45:26PM +0200, Gert Doering wrote: On Wed, Apr 29, 2020 at 12:25:02PM +0200, Jan Just Keijser wrote: in other words, OSPF is not UDP or TCP based and hence will not easily work over routed tunnels - which makes sen

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

2020-04-29 Thread Gert Doering
Hi, On Wed, Apr 29, 2020 at 12:45:26PM +0200, Gert Doering wrote: > On Wed, Apr 29, 2020 at 12:25:02PM +0200, Jan Just Keijser wrote: > > in other words, OSPF is not UDP or TCP based and hence will not easily > > work over routed tunnels - which makes sense, as OSPF is a rout*ING > > *protocol,

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

2020-04-29 Thread Gert Doering
Hi, On Wed, Apr 29, 2020 at 12:25:02PM +0200, Jan Just Keijser wrote: > in other words, OSPF is not UDP or TCP based and hence will not easily > work over routed tunnels - which makes sense, as OSPF is a rout*ING > *protocol, not a rout*ED* protocol. Naaah. gert -- "If was one thing all peop

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

2020-04-29 Thread Jan Just Keijser
On Wed, Apr 29, 2020 at 09:03:20AM +0200, free...@tango.lu wrote: Ok so after a bit of research and finding half baked articles such as: https://superuser.com/questions/1283125/proper-configuration-for-quagga-ospf-on-an-openvpn-network Which makes me think OSPF is only possible with the old ta

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

2020-04-29 Thread Jonathan K. Bullard
Hi, On Wed, Apr 29, 2020 at 3:43 AM Gert Doering wrote: > > Hi, > > On Wed, Apr 29, 2020 at 09:03:20AM +0200, free...@tango.lu wrote: > > Ok so after a bit of research and finding half baked articles such as: > > https://superuser.com/questions/1283125/proper-configuration-for-quagga-ospf-on-an-o

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

2020-04-29 Thread Antonio Quartulli
Hi, On 29/04/2020 09:03, free...@tango.lu wrote: > Ok so after a bit of research and finding half baked articles such as: > https://superuser.com/questions/1283125/proper-configuration-for-quagga-ospf-on-an-openvpn-network > > > Which makes me think OSPF is only possible with the old tap interfa

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

2020-04-29 Thread Gert Doering
Hi, On Wed, Apr 29, 2020 at 09:03:20AM +0200, free...@tango.lu wrote: > Ok so after a bit of research and finding half baked articles such as: > https://superuser.com/questions/1283125/proper-configuration-for-quagga-ospf-on-an-openvpn-network > > Which makes me think OSPF is only possible with t

[Openvpn-users] OpenVPN with OSPF there is no proper guide or support

2020-04-29 Thread freebsd
Ok so after a bit of research and finding half baked articles such as: https://superuser.com/questions/1283125/proper-configuration-for-quagga-ospf-on-an-openvpn-network Which makes me think OSPF is only possible with the old tap interfaces, what the OpenVPN dev team even want to remove in the f