Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 19:48:52 -0500
From:      "Troy Settle" <troy@picus.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   RE: cistron radius
Message-ID:  <NDBBLOMCGLFPEPCPJEKKOEBPCAAA.troy@picus.com>
In-Reply-To: <003701bf6aba$b987a880$4d01190a@tp.com.pe>

next in thread | previous in thread | raw e-mail | index | archive | help

Richard,

Radius is not designed to handle dynamic pools.  This is your router's job.

Here's samples of the relevant config you need on your crisco:

  interface Group-Async1
   ip unnumbered Ethernet0
   ip tcp header-compression
   encapsulation ppp
   no ip mroute-cache
   async mode interactive
   peer default ip address pool dialup_pool
   no fair-queue
   no cdp enable
   ppp authentication pap chap ppp-radius
   group-range 1 46
  !
  ip local pool dialup_pool 10.10.10.1 10.10.10.46


Hope this helps,

Troy


> -----Original Message-----
> From: owner-freebsd-questions@FreeBSD.ORG
> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Richard Cotrina
> Sent: Saturday, January 29, 2000 19:41
> To: freebsd-questions@FreeBSD.ORG
> Subject: cistron radius
>
>
> Hello :
>
> I got building and running Cistron Radius v 1.6.2 in a FreeBSD 3.4-Release
> box.
> It is working with a Cisco Router as a NAS .
>
> The matter is that radius daemon is only assigning static ip addresses.
>  Its configuration raddb/users file is only set up for that way ).
>
> Could anybody give me a hand with some documentation  (URLs, whatever) and
> points on configuring cistron radius to manage an IP address pool for
> dynamic IP address assignation ?
>
> Any help would be appreciated .
>
>
> Regards,
>
> Richard Cotrina
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NDBBLOMCGLFPEPCPJEKKOEBPCAAA.troy>