On 2016-02-27, Andrew Lester <[email protected]> wrote: > For simplicity sake I'm not yet concerned about getting the IPSec layer > operational, which seems slightly more straightforward. Is there a way to > configure npppd as a LAC client or does it only function as an LNS? If the > latter, is there other software available that can act as a native LAC client > on OpenBSD? This is in reference to OpenBSD 5.8 stable.
Unfortunately npppd is currently server-only (for all supported protocols). You might get somewhere with xl2tpd from ports, which uses pppd(8) for the actual session handling, it's a bit awkward to setup and performance will not be all that great on OpenBSD but as of 5.8 should pass packets ok.

