Ok,

I want to have 2 radius servers each on different ports on the same host 
so that I can maintain separate configs and logging.

So I create the first server:

   tar xvzf freeradius.tar.gz
   cd freeradius-0.5
   ./configure --prefix=/usr/local/freeradius-dialup
   make
   make install

Then the second:
   make distclean
   ./configure --prefix=/usr/local/freeradius-dsl
   make
   make install

and everything seems to go fine but the second server (DSL) always uses 
the config files in /usr/local/freeradius-dialup/etc/raddb even when I 
specify the config files with a -d /usr/local/freeradius-dsl/etc/raddb.

Anyone know a way around this?

Thanks,

schu



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

Reply via email to