proxy-accounting

2005-04-11 Thread mlgjd mlgjd
Hi, my FR is acting as proxy server. What I need to do is next: - when I get accounting from router i need to cut some things of (Acct-Session-Id) How can I do this with FR? Thank you http://www.email.si/ - List info/subscribe/unsubscribe? See

Re: Post-Proxy-Type + rlm_rewrite + rlm_ippool does not work

2005-04-11 Thread Pasi Kärkkäinen
On Wed, Apr 06, 2005 at 03:30:34PM +0300, Pasi Kärkkäinen wrote: Hi! I've tried to get this working for a long time, trying almost every kind of possible solution.. with no luck yet :( Scenario: NAS uses freeradius-server (proxy) for authentication. Proxy needs to also supply

Radius DisconnectRequest

2005-04-11 Thread Abdul Lateef
HI, I am using Cisco NAS for my VoIP Billing. I want to send DisconnectRequest to the cisco NAS but i don't know from where i should send it. Currently i am able to send AccessRequest and Accounting from the mySQL db. But i am little confiuse how i should send the Radius DisconnectRequest to the

Re: different pools for different realms

2005-04-11 Thread Angel L. Mateo
El vie, 08-04-2005 a las 20:03 +0300, Kostas Kalevras escribió: DEFAULT Realm == myrealm, NAS-IP-Address == 10.10.10.1, Auth-Type = LDAP, Pool-Name := my_pool Thank you. I didn't know I can use Realm attribute in the check line. Is there any list of attribute's names I can

radius behavior when DB is down

2005-04-11 Thread Alexander Serkin
hi. Can anybody explain me the scenario of rlm_sql_... module actions while DB is inaccessible? I mean what happens whith daemon when 1) it starts and encounters that its sql store is down. 2) the db goes down while radius daemon is running. Does it make an attempt to reconnect or it dies too? Is

Something

2005-04-11 Thread Blake
Well, Guys I am back to the list for answers. I am simply tring to prevent more than one instance of one user logged in at once. I know, before you yell at me I have read the FAQ and setup just the way it says in sql.conf. Perhaps I am missing something. I just uncommented the

Re: Something

2005-04-11 Thread Greg Swift
Blake wrote: Well, Guys I am back to the list for answers. I am simply tring to prevent more than one instance of one user logged in at once. I know, before you yell at me I have read the FAQ and setup just the way it says in sql.conf. Perhaps I am missing something. I just uncommented the

Re: Anyone using radzap?

2005-04-11 Thread Alan DeKok
Mike Cisar [EMAIL PROTECTED] wrote: Can't say as I've been using it, for the obvious reasons... but I've wanted to several times in the past couple months :-) The latest CVS snapshot should contain fixed radwho radzap. They should work if you copy them to a 1.0.2 distribution, and re-build.

Counters

2005-04-11 Thread Anson
Okay, all of the counters deals with the using the users file. But how do I set up a user if I am using a DB backend? I've uncommented counter in authorize and accounting. From radiusd.conf: counter { filename = ${raddbdir}/db.counter key = User-Name count-attribute = Acct-Session-Time reset =

Re: Radius DisconnectRequest

2005-04-11 Thread Alan DeKok
Abdul Lateef [EMAIL PROTECTED] wrote: Actually i wanted to make a buttone in Billing Manager if admin press this button radius should send the DisconnectRequest to cisco for the call termination. Billing manager isn't part of FreeRADIUS./ I suggest asking them for this functionality. If

Re: different pools for different realms

2005-04-11 Thread Alan DeKok
Angel L. Mateo [EMAIL PROTECTED] wrote: Thank you. I didn't know I can use Realm attribute in the check line. Is there any list of attribute's names I can use there?, because this attribute isn't in http://www.freeradius.org/rfc/attributes.html Those are the RADISU *protocol*

Re: radius behavior when DB is down

2005-04-11 Thread Alan DeKok
Alexander Serkin [EMAIL PROTECTED] wrote: Can anybody explain me the scenario of rlm_sql_... module actions while DB is inaccessible? I mean what happens whith daemon when 1) it starts and encounters that its sql store is down. Have you tried checking this yourself? It's not hard. 2)

