Re: netmap, selective processing.

2014-07-16 Thread Jan Bramkamp
On 16.07.2014 19:48, Daniel Corbe wrote:> > I hope this it the right place to ask questions about netmap. I'm > toying with the idea of writing a netmap-based OSPF implementation > because bird's OSPF implementation isn't as good as its BGP > implementation, quagga doesn't scale well and openospfd

Re: Multipoint GRE

2015-04-17 Thread Jan Bramkamp
On 17/04/15 05:02, Clint Armstrong wrote: Is it possible to create a point to multipoint GRE network on FreeBSD? On Linux I would do this by creating the GRE interface without a defined tunnel endpoint. Then by adding psudo-arp entries which map addresses on the GRE subnet with a tunnel endpoint

Re: Changes to route(8) or routing between r325235 and r326782?

2017-12-12 Thread Jan Bramkamp
On 12.12.17 03:31, Thomas Steen Rasmussen wrote: Hello list :) "Something" which changes how routing works has landed in 11-STABLE between r325235 and r326782. Until now I have had a script which deletes routing table entries which point to lo0, in order to keep traffic from "shortcutting" over

Re: IPv6-only network--is NAT64+DNS64 really this easy now?

2019-06-25 Thread Jan Bramkamp
On 25.06.19 04:47, Mel Pilgrim wrote: On 2019-06-24 19:33, Ultima wrote: Hello Mel,   While it may be possible to have an IPv6 only environment, I don't think it is really viable. There are simply too many things that don't run on or have very limited support for IPv6 that it makes it very ha

Re: Source routing howto

2016-03-09 Thread Jan Bramkamp
On 09/03/16 11:29, el...@sentor.se wrote: Hi all! I've been searching the internet but can't find any good documentation/examples on how to setup source routing in my FreeBSD. What I want to do: Let internet clients connect their OpenVPN to a FreeBSD box. The client's internet traffic should

Re: Source routing howto

2016-03-09 Thread Jan Bramkamp
On 09/03/16 15:26, el...@sentor.se wrote: Regarding the FIBs: In FreeBSD 10.1 RELEASE, no extra FIBs can be added since that kernel is compiled without support for it. :-( I'm hesitant to break binary compability (I use freebsd-update). Will release 10.3 or 11.0 have "options ROUTETABLES=2" in

Re: NFSROOT and lagg(4)

2017-02-08 Thread Jan Bramkamp
On 04/02/2017 22:00, Konstantin Belousov wrote: On Sat, Feb 04, 2017 at 01:44:21PM -0700, Sean Bruno wrote: "what I want" is to pxe/netboot and then switch over to using a lagg(4) interface that includes the interface used in the pxe/netboot boot up. I suspect, I have to switch to MDROOT to do t

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