(RADIATOR) Question about SessionDatabase

2000-11-17 Thread Alexey A. Shavaldin
Hello ! I have experienced a problem with simultaneous logins of such a case. I have global RewriteUsername defined in my radius.cfg: RewriteUsername tr/[A-Z]/[a-z]/ RewriteUsername s/^(.*)\/(.*)/$2/ RewriteUsername s/^(.*)\\(.*)/$2/ RewriteUsername tr/A-Za-z0-9_@,\\\ \.\-/\*/c Simultaneous

(RADIATOR) Re: Slowness using radiator.

2000-11-17 Thread Ricardo Sousa
Ricardo Sousa wrote: Hi, I'm having some problems with my NAS'es that I really can't pinpoint. The problem is that the Ciscos keep saying: It seems that most of those problems had to do with my Session and Accounting Databases being very heavy. Still we lose some sessions even after

(RADIATOR) Radiator,MS SQL Cisco AS5300 for VoIP

2000-11-17 Thread Primoz Jeroncic
Hi I'm totaly new to this thing since we have only evaluation version of Radiator. I have to test Radiator to see if it works as we would like it in our configuration. So here's my config: We have Cisco AS5300 as VoIP gateway, PC with Microsoft SQL and Radiator currently running on same PC as

(RADIATOR) Disconnect Users

2000-11-17 Thread rb
Hello friends. I`ve configured the radiator in Linux and the database MySql, The Users connect to total control a determinated time. I´d like to know, what i have to do disconnect a user that has finished the time. or how is the form to disconnect manually a user. Thank you for you help.

(RADIATOR) PreHandlerHook

2000-11-17 Thread Lisa Goulet
Hi all, I've implemented a PreHandlerHook for filtering out Calling-Station-Id. I used the code in one of the postings. It doesn't seem to be doing the filtering, there is no indication of the code being executed in the logfile. There are know errors when the radiator starts up. Here's the

RE: (RADIATOR) PreHandlerHook

2000-11-17 Thread Ingvar Berg (ERA)
I think the hook belongs to the Realm and Handler statements. /Ingvar -Original Message- From: Lisa Goulet [mailto:[EMAIL PROTECTED]] Sent: den 17 november 2000 16:22 To: [EMAIL PROTECTED] Subject: (RADIATOR) PreHandlerHook Hi all, I've implemented a PreHandlerHook for filtering out

(RADIATOR) SessionDatabase DBM

2000-11-17 Thread Firas Emsaytif
Hello, If I need to implement SessionDatabase DBM, do I need any thing other than the radiator package. I don't have SQL and I am not comfortable for leaving sim-use control for radiator internally. -- Regards Firas Emsaytif System Administrator Global One Communications (Jordan) Ltd. Tel (962)

(RADIATOR) Access Rejected for Simultaneous-Use

2000-11-17 Thread William Hernandez
Our user "ticket" has Simultaneous-Use set to 5. Yesterday afternoon "ticket" tried to login but entered his password incorrectly. The access request was denied because of Login incorrect. However, an INFO statement was also created in radius.log referring to "Simultaneous-Use of 1 exceeded".

RE: (RADIATOR) Radiator,MS SQL Cisco AS5300 for VoIP

2000-11-17 Thread Dave Kitabjian
I'm looking forward to seeing any replies to this, since we will be doing the exact same thing in just a couple weeks. Meanwhile, do you have the AS5300 dictionary that includes the VSA's for VoIP? I haven't been able to find that anywhere. Thanks! Dave -Original Message- From:

(RADIATOR) Multiple Numbers in Calling-Id Check Item

2000-11-17 Thread Mike McCauley
--- Forwarded mail from [EMAIL PROTECTED] Date: Fri, 17 Nov 2000 22:40:13 +1100 (EST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [=?iso-8859-1?Q?Javier_Benita_Malav=E9?= [EMAIL PROTECTED]] From mikem Fri Nov 17 22:40:09 2000

Re: (RADIATOR) Question about SessionDatabase

2000-11-17 Thread Hugh Irvine
Hello Alexey - On Fri, 17 Nov 2000, Alexey A. Shavaldin wrote: Hello ! I have experienced a problem with simultaneous logins of such a case. I have global RewriteUsername defined in my radius.cfg: RewriteUsername tr/[A-Z]/[a-z]/ RewriteUsername s/^(.*)\/(.*)/$2/ RewriteUsername

(RADIATOR) Re: link to RFC 2138 and RFC 2139

2000-11-17 Thread Hugh Irvine
Hello Dave - On Sat, 18 Nov 2000, you wrote: Hey Hugh, Regarding http://www.open.com.au/radiator/ref.html#pgfId=333721 , this link appears to be broken. Thanks for that. However, another (reliable?) site where I find these RFC's is at:

Re: (RADIATOR) Radiator,MS SQL Cisco AS5300 for VoIP

2000-11-17 Thread Hugh Irvine
Hello Primoz - On Sat, 18 Nov 2000, Primoz Jeroncic wrote: Hi I'm totaly new to this thing since we have only evaluation version of Radiator. I have to test Radiator to see if it works as we would like it in our configuration. So here's my config: We have Cisco AS5300 as VoIP gateway, PC

Re: (RADIATOR) SessionDatabase DBM

2000-11-17 Thread Hugh Irvine
Hello Firas - On Sat, 18 Nov 2000, Firas Emsaytif wrote: Hello, If I need to implement SessionDatabase DBM, do I need any thing other than the radiator package. I don't have SQL and I am not comfortable for leaving sim-use control for radiator internally. I would suggest MySQL

Re: (RADIATOR) Re: Slowness using radiator.

2000-11-17 Thread Hugh Irvine
Hello Ricardo - On Fri, 17 Nov 2000, Ricardo Sousa wrote: Ricardo Sousa wrote: Hi, I'm having some problems with my NAS'es that I really can't pinpoint. The problem is that the Ciscos keep saying: It seems that most of those problems had to do with my Session and Accounting

RE: (RADIATOR) Radiator,MS SQL Cisco AS5300 for VoIP

2000-11-17 Thread Hugh Irvine
Hello Dave - On Sat, 18 Nov 2000, Dave Kitabjian wrote: I'm looking forward to seeing any replies to this, since we will be doing the exact same thing in just a couple weeks. Meanwhile, do you have the AS5300 dictionary that includes the VSA's for VoIP? I haven't been able to find that

(RADIATOR) Re: [Fwd: SessionDatabase DBM]

2000-11-17 Thread Hugh Irvine
Hello Firas - On Sat, 18 Nov 2000, Firas Emsaytif wrote: Hi, An other question related to my previous email (attached here) how can I make the DBM file shared between two servers. This is definitely not what you want to do. There is no record locking with DBM and you are certain to

Re: (RADIATOR) PreHandlerHook

2000-11-17 Thread Hugh Irvine
Hello Lisa - The hook code looks ok, but what are you doing with the attribute that you are adding to the request? I can't see anything later in the configuration to deal with it. BTW - you can always add "print" statements in your hook for debugging purposes, or even better, add some logging

Re: (RADIATOR) Disconnect Users

2000-11-17 Thread Hugh Irvine
Hello Rafael - On Sat, 18 Nov 2000, rb wrote: Hello friends. I`ve configured the radiator in Linux and the database MySql, The Users connect to total control a determinated time. I´d like to know, what i have to do disconnect a user that has finished the time. You will need to track

