(RADIATOR) Running two radiator instances

Hugh Irvine hugh at open.com.au
Wed May 8 03:48:48 CDT 2002


Hello Chris -

You just need to have the following for the authentication instance:

# define AuthPort (1645/1812/whatever)
AuthPort 1645

# undefine AcctPort (empty)
AcctPort 

then you would have this in the accounting instance:

# undefine AuthPort (empty)
AuthPort

# define AcctPort (1646/1813/whatever)
AcctPort 1646

regards

Hugh


On Wed, 8 May 2002 15:55, auth.admin at dctech.com.ph wrote:
> Hello,
>
> I'm trying to setup my system to run two instances of radiator.
>
> I have this in my start script:
>
> --begin script --
> #!/bin/bash
> /bin/restartWrapper -mail charles at dctech.com.ph -delay 2 "/usr/bin/radiusd
> - config_file /etc/radius/radminauth.cfg -foreground" &
>
> /bin/restartWrapper -mail charles at dctech.com.ph -delay 2 "/usr/bin/radiusd
> - config_file /etc/radius/radminacct.cfg -foreground" &
>
> --end script--
>
> now as you can see above I have two config files, radminauth.cfg and
> radminacct.cfg, do I need to have exact config options on both config
> files? if not how do I divide the config file for auth only and accounting
> only?
>
> thanks,
> chris
> ===
> Archive at http://www.open.com.au/archives/radiator/
> Announcements on radiator-announce at open.com.au
> To unsubscribe, email 'majordomo at open.com.au' with
> 'unsubscribe radiator' in the body of the message.

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list