Re: [Openvpn-users] Share dynamic routes between hosts

2021-09-22 Thread Joe Patterson
On Wed, Sep 22, 2021 at 4:19 AM Alex K wrote: > > > > On Wed, Sep 22, 2021 at 3:12 AM Joe Patterson wrote: >> My first whack at this was an ugly kluge where I directly called vtysh >> from my client-connect script, along the lines of: >> >> #parse ccd file for iroute and/or ifconfig-push >> if "c

Re: [Openvpn-users] Share dynamic routes between hosts

2021-09-22 Thread Alex K
On Wed, Sep 22, 2021 at 3:12 AM Joe Patterson wrote: > OSPF is a great way to distribute those routes between hosts, the > problem is getting the routes from the iroute table into the OSPF > routing table in the first place. > > I have used quagga for an ospf daemon. > I was thinking to use quagg

Re: [Openvpn-users] Share dynamic routes between hosts

2021-09-21 Thread Joe Patterson
OSPF is a great way to distribute those routes between hosts, the problem is getting the routes from the iroute table into the OSPF routing table in the first place. I have used quagga for an ospf daemon. My first whack at this was an ugly kluge where I directly called vtysh from my client-connec