Re: (RADIATOR) Access Rejected for Simultaneous-Use

2000-11-17 Thread Hugh Irvine
Hello William - On Sat, 18 Nov 2000, William Hernandez wrote: Our user "ticket" has Simultaneous-Use set to 5. Yesterday afternoon "ticket" tried to login but entered his password incorrectly. The access request was denied because of Login incorrect. However, an INFO statement was also

Re: (RADIATOR) Multiple Numbers in Calling-Id Check Item

2000-11-17 Thread Hugh Irvine
Hello Javier - I have a Radiator with the Calling-Station-Id Check Item for several Users, and I´m trying to allow some of them to access from different numbers, so I need to insert the same users twice or more in the flat text users file I use, but it doesn´t work. It seems the

(RADIATOR) IMPORTANT - How to do Block Time users

2000-11-17 Thread Hugh Irvine
Hello Everyone - The question of how to control Block Time users has come up a number of times, so here are some tips and some code to do it. There are essentially three parts involved in controlling block time. First, you must have an SQL database with a field that contains a TIMELEFT (or

Re: (RADIATOR) GPRS RAS problem

2000-11-17 Thread Hugh Irvine
Hello Sek Chye - As promised, I have some things ready for you. On Fri, 03 Nov 2000, Goh Sek Chye wrote: Hi! I have a problem here and would appreciate any enlightenment and example configuration file. I am currently testing a GPRS RAS. It can be configured to assign IP address