Discussion:
How to configure PPPoE server on NetBSD?
(too old to reply)
王林
2012-02-13 03:54:24 UTC
Permalink
Hi all !

I want to setup an access server via PPPoE use the PPPoE server build
in NetBSD kernel.
Does this server have radius support ? Or is there any howto or
something about this, and
which are the best solution ?

Thanks in advance.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Martin Husemann
2012-02-13 09:22:32 UTC
Permalink
Post by 王林
Hi all !
I want to setup an access server via PPPoE use the PPPoE server build
in NetBSD kernel.
Does this server have radius support ? Or is there any howto or
something about this, and
which are the best solution ?
It has no radius support (there is a SoC project proposal to add this).
It is only usefull for a (small) number of fixed peers - you just create
one pppoe* instance for each connection and configure it (see pppoectl(8)).

If you need more connections, or changing peers, the best option is probably
to port pipex/npppd to -current (it is probably still at netbsd-3, but
I haven't looked lately).

Martin

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...