R: help help help

2008-01-14 Thread Francesco Cristofori
I think you're asking us to do the homework for you ;-) Take a look on google for radius architecture and read radius rfcs . After reading it should be clear what radius can and cannot do. Regards, Francesco. Da: [EMAIL PROTECTED]

R: freeradius sql server with high loads

2008-01-03 Thread Francesco Cristofori
Hi A., I think the problem is that FR is trying to use more db connections than the ones available. You have to check MSSQL configuration and raise your incoming connections limit. Regards, Francesco Cristofori. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

R: Radius Load-Balancing concept

2008-01-03 Thread Francesco Cristofori
, Francesco Cristofori. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

R: WPA HOWTO

2007-11-21 Thread Francesco Cristofori
Hi, and I have no bloody idea what to do. or have I tested your patience to it's limit? You should read the Debian Policy (at least the section about building packages from src) in order to understand how building from source works the Debian Way. :-) Briefly: 0) configure a deb-src for

R: Sqlippool debian - sql_get_socket unresolved symbol

2007-10-31 Thread Francesco Cristofori
Try editing the Makefiles so that rlm_sqlippool links to rlm_sql. Maybe that will solve the problem. I tried to do this, but I'm not a good coder so I filed a bug against the debian package. Alan DeKok. Thanks, Francesco. - List info/subscribe/unsubscribe? See

R: Sqlippool debian - sql_get_socket unresolved symbol

2007-10-31 Thread Francesco Cristofori
Update: assigned bug number #448699 . http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448699 Greetings, Francesco. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Sqlippool debian - sql_get_socket unresolved symbol

2007-10-25 Thread Francesco Cristofori
Hi all, I know the topic has been discussed about a year ago, but I'd like to know if it's going to be solved. I know that Alan said it's not a FR issue (http://lists.cistron.nl/pipermail/freeradius-users/2006-October/057588. html), but many people says that turning on RTLD_GLOBAL is a security

R: Ip pool lease migration

2007-10-24 Thread Francesco Cristofori
Is it a good idea to use rlm_ippool_tool to extract leases from radA and then inserting them in radB with rlm_ippool_tool -n ? Why? Because I thought radrelay would send only accounting records and not ip lease information. :-) If you need to copy information from one server to

R: Ip pool lease migration

2007-10-24 Thread Francesco Cristofori
I'm going to try it, thanks for the suggestion. Is it correct to set up two servers radA relaying to radB and radB relaying to radA ? I'd like to have an active/active radius server setup. Sorry, I didn't read the docs. :-) I have both servers using the same sql backend for accounting (not

R: R: Ip pool lease migration

2007-10-24 Thread Francesco Cristofori
Then there's a lot less reason to run two servers. You still have one central point of failure: the SQL server. The sql server is actually a mysql master/master replication cluster with one virtual IP address I pointed the servers to. I think this solution avoids s.p.o.f., isn't it? If

R: R: R: Ip pool lease migration

2007-10-24 Thread Francesco Cristofori
You didn't say that... Sorry, I thought it wasn't so relevant. :-) Use sqlippool. It's the easiest way to get what you want. Ok, thanks for helping. Francesco. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

R: merging accounting records from two databases