Re: Counters

2005-04-11 Thread Alan DeKok
Anson [EMAIL PROTECTED] wrote: Okay, all of the counters deals with the using the users file. But how do I set up a user if I am using a DB backend? Exactly the same. The users file is just a way to tell the server WHEN to use the counter. I've created in my DB Radgroupcheck monthly

Re: Beginner question: Trying to secure a wlan

2005-04-11 Thread Vladimir Vuksan
Tim Boneko wrote: That still doesn't tell us whether you configured SoftAP to use the RADIUS server ? SoftAP is only the AP piece but not the RADIUS server itself. You have to point to FreeRADIUS instance you are using. That seems to be the part i am missing. How do i do that? Is it a

Freeradius + Wireless Users (802.X)

2005-04-11 Thread Victor M. Polukcht
Hello, Freeradius-Users. Is there any ability to authentificate Wireless Users with login and password using Freeradius? I use freeradius now for dialup and voip users. But now also need somehow to auth wireless users (we have some hotspots). As i got i need to configure PEAP. May be

Re: Freeradius + Wireless Users (802.X)

2005-04-11 Thread Vladimir Vuksan
Victor M. Polukcht wrote: Is there any ability to authentificate Wireless Users with login and password using Freeradius? I use freeradius now for dialup and voip users. But now also need somehow to auth wireless users (we have some hotspots). As i got i need to configure PEAP. May be there

Problem compiling FreeRADIUS 1.0.1 on Gentoo Linux

2005-04-11 Thread Bryce Porter
I am trying to compile FreeRadius 1.0.1 on Gentoo Linux 2005.0: # USE='-pam -postgres -snmp' emerge -pv freeradius [ebuild N ] net-dialup/freeradius-1.0.1 -frascend -frnothreads -frxp -kerberos -ldap +mysql -pam -postgres -snmp +ssl 0 kB As you can see, the only USE flags in use

RE: Problem compiling FreeRADIUS 1.0.1 on Gentoo Linux

2005-04-11 Thread Bryce Porter
My apologies, as the original email that I sent was in HTML format. This should be in plain text. Thank you. Bryce Porter.Network Administrator . . . . . . . . . . . . . . . . . . . . . . . . . . Heart Technologies, Inc. 3105 N. Main St. E. Peoria,IL61611 p. 309.427.7282

Re: Steelbelted Radius Dictionary File

2005-04-11 Thread A. Clausen
Guy Davies wrote: Hi, No, you can't simply drop that in. You'd need to create a dictionary.waverider that looks like the dictionaries in /usr/local/share/freeradius. Cut and paste the section below in to a file of that name and then add the line $INCLUDE dictionary.waverider In the file

NT domain names and SQL authentication

2005-04-11 Thread Diego M. Vadell
Hi, I've been fighting my ignorance for a week now. I'm trying to setup FreeRadius with a Windows XP SP2 supplicant with mschap2 thru an Orinocco access point. I would like to use the username and password of the NT domain, but the only way I can get logged in is making XP ask me for the

Re: NT domain names and SQL authentication

2005-04-11 Thread Jim Seymour
Diego M. Vadell [EMAIL PROTECTED] wrote: Hi, I've been fighting my ignorance for a week now. I'm trying to setup FreeRadius with a Windows XP SP2 supplicant with mschap2 thru an Orinocco access point. I would like to use the username and password of the NT domain, but the only way I can

clients.conf mysql

2005-04-11 Thread James Kelly
Hi there, Is there someone who can point me in the direction of achieving this?, I have searched google to find some posts that it is possible. Ultimately it would be nice if we could store our nas information in eDirectory and use ldap. However the mysql is another idea. - List

Re: Attach mac address to username

2005-04-11 Thread Shane
Joachim Bloche wrote: Would your suggestion be automatic or would I need to manually add the attribute. I think you can do it automatically, provided your NAS sends Calling-Station-Id with the authentication request. In this case you may rewrite the post-auth request to add the row in