Re: IP Pools How ?

2009-06-23 Thread up
Hi Dogus: In addition to the radiusd.conf and users file config that I assume you've already figured out, you have to define the pool names in raddb/default if you're going to use any pool name other than "main_pool". ie: # Return an address to the IP Pool when we see a stop record

IP Pools How ?

2009-06-23 Thread Dogus Yalman
Hello ; New to this great mailing list and the whole linux world so please bare with me. :) Im using FreeRADIUS Version 1.1.7 with fedora core 10 and my freeradius frontend is DMA Softlabs Radius Manager. http://www.dmasoftlab.com/cont/home My clients are authenticating through distrubuted re

Re: R: R: freeradius and IP pools

2008-12-15 Thread tnt
>Mon Dec 15 10:38:11 2008 : Info: No Pool-Name defined (did cli port >user us...@without_ip) > >Tecnically the authentication works fine, I want only understand if I can >avoid this message. > Don't log it. You will need to alter the code for that. Ivan Kalik Kalik Informatika ISP - List inf

R: R: freeradius and IP pools

2008-12-15 Thread Arrigo Savio
and IP pools >OK. I have in proxy.conf: >realm with_ip { >authhost= LOCAL >accthost= LOCAL > >realm without_ip { >authhost= LOCAL >accthost= LOCAL > >Next I have mysql tables containing usernames:

Re: R: freeradius and IP pools

2008-12-14 Thread Angel L. Mateo
If both users are the same, it is better to configure just one user and make checks stripping the realm. -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica

Re: R: freeradius and IP pools

2008-12-12 Thread tnt
>OK. I have in proxy.conf: >realm with_ip { >authhost= LOCAL >accthost= LOCAL > >realm without_ip { >authhost= LOCAL >accthost= LOCAL > >Next I have mysql tables containing usernames: >mysql> select * from radcheck; >++--+-

R: freeradius and IP pools

2008-12-12 Thread Arrigo Savio
sers mailing list Oggetto: Re: freeradius and IP pools >For example: > > > >u...@with_ip > >has to receive an IP from configured RADIPPOOL table > > > >u...@without_ip > >has only to be authenticated (a user who log to a portal, for example). > > &g

Re: freeradius and IP pools

2008-12-12 Thread tnt
>For example: > > > >u...@with_ip > >has to receive an IP from configured RADIPPOOL table > > > >u...@without_ip > >has only to be authenticated (a user who log to a portal, for example). > > > >How can I make it possibile? Where can I setup this behaviuor? Create those realms as local realms in p

freeradius and IP pools

2008-12-12 Thread Arrigo Savio
Hi. I need to use freeradius in multiple ways. I mean: based on realm, I need to assign or not an IP address. For example: u...@with_ip has to receive an IP from configured RADIPPOOL table u...@without_ip has only to be authenticated (a user who log to a portal, for example). How ca

syntax errors on mysql ip pools

2008-10-13 Thread Marcelus Trojahn
Hello, I've been trying for a few days to configure a new freeradius server with mysql IP pools support and I noticed there's a few errors with the syntax of some queries on sqlippool.conf for mysql. First of all, some queries would never match because the schema provided with freeradi

Re: Help with IP Pools and multiple ranges with same pool name

2008-02-27 Thread Alan DeKok
Dave wrote: > I cant seem to find the relative documentation or examples, but I want > to have an IP pool "pool2" with multiple range-start and range-stop IP > ranges in it, but Im not sure how to put together the config for it. You configure multiple instances of the pool module, one for each s

Re: Help with IP Pools and multiple ranges with same pool name

2008-02-27 Thread Phil Mayers
Dave wrote: I cant seem to find the relative documentation or examples, but I want to have an IP pool "pool2" with multiple range-start and range-stop IP ranges in it, but Im not sure how to put together the config for it. Can't be done. You'd need to use sqlippool for that. Something like t

Help with IP Pools and multiple ranges with same pool name

2008-02-26 Thread Dave
I cant seem to find the relative documentation or examples, but I want to have an IP pool "pool2" with multiple range-start and range-stop IP ranges in it, but Im not sure how to put together the config for it. Something like this? *ippool* pool2 { range-start = 208.64.35.2

Re: Multipls IP Pools

2007-04-01 Thread Peter Nixon
On Sun 01 Apr 2007 20:28, Azher Amin wrote: > Hi, > > I have different Wireless Access Points across the students campus. Each > of them support Radius Authentication for users. > My question is: > > Based on Client (i.e. AP) IP address, can i assign different ip pools to >

Multipls IP Pools

2007-04-01 Thread Azher Amin
Hi, I have different Wireless Access Points across the students campus. Each of them support Radius Authentication for users. My question is: Based on Client (i.e. AP) IP address, can i assign different ip pools to them ?? Plz suggest. Regards -Azher -- This message has been scanned for

Re: FREERADIUS USING IP POOLS

2006-12-14 Thread Alan DeKok
Tomas Eduardo Lotina Ramos wrote: > > HOW CAN I USE IP POOLS WITH FREERADIUS, MY NAS is a cisco Linksys WRT54G Which is doing wireless, right? You will need a DHCP server to assign IP addresses. Alan DeKok. -- http://deployingradius.com - The web site of the book

Re: FREERADIUS USING IP POOLS

2006-12-14 Thread Jan Mulders
same again for pool 2/group 2. Post what you come up with if you need further help - this configuration is in the documentation. Jan On 15/12/06, Tomas Eduardo Lotina Ramos <[EMAIL PROTECTED]> wrote: HOW CAN I USE IP POOLS WITH FREERADIUS, MY NAS is a cisco Linksys WRT54G now im w

FREERADIUS USING IP POOLS

2006-12-14 Thread Tomas Eduardo Lotina Ramos
HOW CAN I USE IP POOLS WITH FREERADIUS, MY NAS is a cisco Linksys WRT54Gnow im working with freeradius 1.1.3 and mysql 5.02 in ubuntu drapper  and is working fine, i have my users stored in the radcheck table, but i want to divide the users in two groups and assing a different range of ip pools to

IP Pools

2006-07-27 Thread Michael da Silva Pereira
Hi All, I need some assistance with assigning IP addresses from a pool to certain clients. The way I have it setup is doing AUTH through a mysql database, this all works briliantly. Now currently my NAS Server is actually giving out the IP addresses to the clients, I can overwrite it using "Framed

default ip pools

2005-09-20 Thread Ezequiel O. Block
Hi Folks, I'm trying to set up default ip pools and it is not working, if i set "Pool-Name :=" to any of the pools defined on radiusd.conf then it does work, but if i set Pool-Name := DEFAULT then the server doesn't send Framed-Ip-Address as expected. I did some searc

RE: Configure IP Pools

2005-06-24 Thread Miguel Sennoun
Hi Try to put the IP-Pool in check items (not reply items) miguel > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:freeradius- > [EMAIL PROTECTED] De la part de DK > Envoyé : vendredi 24 juin 2005 11:45 > À : freeradius-users@lists.freeradius.org > Obj

Configure IP Pools

2005-06-24 Thread DK
Hi, I´ve got freeradius instaled on redhat enterprise 3, configured and working :-) But now I need to create a diferents IP pools, I tryed to do it but I can't :-( I´ve created two ippool on radiusd.conf. # ippool main_pool { # range-start,range-stop: The

dynamic client ip pools

2005-05-18 Thread Jandre Olivier
Hi Guys, Im not sure which forum to post this to, freeradius or poptop?. i've been using poptop and freeradius now for a while and it works great, im using dynamic ip addresses for clients via poptop, so trying to keep everything dynamic. My problem is that i want to have diffrent ip pool

Re: IP Pools distributed on multiple FreeRADIUS Servers

2005-05-09 Thread Kostas Kalevras
On Sat, 7 May 2005, Nizar Shana'ah wrote: Hello all, I have two freeRADIUS Server, the second one is used for redundancy, how can i distribute the IP pools and have full redundancy, I am afraid of the conflicts that this may cause, I dont want them leasing the same IP to multiple clients

IP Pools distributed on multiple FreeRADIUS Servers

2005-05-07 Thread Nizar Shana'ah
Hello all, I have two freeRADIUS Server, the second one is used for redundancy, how can i distribute the IP pools and have full redundancy, I am afraid of the conflicts that this may cause, I dont want them leasing the same IP to multiple clients when something happens and the other server is

Re: Give 2 ip pools to the clients

2005-04-04 Thread Kostas Kalevras
:= public postauth { public Post-Auth private { pool1 pool2 } } Hope you get the picture. regards eDoS - Original Message - From: "Kostas Kalevras" <[EMAIL PROTECTED]> To: Sent: Monday, April 04, 2005 6:32 PM Subject: Re:

Re: Give 2 ip pools to the clients

2005-04-04 Thread eDoS
- Original Message - From: "Kostas Kalevras" <[EMAIL PROTECTED]> To: Sent: Monday, April 04, 2005 6:32 PM Subject: Re: Give 2 ip pools to the clients > On Fri, 1 Apr 2005, eDoS wrote: > > > Hi, > > > > i get alocation 2 network of ip, > >

Re: Give 2 ip pools to the clients

2005-04-04 Thread Kostas Kalevras
On Fri, 1 Apr 2005, eDoS wrote: Hi, i get alocation 2 network of ip, the range is : 192.168.2.1 - 192.168.2.14 192.168.5.1 - 192.168.5.14 my conf : ippool pool1 { range-start = 192.168.2.1 range-stop = 192.168.2.14 netmask = 255.255.255.0

Give 2 ip pools to the clients

2005-03-31 Thread eDoS
Hi,   i get alocation 2 network of ip, the range is : 192.168.2.1 - 192.168.2.14 192.168.5.1 - 192.168.5.14   my conf :     ippool pool1 {    range-start = 192.168.2.1    range-stop = 192.168.2.14    netmask = 255.255.255.0    cache-si

Re: Problem with ip pools

2005-03-31 Thread Alan DeKok
"Sébastien Cantos" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:/usr/local/var/log/radius/radacct/192.168.10.8# cat > reply-detail-20050331 > Packet-Type = Access-Accept > Does this means that accounting is working ? No. Alan DeKok. - List info/subscribe/unsubscribe? See http://www

RE: Problem with ip pools

2005-03-31 Thread Sébastien Cantos
Regards, -- Sebastien Cantos <[EMAIL PROTECTED]> Network / System Manager Neopost DIVA > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] De la > part de Sébastien Cantos > Envoyé : jeudi 31 mars 2005 14:26 > À : freeradius-users@lists

RE: Problem with ip pools

2005-03-31 Thread Sébastien Cantos
> part de Kostas Kalevras > Envoyà : jeudi 31 mars 2005 13:47 > à : freeradius-users@lists.freeradius.org > Objet : Re: Problem with ip pools > > On Thu, 31 Mar 2005, SÎbastien Cantos wrote: > > > Hi, > > > > I'm using ip pools to manage my client ips fro

Re: Problem with ip pools

2005-03-31 Thread Kostas Kalevras
On Thu, 31 Mar 2005, Sιbastien Cantos wrote: Hi, I'm using ip pools to manage my client ips from the radius side. Here's my conf: * users file : DEFAULT Service-Type == Framed-User, Pool-Name := "main_pool" Framed-Protocol = PPP, Framed-MTU = 576 * radiusd.conf

Problem with ip pools

2005-03-31 Thread Sébastien Cantos
Hi, I'm using ip pools to manage my client ips from the radius side. Here's my conf: * users file : DEFAULT Service-Type == Framed-User, Pool-Name := "main_pool" Framed-Protocol = PPP, Framed-MTU = 576 * radiusd.conf file: ippool main_pool {

Re: Using IP Pools

2005-03-16 Thread Jason Frisvold
On Sat, 12 Mar 2005 15:15:58 +0200 (EET), Kostas Kalevras <[EMAIL PROTECTED]> wrote: > --users-- > > DEFAULT NAS-IP-Address == $RAS-IP > Framed-IP-Address = 255.255.255.254 > > DEFAULT NAS-IP-Address == $OTHER-NAS-IP, Pool-Name := "pool1" > > DEFAULT NAS-IP-Address == $OTHER-NAS-IP2, Poo

Re: Using IP Pools

2005-03-14 Thread Jason Frisvold
On Sat, 12 Mar 2005 15:15:58 +0200 (EET), Kostas Kalevras <[EMAIL PROTECTED]> wrote: > No there isn't. There is documentation for how the server works though. It's > your job to use them all together. Well, I wanted to check before I re-invented the wheel.. :) Maybe I'll put together a brief doc

Re: Using IP Pools

2005-03-12 Thread Kostas Kalevras
On Fri, 11 Mar 2005, Jason Frisvold wrote: Hi all I want to set up freeradius to use IP pools. I see the section in the radius.conf file where I can set this up, but I'm a bit unsure of how to proceed. Currently we're using freeradius to authenticate dial-up users. The RAS only needs

Using IP Pools

2005-03-11 Thread Jason Frisvold
Hi all I want to set up freeradius to use IP pools. I see the section in the radius.conf file where I can set this up, but I'm a bit unsure of how to proceed. Currently we're using freeradius to authenticate dial-up users. The RAS only needs to receive a Framed-IP-Address of 255.255.

Re: Dynamic IP Pools on Freeradius

2005-02-02 Thread Michael Kopp
Hi Dustin, thanks , that worked for me ! (didn`t know that the NAS-Port is necessary) Regards Michael > --__--__-- > > Message: 3 > Date: Wed, 2 Feb 2005 10:39:32 -0500 (EST) > From: Dustin Doris <[EMAIL PROTECTED]> > To: freeradius-users@lists.freeradius.org > Su

Re: Dynamic IP Pools on Freeradius

2005-02-02 Thread Dustin Doris
ius. I expected to see Framed-IP-Address attribute added to the user > with some IP of the specified pool. Is this how it should work or is my > assumption wrong. > > When running radius in Debug mode (radiusd -X ) I just can see log messages > "module my_pool returns NOOP&qu

Dynamic IP Pools on Freeradius

2005-02-02 Thread Michael Kopp
cumentation about radius based IP pools. Sorry that I can`t post the whole debugging log currently, it`s located on a PC in a non-internet connected area. Any could help with this issue. Thanks and regards Michael -- Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl - List info/s

Re: Regarding ip pools

2004-10-06 Thread George Chelidze
You can return VSA with poolname. It depends on your NAS vendor. For example we use: USR-Framed_IP_Address_Pool_Name = "poolname" for our HiperArc. Hope this helps. Best Regards, athif abdul aziz wrote: Hi , Can anyone please give me idea as to how i can configure freeradius to assign addressess

Regarding ip pools

2004-10-05 Thread athif abdul aziz
Hi , Can anyone please give me idea as to how i can configure freeradius to assign addressess to dial-in users from an ip-pool ? Regards Athif

Re: ip pools question

2004-09-22 Thread Kostas Kalevras
On Wed, 22 Sep 2004, Evren Yurtesen wrote: > So if I put the pool name to accounting and post-auth, then I dont have > to have Pool-Name in users file? All the users would use the pool which > is defined in accounting and post-auth? No, you HAVE to define the Pool-Name > > If I have to define ev

Re: ip pools question

2004-09-22 Thread Evren Yurtesen
Paul Hampson wrote: On Wed, Sep 22, 2004 at 04:20:23AM -0700, Evren Yurtesen wrote: Hello, I want to use the freeradius ip pools. I just wonder something though ever ip pool name I define should be included in the accounting and post-auth sections? Its kind of confusing, whats the point of

Re: ip pools question

2004-09-21 Thread Paul Hampson
On Wed, Sep 22, 2004 at 04:20:23AM -0700, Evren Yurtesen wrote: > Hello, > I want to use the freeradius ip pools. > I just wonder something though ever ip pool name I define should be > included in the accounting and post-auth sections? > Its kind of confusing, whats the point

ip pools question

2004-09-21 Thread Evren Yurtesen
Hello, I want to use the freeradius ip pools. I just wonder something though ever ip pool name I define should be included in the accounting and post-auth sections? Its kind of confusing, whats the point of defining the Pool-Name attribute in users file and then define the same name in

manage more ip pools with mysql tables

2004-08-23 Thread Simone Giovanardi
ECTED]' > Oggetto: manage more ip pools > > Is it possible manage more thn one ippool in radiusd.conf?? > > I' ve tried to make this but doesn't work properly > > Is there an example of radiusd.conf and users file to consulting? > > Thanks a lot > -

Re: manage more ip pools

2004-08-20 Thread Dustin Doris
On Fri, 20 Aug 2004, Simone Giovanardi wrote: > Is it possible manage more thn one ippool in radiusd.conf?? Yep. > > I' ve tried to make this but doesn't work properly > > Is there an example of radiusd.conf and users file to consulting? How about you post what you tried. Here is a breif overvi

manage more ip pools

2004-08-20 Thread Simone Giovanardi
Is it possible manage more thn one ippool in radiusd.conf?? I' ve tried to make this but doesn't work properly Is there an example of radiusd.conf and users file to consulting? Thanks a lot - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Group ip pools

2004-08-02 Thread Barry Murphy
- From: "Paul Hampson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 2:17 PM Subject: Re: Group ip pools > On Sun, Aug 01, 2004 at 02:17:41PM +1200, Barry Murphy wrote: > > Going forward I have looked at the scripts and it shows that TT

Re: Group ip pools

2004-08-01 Thread Paul Hampson
On Sun, Aug 01, 2004 at 02:17:41PM +1200, Barry Murphy wrote: > Going forward I have looked at the scripts and it shows that TTY is being > used and clients are getting a Nas-Port begining with 0, then 1 for the > second user as shown below. > Sun Aug 1 12:00:49 2004 > Acct-Session-Id = "

Re: Group ip pools

2004-07-31 Thread Barry Murphy
f27a28a784f81cba" Timestamp = 1091323564 Barry - Original Message - From: "Barry Murphy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 01, 2004 1:39 PM Subject: Re: Group ip pools > NTRadPing confirmed what you mentioned, i'm wonder

Re: Group ip pools

2004-07-31 Thread Barry Murphy
CTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 01, 2004 2:42 AM Subject: Re: Group ip pools > On Sat, 31 Jul 2004, Barry Murphy wrote: > > > Could hte problem be because the user is connecting with a "Virtual" > > NAS-Port... > > > > ra

Re: Group ip pools

2004-07-31 Thread Barry Murphy
It's a pptp connection using debian poptop and ppp. Any ideas? Thanks Barry - Original Message - From: "Kostas Kalevras" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 01, 2004 2:42 AM Subject: Re: Group ip pools > On Sat, 31 Jul 2004, B

Re: Group ip pools

2004-07-31 Thread Alan DeKok
Barry Murphy <[EMAIL PROTECTED]> wrote: > Could hte problem be because the user is connecting with a "Virtual" > NAS-Port... Yes. There's nothing in the Access-Request packet which lets the server tell one virtual port from another. The server therefore cannot assign IP addresses, as it has no

Re: Group ip pools

2004-07-31 Thread Bruce A. Friend
I'm on vacation Aug 2 - 6 and will return to the office on Monday the 9th. Bruce Friend - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Group ip pools

2004-07-31 Thread Chip Old
On Sat, 31 Jul 2004 10:44 -0400, Bruce A. Friend wrote: I'm on vacation Aug 2 - 6 and will return to the office on Monday the 9th. Bruce Friend Bruce, I assume you'll see this when you return from vacation. Will you please learn how to configure your vacation autoresponder to ignore mailing list

Re: Group ip pools

2004-07-31 Thread Bruce A. Friend
I'm on vacation Aug 2 - 6 and will return to the office on Monday the 9th. Bruce Friend - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Group ip pools

2004-07-31 Thread Kostas Kalevras
On Sat, 31 Jul 2004, Barry Murphy wrote: > Could hte problem be because the user is connecting with a "Virtual" > NAS-Port... > > rad_recv: Accounting-Request packet from host 192.168.4.1:1084, id=74, > length=113 > User-Name = "testing" > Service-Type = Framed-User > Frame

Re: Group ip pools

2004-07-31 Thread Bruce A. Friend
I'm on vacation Aug 2 - 6 and will return to the office on Monday the 9th. Bruce Friend - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Group ip pools

2004-07-31 Thread Bruce A. Friend
I'm on vacation Aug 2 - 6 and will return to the office on Monday the 9th. Bruce Friend - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Group ip pools

2004-07-31 Thread Barry Murphy
p for request 12 radius_xlat: '/var/log/radacct/192.168.4.1/reply-detail-20040731' Barry - Original Message - From: "Barry Murphy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 31, 2004 7:26 PM Subject: Re: Group ip pools > I'm g

Re: Group ip pools

2004-07-31 Thread Barry Murphy
I'm guessing I can just use ip pools from the radius.conf which I have tried to do but it isn't working... ippool mainpool { range-start = 219.88.249.73 range-stop = 219.88.249.80 netmask = 255.255.255.255 cache-

Re: Group ip pools

2004-07-30 Thread Bruce A. Friend
I'm on vacation Aug 2 - 6 and will return to the office on Monday the 9th. Bruce Friend - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Group ip pools

2004-07-30 Thread Barry Murphy
Hi, I'm trying to setup ippools on a per group basis, I tried examples from the below and couldn't get it to work. Any ideas? http://lists.cistron.nl/pipermail/freeradius-users/2001-August/001482.html >DEFAULTGroup == "dialupnf", Auth-Type := System >Service-Type == Framed

Re[3]: IP Pools Error?

2004-05-13 Thread Alexander Lunyov
Hello Alexander, Friday, May 14, 2004, 8:01:57 AM, you wrote: AL> Yes, it seems that sometimes NAS-Port-Id is missing. For example: AL> Request is: AL> Service-Type = Framed-User AL> User-Name = "bpv89" AL> Framed-Protocol = PPP AL> CHAP-Password = xx

Re[2]: IP Pools Error?

2004-05-13 Thread Alexander Lunyov
Hello Alan, Thursday, May 13, 2004, 5:36:18 PM, you wrote: >>I have pretty the same problem here. When i'm testing connection - >>all working fine. But when there's some users connected - >>rlm_ippool seems to be not working. In debug mode i've seen that >>processing of such 'bad'

Re: IP Pools Error?

2004-05-13 Thread Alan DeKok
Alexander Lunyov <[EMAIL PROTECTED]> wrote: > m> I believe that it has something to do with the NASes but the strange > m> thing is that while using the Cistron radius server no such issue had > m> been observed. Cistron doesn't have IP pools. >I have pr

Re: IP Pools Error?

2004-05-13 Thread Alexander Lunyov
Hello m0bius, Friday, November 7, 2003, 4:56:58 PM, you wrote: m> I seem to be having a strange error occurring during the past few days m> that I think has something to do with the IP Pools Management. We use m> two Ascend Lucent MAX 3000 NAS (the one with one PRI while the second m

RE: Multiple IP Pools with Ascend APX's

2004-03-22 Thread Troy Settle
RinesmithSent: Wednesday, March 17, 2004 6:04 PMTo: [EMAIL PROTECTED]Subject: Multiple IP Pools with Ascend APX's I’m using freeRadius with MySQL In radgroupreply,  GroupName, Attribute, op, Value, prio   I have multiple ISP’s logging into one RAS. First ISP nee

Multiple IP Pools with Ascend APX's

2004-03-17 Thread Anson Rinesmith
I’m using freeRadius with MySQL In radgroupreply,  GroupName, Attribute, op, Value, prio   I have multiple ISP’s logging into one RAS. First ISP needs to class C’s, pools 1 and 2. Second ISP needs 3 Class C’s, pools 3, 4 & 5. etc….. Therefore I cannot use isp1, X-Ascend-Assign-IP-Pool,

Re: FreeRADIUS, MySQL, IP Pools

2004-03-05 Thread Evren Yurtesen
server. So your pupils use wireless cards to connect to the network? Can you give more details about the hardware and software? Freeradius has IP pools, you can define a pool and make certain MAC addresses use the IPs from the pool. See Framed-IP-Address attribute(if I am not mistaken, it was

FreeRADIUS, MySQL, IP Pools

2004-03-05 Thread Dan Hawker
Hi All, My first post so please be gentle :) We've been having a few problems with pupils joining our LAN using their own kit. Although we'd like to allow this at some stage (under our rules obviously) we'd like this to be done in a sensible, secure way. Now I have set up a FreeRADIUS box on OS