Fwd: FreeRadius2&MySQL
Dears , I am planing to migrate from Aradial to FreeRadius2 and i currently have 10000 subscribers so can please guide me of how i can setup the freeradius 2 with MYSQL to be 100% ready for such production ,,,, Thanks in advanced ,,,
On 2010/08/04 01:35 PM, Student University wrote:
so can please guide me of how i can setup the freeradius 2 with MYSQL to be 100% ready for such production ,,,,
That's easy. All you need to do is read the documentation. -- Johan Meiring Cape PC Services CC Tel: (021) 883-8271 Fax: (021) 886-7782
Can you please provide me with the link of document you talk about , On 8/4/10, Johan Meiring <jmeiring@pcservices.co.za> wrote:
On 2010/08/04 01:35 PM, Student University wrote:
so can please guide me of how i can setup the freeradius 2 with MYSQL to be 100% ready for such production ,,,,
That's easy. All you need to do is read the documentation.
--
Johan Meiring Cape PC Services CC Tel: (021) 883-8271 Fax: (021) 886-7782
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
Can you please provide me with the link of document you talk about ,
Can anyone tell me of how i can configure Freeradius to assign dynamic ip address for some clients and fixed ip for other clients its urgent since i will proceed ahead of migrating from Aradial to Freeradius2 <<< On Thu, Aug 5, 2010 at 12:02 PM, Alan Buxey <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
Can you please provide me with the link of document you talk about ,
http://wiki.freeradius.org/SQL_HOWTO
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
NO it is not urgent because you didn't read SQL HOWTO which A.L.M.Buxey <mailto:A.L.M.Buxey@lboro.ac.uk> posted on this list... Student University wrote:
Can anyone tell me of how i can configure Freeradius to assign dynamic ip address for some clients and fixed ip for other clients
its urgent since i will proceed ahead of migrating from Aradial to Freeradius2
<<<
On Thu, Aug 5, 2010 at 12:02 PM, Alan Buxey <A.L.M.Buxey@lboro.ac.uk <mailto:A.L.M.Buxey@lboro.ac.uk>> wrote:
Hi,
> Can you please provide me with the link of document you talk about ,
http://wiki.freeradius.org/SQL_HOWTO
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
Dear list, in a network with about 250+ clients (student hostel) we plan (or better: we would like) to set up a freeradius server, so that our wifi access points can use authentification based on existing user accounts. The access points are in the same network and the same subnet as all the normal clients. These normal clients get their ip address (and the other information) from a dhcp server that has a special behavior: If the computer that requests an ip address is known to the dhcp-server by his mac address this client receives a static ip address. If the client is unknown by his mac address he gets an ip address from "address-pool 1". This behavior is needed for other functionalities which are - related to this question - off-topic. Now the wish with freeradius is: Access points can be used in the same subnet as the other lan-clients, but the clients that come in via WLAN should get an ip-address from "address-pool 2" (that is different to pool 1!). The question is (because I didn't really understand the documentation) if the build-in (experimental) dhcp-server of freeradius is just for clients that come in via a freeradius-controlled route or if the dhcp-server answers for the whole subnet, regardless how the new client joined the network. If the answer is "no": is there any other possibility to get the functionality I would like to have? Thank you in advance! Marten Pape
Marten Pape wrote:
Now the wish with freeradius is: Access points can be used in the same subnet as the other lan-clients, but the clients that come in via WLAN should get an ip-address from "address-pool 2" (that is different to pool 1!).
That can almost be done, except that FreeRADIUS doesn't (yet) have an IP pool allocation system for DHCP. There's an "sqlippool" module, but it only works for RADIUS.
The question is (because I didn't really understand the documentation) if the build-in (experimental) dhcp-server of freeradius is just for clients that come in via a freeradius-controlled route or if the dhcp-server answers for the whole subnet, regardless how the new client joined the network.
The DHCP code works for *any* DHCP request, no matter where they came from. Alan DeKok.
Alan DeKok schrieb:
Marten Pape wrote:
Now the wish with freeradius is: Access points can be used in the same subnet as the other lan-clients, but the clients that come in via WLAN should get an ip-address from "address-pool 2" (that is different to pool 1!).
That can almost be done, except that FreeRADIUS doesn't (yet) have an IP pool allocation system for DHCP. There's an "sqlippool" module, but it only works for RADIUS.
Do you want to say that I need a seperate dhcp-server for normal lan-clients? (this already exists). Thank you for this hint! Best regards, Marten
The question is (because I didn't really understand the documentation) if the build-in (experimental) dhcp-server of freeradius is just for clients that come in via a freeradius-controlled route or if the dhcp-server answers for the whole subnet, regardless how the new client joined the network.
The DHCP code works for *any* DHCP request, no matter where they came from.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Marten Pape schrieb:
Alan DeKok schrieb:
Marten Pape wrote:
Now the wish with freeradius is: Access points can be used in the same subnet as the other lan-clients, but the clients that come in via WLAN should get an ip-address from "address-pool 2" (that is different to pool 1!).
That can almost be done, except that FreeRADIUS doesn't (yet) have an IP pool allocation system for DHCP. There's an "sqlippool" module, but it only works for RADIUS.
Do you want to say that I need a seperate dhcp-server for normal lan-clients? (this already exists).
Dear Alan, dear all, referring to own tests and to this site: http://wiki.freeradius.org/IP_Pool it is not possible to use *ippool for ip assignment of wifi clients. It seems that there is no possibility to assign an IP address before our dhcp-server does this. I need to find another solution or a way to determine, if the dhcp-request comes from a wifi-client or not. Any other idea? Regards, Marten
participants (6)
-
Alan Buxey -
Alan DeKok -
Johan Meiring -
Marinko Tarlac -
Marten Pape -
Student University