<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Alan DeKok a écrit :
<blockquote cite="mid:48DB34E8.8080003@deployingradius.com" type="cite">
  <pre wrap="">Alexandre Chapellon wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Is it possible to use the same sqlippool database for different
freeradius servers that belong to a "cluster?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  Yes.  Just create an SQL cluster, and point the servers at the cluster.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Is there drawback, doing this?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  It will be slower, and database replication may not happen quickly.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Is there any chance to acheive consistante ip allocation in a cluster of
several freeradius using non sql ippool module?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  The servers will have to communicate with each other before handing
out IP addresses.
  </pre>
</blockquote>
Is it a featured in freeradius?<br>
How does it work?<br>
<br>
<blockquote cite="mid:48DB34E8.8080003@deployingradius.com" type="cite">
  <pre wrap="">
  Or, split up the IP pool ranges so that each server has their "own"
range that they prefer.  i.e. server 1 allocates from pool 1, and then
pool 2 if pool 1 is full.  Server 2 allocates from pool 2, and then pool
1 if pool 2 is full.
  </pre>
</blockquote>
<br>
I thought about it but not managing a huge number of ippool (for
different type of users, differents huntgroups, and differents radius
servers) would be a great advantage of freeradius among other radius
server (I am comapring it with juniper SBR at the moment).<br>
<br>
<blockquote cite="mid:48DB34E8.8080003@deployingradius.com" type="cite">
  <pre wrap="">  There are other, more complicated ways of doing the same thing.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See <a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>

  </pre>
</blockquote>
</body>
</html>