There is a two problems with support of PPPoE in mpd under 5.x:
1. sometimes loading of netgraph modules on request cause system crash. (You can compile in all required modules.)
2. PPPoE in mpd do not works now on 5.x because of ununderstandible changes in ng_tee shutdown mechanism. (Now ng_tee don't connect left and right hooks on shutdown) So mpd now can't handle incoming PPPoE connections right.
Vadim A. Shklyaev wrote:
I've decided to migrate from 4.9-STABLE to 5.2.1-RELEASE, and found, that mpd-3.16 on 5.2.1-RELEASE works strange: everything is ok, for example, with generic vpn, but PPPoE server mode crashes system, when loading netgraph modules as kld. When i've recompiled kernel with compiled-in NETGRAPH support, it accepts connection, netgraph reports NGM_PPPOE_SUCCESS, and immediantly after that - NGM_PPPOE_CLOSE.
Configuration file used are quite simple, and proved to be ok on 4.9-STABLE system.
pppoed works fine, btw, source code for pppoed didn't change since 4.9-STABLE.
So, question, does anyone have mpd work as pppoe-server on FreeBSD-5? Or may be any ideas, why does it happen?
-- Alexander Motin [EMAIL PROTECTED] ISP "Alkar-Teleport" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
