On Wed, 17 Aug 2022 22:22:45 +0200
Michael Gmelin wrote:
> > On 15. Aug 2022, at 08:52, Milan Obuch wrote:
> >
> > Hi,
> >
> > some time ago I managed to design and implement multi-tenant OpenVPN
> > server using vnet jails. This way I am able to use more OpenVPN
> > instances on single publi
On Wed, 17 Aug 2022 13:12:14 -0700
John-Mark Gurney wrote:
> Milan Obuch wrote this message on Mon, Aug 15, 2022 at 08:53 +0200:
> > I tried to mimic this in FreeBSD with following commands:
> >
> > ifconfig gre1 create tunnel 172.16.1.1 172.16.0.1 vnet ov1
> > jexec ov1 ifconfig gre1 10.1.0.2/3
> On 15. Aug 2022, at 08:52, Milan Obuch wrote:
>
> Hi,
>
> some time ago I managed to design and implement multi-tenant OpenVPN
> server using vnet jails. This way I am able to use more OpenVPN
> instances on single public IP.
>
> This is made possible using tun/tap interface property allo
Milan Obuch wrote this message on Mon, Aug 15, 2022 at 08:53 +0200:
> I tried to mimic this in FreeBSD with following commands:
>
> ifconfig gre1 create tunnel 172.16.1.1 172.16.0.1 vnet ov1
> jexec ov1 ifconfig gre1 10.1.0.2/30 10.1.0.1
>
> This does not work. I found some older post which made