2007-09-26 Thread Francesco Cristofori
Hi, Hi Stella, I ran in your problem just quite weeks ago and I solved this way: - Use mysql replication for syncing the two database (you have to make db1 slave of db2 and db2 slave of db1: every record inserted in one db will be automatically inserted in the other one) - Use heartbeat (or

R: LSB initscript compliance

2007-09-07 Thread Francesco Cristofori
Nicolas wrote: I've written an initscript with the LSB functions for the Debian package. You may look at debian/freeradius.init in CVS head. Thanks for the hint. It's exactly what I was looking for. Nicolas Baradakis Bye, Francesco. - List info/subscribe/unsubscribe? See

R: R: LSB initscript compliance

2007-09-07 Thread Francesco Cristofori
Hi Michael, if you write a patch, why don't you implement all of the ocf features? Writing an OCF resource is not related to freeradius, but to Linux-ha project. So I think perhaps I'll be writing that OCF resource, but no further discussion will go on on this list since (imho) it's a bit

LSB initscript compliance

2007-09-06 Thread Francesco Cristofori
Hi all, I'd like to integrate FR 1.1.7 installation with Heartbeat-2 but it seems that the initscript /etc/init.d/freeradius is not LSB compliant, so integration is not straightforward. Is there anybody working on this (very small) issue? Greetings, Francesco. - List

R: LSB initscript compliance

2007-09-06 Thread Francesco Cristofori
What isn't compliant? The script /etc/init.d/freeradius is not compliant with these guidelines: http://www.linuxbase.org/spec/refspecs/LSB_3.0.0/LSB-Core-generic/LSB-Co re-generic/iniscrptact.html The script does not implement the status action and isn't compliant to the behavour described in

sql failover doubt

2007-08-01 Thread Francesco Cristofori
: is there a way to avoid this behavior? Thanks in advance, Francesco Cristofori. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

R: db_mysql.sql

2007-07-11 Thread Francesco Cristofori
Is it possible to use the one from 1.0.1 or some other version? Yes, if you use the mathing sql.conf you can use any db schema (so you don't have to convert old databases to new schemas). Joel HTH, Francesco. - List info/subscribe/unsubscribe? See

R: R: Cisco VRF + Radius

2007-07-10 Thread Francesco Cristofori
, Francesco Cristofori. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

R: Cisco VRF + Radius

2007-07-09 Thread Francesco Cristofori
Putting a User into a certain VRF is quite simple: vrfuser User-Password == topsecret Cisco-AVPair += lcp:interface-config#1=ip vrf forwarding \ VRFNAME, Thank you Gerald, this is what I need to do. I tried using this

R: Cisco VRF + Radius

2007-07-09 Thread Francesco Cristofori
Hi Kalik, thanks for your reply. I had a look at the cisco doc on vrf forwarding, but I think it's not what I need to do. I don't need to put all template items in fr, but only to select the vrf based on group which the user belongs to. Did I miss the point? Do I need to configure Templates

Cisco VRF + Radius

2007-07-06 Thread Francesco Cristofori
Hi all, anybody has experience in setting up FR to support IP VRF for cisco equipments? Can you point me to some clear and simple configuration guide for doing that? TIA, Francesco. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeradius-1.1.6 - mysql failover issue - bus error -

2007-07-03 Thread Francesco Cristofori
\tlocalhost\n10.3.0.170\tr..., 8192) = 392 --- SIGBUS (Bus error) @ 0 (0) --- +++ killed by SIGBUS +++ Any hints? Thanks in advance, Francesco Cristofori. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

R: freeradius-1.1.6 - mysql failover issue - bus error -

2007-07-03 Thread Francesco Cristofori
Hi all, further investigations show that it's a name resolution problem (if I put IP addresses in mysql1.conf and mysql2.conf everything works fine). So it doesn't seem to be a FR problem. Regards, Francesco Cristofori. -Messaggio originale- Da: [EMAIL PROTECTED] [mailto

1.0.0 - 1.1.6 DB Schema conversion

2007-06-15 Thread Francesco Cristofori
suitable to do a smart mysqldump of the tables that changed, so I can have the dump imported in the new database. Greetings, Francesco Cristofori. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius, wireless access point and password authentication

2007-01-04 Thread Francesco Cristofori
Roberto ha scritto: Hello, I'm new to freeradius... Hi Roberto, I want to realize a sort of hot spot using freeradius, mysql (with a graphical interface creating users on it) and some access points (linksys, d-link, etc...). It seems you want to make an Authentication Gateway, so you can

R: Session section misconfiguration?

2006-12-14 Thread Francesco Cristofori
a little investigation on this, but I think the only thing we use is Dialup Admin interface, and it should use sql session accounting, isn't it? Alan DeKok. Thanks again, Francesco Cristofori. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html