Re: How do I publish default router preferences using rad?

2019-08-25 Thread Caleb Callaway
I want to enable a scenario similar to what's described in https://tools.ietf.org/html/rfc4191#section-5.1 I run local network services for which I want a stable, publicly routed prefix, but my ISP's delegated prefix isn't static. I've setup a Hurricane Electric IPv6 tunnel to get a static prefix

Re: How do I publish default router preferences using rad?

2019-08-18 Thread Florian Obser
I'm curious, how are you using the router preference, could you tell us a bit more about your network topology? Also, what clients pay attention to it and how are they using it? Same goes for the route option, are you aware of clients using it? Thanks, Florian On Sat, Aug 17, 2019 at 08:09:54PM

Re: How do I publish default router preferences using rad?

2019-08-17 Thread Caleb Callaway
If it interests anyone, I've also implemented the route option described in https://tools.ietf.org/html/rfc4191#section-2.3 I find sharing patches via this mailing list particularly unwieldy, so I've pushed my work to a git branch at https://github.com/cqcallaw/src/tree/rfc-4191 On Wed, Aug 7, 20

Re: How do I publish default router preferences using rad?

2019-08-07 Thread Caleb
Thank you for the code and review! I've synthesized the existing patch and review into something that successfully advertises router preferences in local testing (verified w/ rdisc6). This patch does not implement the route information option specified in RFC 4191 section 2.3. diff --git a/usr.sbi

Re: How do I publish default router preferences using rad?

2019-08-07 Thread Florian Obser
On Tue, Aug 06, 2019 at 11:17:04PM +0200, Sebastian Benoit wrote: > Caleb(enlightened.des...@gmail.com) on 2019.08.06 08:05:48 -0700: > > How do I publish default router preferences as defined in RFC 4191 > > (https://tools.ietf.org/html/rfc4191) using rad in OpenBSD 6.5? > > I've read the friendly

Re: How do I publish default router preferences using rad?

2019-08-06 Thread Sebastian Benoit
Caleb(enlightened.des...@gmail.com) on 2019.08.06 08:05:48 -0700: > How do I publish default router preferences as defined in RFC 4191 > (https://tools.ietf.org/html/rfc4191) using rad in OpenBSD 6.5? > I've read the friendly rad.conf man page > (https://man.openbsd.org/rad.conf.5) and scanned the

How do I publish default router preferences using rad?

2019-08-06 Thread Caleb
How do I publish default router preferences as defined in RFC 4191 (https://tools.ietf.org/html/rfc4191) using rad in OpenBSD 6.5? I've read the friendly rad.conf man page (https://man.openbsd.org/rad.conf.5) and scanned the source (https://github.com/openbsd/src/tree/master/usr.sbin/rad) with no s