Re: Multiple radius servers on one machine

2008-06-13 Thread A . L . M . Buxey
Hi,
> Just to clarify, you're talking about freeradius virtual servers not 
> virtual machines like VMware or Parallels, right?

correct. add the required config etc to sites-enabled/

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


Re: Multiple radius servers on one machine

2008-06-13 Thread Chris
Seems like a question for the list appropriate to your NAS, and not a  
freeradius question at all.


On Jun 12, 2008, at 11:40 PM, [EMAIL PROTECTED] wrote:


If I do decide to run multiple radius daemons, how can I tell the
application server running pptpd and xl2tpd, which both authenticate
ppp sessions via radius, to use radius server1 for pptpd and radius
server2 for xl2tpd?

On Thu, Jun 12, 2008 at 9:12 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
might i suggest using virtual machines, instead of messing around  
with

multiple instances. (radius is rather non resource intensive)


If I can avoid it, I would not like to mess around with virtual  
machines.


On Thu, Jun 12, 2008 at 8:11 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

I have two applications that authenticate via radius. These
applications require separate radius conf files, log files, users
files, etc. How can I run two distinct radius servers on one  
server to
serve these applications? Also, these applications run on one  
server,

so how can I have their server connect each application to the
appropriate radius server?

Thanks!




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


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


Re: Multiple radius servers on one machine

2008-06-13 Thread Marinko Tarlac
you'll need to set up different ports on your application servers.

same IP for radius and different ports so your servers will use different
instances.. ...

On Fri, Jun 13, 2008 at 8:40 AM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

> If I do decide to run multiple radius daemons, how can I tell the
> application server running pptpd and xl2tpd, which both authenticate
> ppp sessions via radius, to use radius server1 for pptpd and radius
> server2 for xl2tpd?
>
> On Thu, Jun 12, 2008 at 9:12 PM, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> >> might i suggest using virtual machines, instead of messing around with
> >> multiple instances. (radius is rather non resource intensive)
> >
> > If I can avoid it, I would not like to mess around with virtual machines.
> >
> > On Thu, Jun 12, 2008 at 8:11 PM, [EMAIL PROTECTED]
> > <[EMAIL PROTECTED]> wrote:
> >> I have two applications that authenticate via radius. These
> >> applications require separate radius conf files, log files, users
> >> files, etc. How can I run two distinct radius servers on one server to
> >> serve these applications? Also, these applications run on one server,
> >> so how can I have their server connect each application to the
> >> appropriate radius server?
> >>
> >> Thanks!
> >>
> >
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Multiple radius servers on one machine

2008-06-13 Thread Chris
Just to clarify, you're talking about freeradius virtual servers not  
virtual machines like VMware or Parallels, right?


On Jun 12, 2008, at 11:02 PM, [EMAIL PROTECTED] wrote:


Hi,
might i suggest using virtual machines, instead of messing around  
with

multiple instances. (radius is rather non resource intensive)


If I can avoid it, I would not like to mess around with virtual  
machines.


as a long-term user, i would say that using virtual
machines is EASIER and more bvious etc than running
two competely seperate daemons for this sort of purpose

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


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


Re: Multiple radius servers on one machine

2008-06-12 Thread [EMAIL PROTECTED]
If I do decide to run multiple radius daemons, how can I tell the
application server running pptpd and xl2tpd, which both authenticate
ppp sessions via radius, to use radius server1 for pptpd and radius
server2 for xl2tpd?

On Thu, Jun 12, 2008 at 9:12 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>> might i suggest using virtual machines, instead of messing around with
>> multiple instances. (radius is rather non resource intensive)
>
> If I can avoid it, I would not like to mess around with virtual machines.
>
> On Thu, Jun 12, 2008 at 8:11 PM, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
>> I have two applications that authenticate via radius. These
>> applications require separate radius conf files, log files, users
>> files, etc. How can I run two distinct radius servers on one server to
>> serve these applications? Also, these applications run on one server,
>> so how can I have their server connect each application to the
>> appropriate radius server?
>>
>> Thanks!
>>
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Multiple radius servers on one machine

2008-06-12 Thread A . L . M . Buxey
Hi,
> > might i suggest using virtual machines, instead of messing around with
> > multiple instances. (radius is rather non resource intensive)
> 
> If I can avoid it, I would not like to mess around with virtual machines.

as a long-term user, i would say that using virtual
machines is EASIER and more bvious etc than running
two competely seperate daemons for this sort of purpose

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


Re: Multiple radius servers on one machine

2008-06-12 Thread Alan DeKok
[EMAIL PROTECTED] wrote:
> I have two applications that authenticate via radius. These
> applications require separate radius conf files, log files, users
> files, etc. How can I run two distinct radius servers on one server to
> serve these applications?

$ man radiusd

  Use the '-d' parameter to have completely separate configuration
directories.

> Also, these applications run on one server,
> so how can I have their server connect each application to the
> appropriate radius server?

  The RADIUS servers will have to listen on different ports.

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


Re: Multiple radius servers on one machine

2008-06-12 Thread [EMAIL PROTECTED]
> might i suggest using virtual machines, instead of messing around with
> multiple instances. (radius is rather non resource intensive)

If I can avoid it, I would not like to mess around with virtual machines.

On Thu, Jun 12, 2008 at 8:11 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> I have two applications that authenticate via radius. These
> applications require separate radius conf files, log files, users
> files, etc. How can I run two distinct radius servers on one server to
> serve these applications? Also, these applications run on one server,
> so how can I have their server connect each application to the
> appropriate radius server?
>
> Thanks!
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Multiple radius servers on one machine

2008-06-12 Thread Paul Bartell
might i suggest using virtual machines, instead of messing around with
multiple instances. (radius is rather non resource intensive)

On Thu, Jun 12, 2008 at 8:11 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> I have two applications that authenticate via radius. These
> applications require separate radius conf files, log files, users
> files, etc. How can I run two distinct radius servers on one server to
> serve these applications? Also, these applications run on one server,
> so how can I have their server connect each application to the
> appropriate radius server?
>
> Thanks!
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>



-- 
Random quote of the week/month/whenever i get to updating it: "Like an
unchecked cancer, hate corrodes the personality and eats away its
vital unity. Hate destroys a man's sense of values and his
objectivity. It causes him to describe the beautiful as ugly and the
ugly as beautiful, and to confuse the true with the false and the
false with the true." - Martin Luther King Jr.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Multiple radius servers on one machine

2008-06-12 Thread [EMAIL PROTECTED]
I have two applications that authenticate via radius. These
applications require separate radius conf files, log files, users
files, etc. How can I run two distinct radius servers on one server to
serve these applications? Also, these applications run on one server,
so how can I have their server connect each application to the
appropriate radius server?

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