Re: On Netgraph

2020-06-09 Thread Eugene Grosbein
10.06.2020 6:48, John-Mark Gurney wrote: > Tom Marcoen wrote this message on Tue, Jun 09, 2020 at 12:53 +0200: >> That is what I had in mind. Though I was hoping I could put the encryption >> in NetGraph too so that I would not see that interface on my host where I >> do not need to see it. > > Y

Re: On Netgraph

2020-06-09 Thread John-Mark Gurney
Tom Marcoen wrote this message on Tue, Jun 09, 2020 at 12:53 +0200: > That is what I had in mind. Though I was hoping I could put the encryption > in NetGraph too so that I would not see that interface on my host where I > do not need to see it. You wouldn't see any interface if you're encrypting

Re: On Netgraph

2020-06-09 Thread Tom Marcoen
Hey Julian, That is what I had in mind. Though I was hoping I could put the encryption in NetGraph too so that I would not see that interface on my host where I do not need to see it. On Tue, 9 Jun 2020 at 05:28, Julian Elischer wrote: > On 5/27/20 4:20 AM, Eugene Grosbein wrote: > > 27.05.2020

Re: On Netgraph

2020-06-08 Thread Julian Elischer
On 6/8/20 7:03 AM, Marko Zec wrote: On Mon, 8 Jun 2020 15:36:42 +0200 Tom Marcoen wrote: Hey Jan, I know about the vast performance improvements with if_bridge(4) (Thank you, Kristof Provost), the problem with using it for jails is that once you have a lot of jails, your hosts gets way too ma

Re: On Netgraph

2020-06-08 Thread Julian Elischer
On 5/27/20 4:20 AM, Eugene Grosbein wrote: 27.05.2020 15:06, Tom Marcoen wrote: Hey all, I'm new to this mailing list and also quite new to FreeBSD (huray, welcome to me!) so bare with me, please. I'm reading up on Netgraph on how I can integrate it with FreeBSD jails and I was looking at som

Re: On Netgraph

2020-06-08 Thread Marko Zec
On Mon, 8 Jun 2020 15:36:42 +0200 Tom Marcoen wrote: > Hey Jan, > > I know about the vast performance improvements with if_bridge(4) > (Thank you, Kristof Provost), the problem with using it for jails is > that once you have a lot of jails, your hosts gets way too many epair > interfaces in its

Re: On Netgraph

2020-06-08 Thread Tom Marcoen
Hey Jan, I know about the vast performance improvements with if_bridge(4) (Thank you, Kristof Provost), the problem with using it for jails is that once you have a lot of jails, your hosts gets way too many epair interfaces in its ifconfig, which I really do not like. So I would prefer using Netgr

Re: On Netgraph

2020-06-08 Thread Jan Bramkamp
On 27.05.20 10:06, Tom Marcoen wrote: Hey all, I'm new to this mailing list and also quite new to FreeBSD (huray, welcome to me!) so bare with me, please. I'm reading up on Netgraph on how I can integrate it with FreeBSD jails and I was looking at some of the examples provided in /usr/share/exa

Re: On Netgraph

2020-06-07 Thread John-Mark Gurney
Tom Marcoen wrote this message on Fri, Jun 05, 2020 at 22:07 +0200: > I'm sure I can come up with those ten-or-so lines myself. I was just hoping > I could use a Netgraph node which performs the encryption before sending it > through the ksocket node. Perhaps I should write such a node then. There

Re: On Netgraph

2020-06-05 Thread Eugene Grosbein
06.06.2020 2:13, Tom Marcoen wrote: > Hey Eugen, > > For some reason I did not receive your email. But I found your reply in the > archives. Just look at your gmail spam folder. Gmail's antispam policy in not quite adequate. > Anyway, the goal is to have two computers, each with a Netgraph bri

Re: On Netgraph

2020-06-05 Thread Tom Marcoen
I'm sure I can come up with those ten-or-so lines myself. I was just hoping I could use a Netgraph node which performs the encryption before sending it through the ksocket node. Perhaps I should write such a node then. On Fri, 5 Jun 2020 at 22:04, Julian Elischer wrote: > On 6/5/20 12:13 PM, Tom

Re: On Netgraph

2020-06-05 Thread Julian Elischer
On 6/5/20 12:13 PM, Tom Marcoen wrote: Hey Eugen, For some reason I did not receive your email. But I found your reply in the archives. Anyway, the goal is to have two computers, each with a Netgraph bridge node and jails connecting to these bridges. I want to connect both bridges over the Inte

Re: On Netgraph

2020-06-05 Thread Tom Marcoen
Hey Eugen, For some reason I did not receive your email. But I found your reply in the archives. Anyway, the goal is to have two computers, each with a Netgraph bridge node and jails connecting to these bridges. I want to connect both bridges over the Internet securely. Using a UDP tunnel and enc

Re: On Netgraph

2020-05-27 Thread Eugene Grosbein
27.05.2020 15:06, Tom Marcoen wrote: > Hey all, > > I'm new to this mailing list and also quite new to FreeBSD (huray, welcome > to me!) so bare with me, please. > > I'm reading up on Netgraph on how I can integrate it with FreeBSD jails and > I was looking at some of the examples provided in >