help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Few Questions


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Few Questions
Date: Wed, 09 Jul 2003 12:36:04 +0300

Hello Dalibor,

> My first question is, how can I find out which version of the Radius
> that I'm running?

Run radiusd --version

> Is there a way to allow a complete domain to talk to the radius?
> I hanging on my Isp and every time I come to the radius I have an other
> "ID".

You may use DEFAULT in your raddb/naslist. However, there is no
such keyword for raddb/client yet.

> I would like to install the new version of the Radius, but I didn't find
> anything about the update process. Is there something special that I
> should know or is it just a normal install?

In short, the procedure is:

1) Download and unpack the version 1.0.

2) Download the patch from
http://savannah.gnu.org/patch/download.php?id=1709

To apply it, change to the radius-1.0 directory and run

   patch -p0 < patchfile

You will need to have GNU patch for that.

3) Be sure to read the NEWS file. It describes all the differences
between this version and the previous one. If your PHP script analizes
radius logs, pay special attention to the changes in the output
format.

4) Compile the package.

5) Run `radiusd -mc', this will check your current
configuration and display the results on the terminal. If there
are some errors, fix them. You may ignore warnings about obsolete
keywords for a while.

6) If everything is OK, do `make install'

7) For any questions, problems, etc. do not hesitate to write to the
list.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]