On Fri, 28 Feb 2014 12:41:16 -0800 "Paul B. Henson" <hen...@acm.org> wrote: > I'm currently setting up an L2TP VPN with npppd. I've got the VPN piece > working, and can send packets between the client and the openbsd box > running the vpn. However, I'm currently using ospfd for routing between > the rest of the network and the openbsd box, and it doesn't seem to be > pushing routes for the IP addresses in use by the clients.
I could repeat the problem. ospfd seems not to be able to use routes set by npppd. The problem seems to be come from pppx(4)'s behavior of its link state. Using tun(4) instead of pppx(4) avoid the problem. --yasuoka