> Hi,
>
> I would like to know if we can run two freeradius instances on the same
> server (on different ports of course !)

Yep

>
> If yes, how can I do this ?

Here is how I did it.

**Note: my directory structure is under /usr/local, if your's is different
just modify that.

1.  Make two directories, one for each instance of freeradius
 ie: /usr/local/etc/raddb/DIAL
 ie: /usr/local/etc/raddb/SOMETHINGELSE

2.  Copy all the files in raddb into those directories

3.  Modify your radiusd.conf files in each directory, be sure to set a
different port to listen on for each one.  Also, you will want to assign a
different pidfile for each instance.  You may also want to make sure you
are logging to different files as well.  That's all in radiusd.conf.

4.  Start it with the -d option
 ie: /usr/local/sbin/radiusd -d /usr/local/etc/raddb/DIAL
     /usr/local/sbin/radiusd -d /usr/local/etc/raddb/SOMETHINGELSE


>
> Thanks in advanced,
>
> JiP�
>
>


Hope that helps.

Dusty Doris

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to