Re: select() error about freeradius-0.4

2002-01-31 Thread Carlos Velasco
Hi alan, Tried with freeradius-snapshot-20020130.tar The patch does not work. I still see this message continously in the log if I do not comment the new lines: Thu Jan 31 11:13:59 2002 : Info: Listening on IP address *, ports 1645/udp and 1646/udp, with proxy on 1647/udp. Thu Jan 31 11:13:59

Re: Error: Accounting: logout: entry for NAS cnet-bsn port 1929379840 has wrong ID

2002-01-31 Thread Marcelo Ferreira
Miquel, In my case, the port won't change for eache new user because my B-Ras dosn't have fisical ports, just logical ones. but you're right saying that. let's do something different, let's make another module (rlm_radutmp_session) and the adm could choose what module to use at radiusd.conf. I

Re: Error: Accounting: logout: entry for NAS cnet-bsn port 1929379840 has wrong ID

2002-01-31 Thread Marcelo Ferreira
Soory guys, I didn't check the code right, it zap the data out, the comment is the wrong thing. ... can we remove it? there is no zap at radutmp_lookup... again, sorry... []s Marcelo Ferreira Canbras TVA Cabo Ltda Canbras Acesso

unsubscribe

2002-01-31 Thread cscrw
This address is going to be [EMAIL PROTECTED] --test - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

how to Accounting from RADIUS Server

2002-01-31 Thread pankaj singh
Dear Friends, Can You mail me the process- how to Accounting from RADIUS Server Thankx Regds Pankaj Singh If You are not a right person to read this mail then please delete it Network Administrator

Re: select() error about freeradius-0.4

2002-01-31 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], Frank Cusack [EMAIL PROTECTED] wrote: On Tue, Jan 29, 2002 at 11:26:05PM +, Miquel van Smoorenburg wrote: It can get worse. If you close(STDOUT_FILENO) and/or STDERR_FILENO, then the next open will get fd#1 or fd#2. That could be your SQL socket, or whatever.

Re: Error: Accounting: logout: entry for NAS cnet-bsn port 1929379840 has wrong ID

2002-01-31 Thread Miquel van Smoorenburg
In article 001901c1aa40$9f5ebee0$28030280@intranet, Marcelo Ferreira [EMAIL PROTECTED] wrote: but you're right saying that. let's do something different, let's make another module (rlm_radutmp_session) and the adm could choose what module to use at radiusd.conf. That's code duplication. Like I

RE: Solaris 2.6 Radius Client

2002-01-31 Thread Bas Aerts
so how does your pam configuration file look like? (/etc/pam.conf is it?) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sajesh Singh Sent: Tuesday, January 29, 2002 9:26 PM To: [EMAIL PROTECTED] Subject: Solaris 2.6 Radius Client I am trying to

Re: how to Accounting from RADIUS Server

2002-01-31 Thread hari_bhr
use IC radius it will do automatically - Original Message - From: pankaj singh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 5:44 PM Subject: how to Accounting from RADIUS Server Dear Friends, Can You mail me the process- how to Accounting from

Re: Error: Accounting: logout: entry for NAS cnet-bsn port 1929379840 has wrong ID

2002-01-31 Thread Marcelo Ferreira
Alan, that's a patch that I made for rlm_radutmp to use session_id as index. I would like that, if you can, revise it and maybe create a new module for this type of rlm_radutmp. It is working at my radius server (production). I'm having trouble hacking radzap program. Every time I execute it

No User-Name attribute Patch - Submitting

2002-01-31 Thread Carlos Velasco
Hello, I had a problem trying to proxy Acct Requests from Hiper NMC card of TotalControl 1000 RAS. The problem is that the Hiper NMC sends Acct. packets without User-Name atribute. I thought about proxying them asigning the NULL realm to these Acct. Request and have implemented a change in

Port 25 filtering

