wrong DNS IP address for dialup clients

2005-06-28 Thread mnisay
hello. before, the assigned DNS IP address are being properly assigned to dialup customers, now that we have changed our IP block addresses, 10% of the dialup customers are still getting the OLD DNS IP addresses, which is wrong. i have checked all the routers and servers and did not found any

Re: external script stays in defunct state after executing

2005-06-28 Thread mnisay
rashad wrote: Still can't solve the problem. External script fired according to acct_users file stays in defunct state for every call. how do you exit from the PHP script? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

ldap groups

2005-06-28 Thread alan walters
Below is a snip from my radius group search. And below this is the group portion of my radiusd.conf can someone let me know where I am going wrong??? I would like to know how to stop it doing the second search on my ldap for the objectclass = * I dont mind the first one because it has

user-profiles

2005-06-28 Thread alan walters
Radius does not seem to be searching or adding my reply items for my user-profiles from ldap. It does not even look for them?? Does someone have a wonderful solution for how to remedy this DEFAULT Huntgroup-Name == internet, Ldap-Group == ballyvaughan, User-Profile :=

Re: sql counter clarification and issues

2005-06-28 Thread Alan DeKok
Ross Tsolakidis [EMAIL PROTECTED] wrote: Looking at that debug, where exactly is it resetting the counter ? The counter module is resetting the counter. In the db.daily ? Because it's not resetting in SQL. Yes, the counter module doesn't say it's using SQL. Also what is the db.daily ?

Re: wrong DNS IP address for dialup clients

2005-06-28 Thread Alan DeKok
mnisay [EMAIL PROTECTED] wrote: before, the assigned DNS IP address are being properly assigned to dialup customers, now that we have changed our IP block addresses, 10% of the dialup customers are still getting the OLD DNS IP addresses, which is wrong. Is the RADIUS server assigning DNS

RE: user-profiles

2005-06-28 Thread alan walters
The output is debug. Radiusd -xx It does not seem to be even looking for it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: 28 June 2005 16:06 To: FreeRadius users mailing list Subject: Re: user-profiles alan walters [EMAIL PROTECTED]

RE: Issue with increasing the number of ACL's in users file

2005-06-28 Thread Niall Browne
Title: RE: Issue with increasing the number of ACL's in users file I sent this week and did not receive a response. Since then I have again gone through all files in detail, viewed countless debugs, and searched all past posts re freeradius, with no success. Anyone have any idea what may

problem compiling on Sparc Solaris 9

2005-06-28 Thread Randall Badilla Castro
Hi: I´m facing a very weird problem compiling on a sun box with gcc 3.4.2 and openssl 0.9.7e openldap. The problem is when ld is running and fails to work on the rlm_eap module saying that there are symbol referencing errors.. sha1_data_problems radeapclient.o pairreplace

MAX_PACKET_LEN setting limiting number of Cisco- Avpair's

2005-06-28 Thread Niall Browne
Title: MAX_PACKET_LEN setting limiting number of Cisco- Avpair's Hi After looking through the source code on v 1.148.2.3 I can see that the reason that cisco-avpair += within the users file is not being sent to the firewall for ACL's above a certain number is due to the fact that the

RE: sql counter clarification and issues

2005-06-28 Thread Ross Tsolakidis
Thanks for responding. Can you give me an example of how to set the counter to reset in SQL ? This is my config for the counter. counter daily { filename = ${raddbdir}/db.daily key = User-Name count-attribute = Acct-Session-Time

external script in defunct state after execution

2005-06-28 Thread rashad
Dear developers. Downgrading from 1.0.4 to 1.0.1 without touching anything else solves the problem. So, which version I must use? Is it a bug? Regards, Rashad - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: external script in defunct state after execution

2005-06-28 Thread Jon Mansey
My workaround for this so far has been to put a cron job to restart freeradius once per day which clears all the zombies, otherwise it eats all your threads. Depending how frequently you call your accounting process, ie how many zombies you have in your process table, you may need to restart FR