Re: (RADIATOR) multiple radius process

2003-06-09 Thread Jeremy Hinton
When i played around with this setup, and i needed to run a few instances with identical configs but on different IPs, i found using a GlobalVar to be very useful. set the IP or port in each radius by passing it via a GlobalVar on the command line, then you can use it to set various

Re: (RADIATOR) multiple radius process

2003-06-09 Thread jaws
I will work on this jeremey. THanks. Jeremy Hinton wrote: When i played around with this setup, and i needed to run a few instances with identical configs but on different IPs, i found using a GlobalVar to be very useful. set the IP or port in each radius by passing it via a GlobalVar

Re: (RADIATOR) multiple radius process

2003-06-06 Thread Mike McCauley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Blayzor Sent: Thursday, June 05, 2003 8:57 AM To: Mike McCauley; jaws Cc: Radiator Subject: Re: (RADIATOR) multiple radius process On 6/5/03 2:20 AM, Mike McCauley [EMAIL PROTECTED] wrote: On Thu

(RADIATOR) multiple radius process

2003-06-05 Thread jaws
Hi all, Is it possible to run a multiple radius processes in one machine? Thanks. Jaws === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.

Re: (RADIATOR) multiple radius process

2003-06-05 Thread Mike McCauley
Hello Jaws, On Thu, 5 Jun 2003 03:03 pm, jaws wrote: Hi all, Is it possible to run a multiple radius processes in one machine? Yes. But you need to be sure that the processes dont listen on the same network ports, so you should use the -auth_port and -acct_port command line flags, or the

Re: (RADIATOR) multiple radius process

2003-06-05 Thread jaws
Got it. That means i can also use the same config file? Mike McCauley wrote: Hello Jaws, On Thu, 5 Jun 2003 03:03 pm, jaws wrote: Hi all, Is it possible to run a multiple radius processes in one machine? Yes. But you need to be sure that the processes dont listen

Re: (RADIATOR) multiple radius process

2003-06-05 Thread jaws
Thanks Mike. Mike McCauley wrote: On Thu, 5 Jun 2003 03:58 pm, jaws wrote: Got it. That means i can also use the same config file? Yes, if you use the -auth_port and -acct_port command linet flags. Cheers. Mike McCauley wrote: Hello Jaws,