On Wed, Nov 26, 2014 at 04:05:42PM -0500, Forman, Jeffrey wrote:
> How do I reconcile rtsold's requirement of not running on a router while
> still attempting to provide IPv6 connectivity to hosts behind my OpenBSD
> fw/router?

There's http://tools.ietf.org/html/rfc7084 but it's not implemented by
OpenBSD yet.

For now, try to ignore the IPS's WAN prefix and route outgoing
IPv6 traffic over link-local. This might work:

   route add -inet6 default -ifp em0 fe80::

For incoming traffic you can assign an address from the LAN /64 on
your router's internal interface and tell pf to make that address
reachable from the internet.

Reply via email to