2002-01-31 Thread John Singewald
I am running the latest cistron-radius 1.6.4.3 on Redhat 7.0. I have been proxy authorizing several different modem pools for our users. I am about to add qwest modem pools but I need to set up a filter for smtp traffic to only allow relaying accross one smtp server denying all other port 25

ips assignments outside of pool range

2002-01-31 Thread Lee W
Hi, I'm having a problem with ip assignments outside the pool range that is set in my 3com. I was told a while back that its best to use the pools set in my modem bank. Based on that I must have a configuration issue in Freeradius. Could someone help? Here is the config. ### users file

OK!

2002-01-31 Thread Steve Sobol
I just started working again on my problem with LDAP and rlm_ldap. I have finally figured out why rlm_ldap.c doesn't compile! The Makefile generated by autoconf doesn't assign a value to TARGET. TARGET should be set equal to rlm_ldap. Once I manually edited the makefile, voila, it worked. Did

Re: ips assignments outside of pool range

2002-01-31 Thread aland
Lee W [EMAIL PROTECTED] wrote: Could it be that I have the Fall-Through=yes on the first default so its trying to move to the next pool? No. It should only match one or the other of the huntgroups... ### Huntgroups users NAS-IP-Address == 207.x.x.x users2

Re: vendor specific attribute configuration

2002-01-31 Thread aland
Garzon, Richard [EMAIL PROTECTED] wrote: I've been testing my radius client with the FreeRadius Server 0.3. You should probably upgrade to 0.4, or the latest CVS snapshot. There are a lot of bugs fixed in later versions. How do I configure the radius server for VENDOR-SPECIFIC attributes

Re: ips assignments outside of pool range

2002-01-31 Thread aland
Lee W [EMAIL PROTECTED] wrote: Ah, so somthing like this shoudl work. This will pull from the users pool starating at 73.10 users NAS-IP-Address == 207.151.73.10 No. That defines a server-only hunt group, which is based on the NAS-IP-Address. You want pools for the

Re: Port 25 filtering

2002-01-31 Thread Eric Dean
Use Ascend-Data-Filters within your users file On Thu, 31 Jan 2002, John Singewald wrote: I am running the latest cistron-radius 1.6.4.3 on Redhat 7.0. I have been proxy authorizing several different modem pools for our users. I am about to add qwest modem pools but I need to set up a

Re: OK!

2002-01-31 Thread aland
Steve Sobol [EMAIL PROTECTED] wrote: The Makefile generated by autoconf doesn't assign a value to TARGET. TARGET should be set equal to rlm_ldap. The 'configure' script only sets TARGET if it thinks ldap is installed on your system. I'd suggest looking at why the configure script didn't

Re: ips assignments outside of pool range

2002-01-31 Thread Lee W
Ok I found the RFC's (RFC 2138) (RFC2869) Right now I have the 3com handling the pools not FreeRadius. I was told on this list that Freeradius can't handle a upper limit on address pools, that you can set a start limit with Framed-IP-Address, and it will assign up from said IP so I should

performance issues

2002-01-31 Thread pavesi
I have ~10k users and having some performance issues on my two FreeRadius 0.4 servers. I am using MySQL for radius accounting and LDAP as my authentication methods, along with CHAP. I get consistent messages of the type: Error: Dropping duplicate authentication packet from client, from my

Re: postrgresql and operator field

2002-01-31 Thread xiashao7
Would you try xtradius+pstgresql+quick-r ? It also has a web interface for User and Administrator. http://www.q-linux.com/software/quick-r/ Isanysupportofoperatorfiledsforpostgres? Idownloadedandcompiledfreeradiussnapshot,butitseemsthatdbschema

bind 192.168.1.1 to freeradius 0.4 problem

2002-01-31 Thread Peter Santiago
I'm using portslave to serve as replacement for mgetty+pppd The problem is after portslave answers the modem and switches into PPP, error log reports: Feb 1 13:22:24 psinergybbs port[S100]: Connected - waiting for login Feb 1 13:22:24 psinergybbs port[S100]: PPP frames detected - switching