Networking Forums

Networking Forums > Computer Networking > Linux Networking > PPPD with RADIUS authentication

Reply
Thread Tools Display Modes

PPPD with RADIUS authentication

 
 
Jules
Guest
Posts: n/a

 
      12-08-2003, 11:56 AM
Hey gurus,


I am trying to use freeradius (www.freeradius.org) to authenticate incoming
ppp connections.


I cannot find any info on how I specify to use the radius server for
authentication!

i.e. Where can I find the option to put in the ppp options file to tell the
pppd daemon to perform authentication against the radius server?


Many Thanks!



 
Reply With Quote
 
 
 
 
Clifford Kite
Guest
Posts: n/a

 
      12-08-2003, 01:11 PM
Jules <(E-Mail Removed)> wrote:

> I am trying to use freeradius (www.freeradius.org) to authenticate incoming
> ppp connections.


> I cannot find any info on how I specify to use the radius server for
> authentication!


> i.e. Where can I find the option to put in the ppp options file to tell the
> pppd daemon to perform authentication against the radius server?


You might benefit by getting a pppd source package (ftp.samba.org) and
reading the man pages in the directory pppd/plugins/radius/. I don't
know much about RADIUS so this may or may not be what you want.

-- Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* ... packets usually cross many administrative boundaries on their way
from a source to a destination and often the only point of agreement
between those separate administrations is that all problems are someone
else's fault. --Van Jacobson, abstract of April 97 MSRI talk */
 
Reply With Quote
 
Andreas Vogt
Guest
Posts: n/a

 
      12-08-2003, 11:00 PM
Hello ,

jfrumar wrote conc "PPPD with RADIUS authentication" on 08th of Dec 03 :
> Hey gurus,



> I am trying to use freeradius (www.freeradius.org) to authenticate incoming
> ppp connections.



> I cannot find any info on how I specify to use the radius server for
> authentication!


> i.e. Where can I find the option to put in the ppp options file to tell the
> pppd daemon to perform authentication against the radius server?



Use PAM and pam_auth_radius.

Anders


 
Reply With Quote
 
Jules
Guest
Posts: n/a

 
      12-09-2003, 01:32 AM
Thanks for the reply Clifford,

but that directory doesn't seem to exist in the source distribution.

I can't believe the lack of documentation on this setup - using pppd with a
RADIUS server for authentication. I mean, isn't this what ISPs everywhere
use?!?

If you could point me to some doco on the matter, it would be of great use
to me.

Many Thanks.



"Clifford Kite" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Jules <(E-Mail Removed)> wrote:
>
> > I am trying to use freeradius (www.freeradius.org) to authenticate

incoming
> > ppp connections.

>
> > I cannot find any info on how I specify to use the radius server for
> > authentication!

>
> > i.e. Where can I find the option to put in the ppp options file to tell

the
> > pppd daemon to perform authentication against the radius server?

>
> You might benefit by getting a pppd source package (ftp.samba.org) and
> reading the man pages in the directory pppd/plugins/radius/. I don't
> know much about RADIUS so this may or may not be what you want.
>
> -- Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
> PPP-Q&A links, downloads: http://ckite.no-ip.net/
> /* ... packets usually cross many administrative boundaries on their way
> from a source to a destination and often the only point of agreement
> between those separate administrations is that all problems are someone
> else's fault. --Van Jacobson, abstract of April 97 MSRI talk */



 
Reply With Quote
 
Jules
Guest
Posts: n/a

 
      12-09-2003, 10:04 AM
Thanks Andreas....

I actually found the radius.so plugin - it was in the latest development ppp
tarball (2.4.2).

The ftp site at samba.org (where ppp is hosted) seems to be down, and I had
to get it from CVS.




"Andreas Vogt" <(E-Mail Removed)> wrote in message
news:8zXrdhs-arB@a_vogt.gaia.de...
> Hello ,
>
> jfrumar wrote conc "PPPD with RADIUS authentication" on 08th of Dec 03 :
> > Hey gurus,

>
>
> > I am trying to use freeradius (www.freeradius.org) to authenticate

incoming
> > ppp connections.

>
>
> > I cannot find any info on how I specify to use the radius server for
> > authentication!

>
> > i.e. Where can I find the option to put in the ppp options file to tell

the
> > pppd daemon to perform authentication against the radius server?

>
>
> Use PAM and pam_auth_radius.
>
> Anders
>
>



 
Reply With Quote
 
Clifford Kite
Guest
Posts: n/a

 
      12-09-2003, 11:21 AM
Jules <(E-Mail Removed)> wrote:

> ... that directory doesn't seem to exist in the source distribution.


Sorry, I failed to check the 2.4.1 source. It's in the 2.4.2b3
pppd source at ftp.samba.org, and, as you found out, in the 2.4.2
CVS versions.

> I can't believe the lack of documentation on this setup - using
> pppd with a RADIUS server for authentication. I mean, isn't this
> what ISPs everywhere use?!?


Pppd was originally meant for use by individuals connecting to ISPs.
This was before PPP became the dominant point-to-point protocol rather
than SLIP, and the development of the standard pppd source is still
primarily focused on individual use.

There are, I think, other pppd adaptations available for use with
RADIUS authentication. Google might help find them. But I wouldn't
be at all surprised if none met your needs. Support by companies
for such projects is minimal, and people must earn a living - not
all their time can be devoted to giving.

-- Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* "PPPoE has many advantages for DSL service providers, and
practically none for DSL consumers."
- David F. Skoll */
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to inform pppd Session-Timeout value using radius Eric Tao Linux Networking 0 03-09-2010 05:02 AM
problem in pppd working with radius Eric Tao Network Routers 0 03-09-2010 04:38 AM
RADIUS Authentication Thread7@hotmail.com Wireless Internet 0 04-01-2005 07:11 PM
MN-700 using RADIUS authentication Andreas Mertens Broadband Hardware 3 07-19-2004 07:01 PM
Re: Radius & pppd SAber Khamooshi Linux Networking 0 06-30-2003 12:41 AM



1 2 3 4 5 6 7 8 9 10 11