Discussion:
PPPoE Server
(too old to reply)
Ivan Iliev
2009-03-24 09:42:03 UTC
Permalink
Hello,

I'm new in *BSD, but I like it very much!

I want to ask you is there any HOWTO for the PPPoE server built in NetBSD.

I tried rp-pppoe, but it has very poor performance on NetBSD.

Thanks in advance,
Ivan Iliev


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Martin Husemann
2009-03-24 11:00:36 UTC
Permalink
Post by Ivan Iliev
I want to ask you is there any HOWTO for the PPPoE server built in NetBSD.
You set it up just like the pppoe client connection (described in the
networking FAQ).

The only differences are

- you need "options PPPOE_SERVER" in your kernel config
- you add link0 to the ifconfig.pppoe* file
- you probably want to set myauth=none hisauth=... instead of
vice versa in typical client setups for the pppoectl command

Try:

man 4 pppoe

and

man pppoectl

Martin

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Jordan Gordeev
2009-03-24 11:54:22 UTC
Permalink
Post by Ivan Iliev
Hello,
I'm new in *BSD, but I like it very much!
I want to ask you is there any HOWTO for the PPPoE server built in NetBSD.
I tried rp-pppoe, but it has very poor performance on NetBSD.
Thanks in advance,
Ivan Iliev
If you are after performance, you may want to try mpd - a daemon that
offers PPPoE server capabilities among other things. It's available only
on FreeBSD.

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