Re: (RADIATOR) How to restrict the Dial Up on Bandwith.

2003-06-25 Thread Toomas Kärner
Hi, I have successfully built and tested sord of portal for users where they can SET their desired bandwith for desired ammount of time and it applies to whole connection (not just to certain direction) with RedBack SMS. It uses SNMP set to initialize user reauthentication and then SMS applies

(RADIATOR) User file for authentication

2003-06-25 Thread Robert Torres
Hello everyone, I have a weird issue. Please bare with me, I am in the final stages of deployment with this program and have this major problem. I am using a text file for authentication called users The users files hold a test machines MAC address and works fine. BUT! When I

RE: (RADIATOR) User file for authentication

2003-06-25 Thread Tony Bunce
Could be a permissions issue on the users file after you overwrite it. Does a trace show any useful information? Thanks, Tony B, CCNA, Network+ Systems Administration GO Concepts, Inc. / www.go-concepts.com Are you on the GO yet? What about those you know, are they on the GO?

(RADIATOR) PEAP request being ignored

2003-06-25 Thread Francisco Contreiras
Finaly I have all the requested modules installed so no more bogus error messages. but... I now see all my PEAP requests from an XP1 (SP1) client being ignored: # LOG FILE Wed Jun 25 18:13:24 2003: DEBUG: Reading users file /etc/radius/users Wed Jun 25 18:13:24 2003: DEBUG:

(RADIATOR) multiple accounting server

2003-06-25 Thread Foo Donald (Products O2)
Hi there, If I want to send 4 copy to 4 different account server, only need the response from the first one, will this work? or how should I do AuthBy RADIUS RetryTimeout 25 NoForwardAuthentication Secret radius AcctPort 1813

Re: (RADIATOR) RadOnLine

2003-06-25 Thread Nicolai van der Smagt
Hello, To do what you want you add this to your SessionDatabase SQL clause: AddQuery insert into RADONLINE (USERNAME, NASIDENTIFIER, NASPORT, \ ACCTSESSIONID, TIME_STAMP, FRAMEDIPADDRESS, NASPORTTYPE, \ SERVICETYPE, STATIONID) values ('%n', '%N', 0%{NAS-Port},\ '%{Acct-Session-Id}',

RE: (RADIATOR) RadOnLine

2003-06-25 Thread Herman verschooten
Nicolai, I see. Now a question... Can you specify a different SessionDatabase per client or realm ? Herman verschooten -Original Message- From: Nicolai van der Smagt [mailto:[EMAIL PROTECTED] Sent: woensdag 25 juni 2003 20:12 To: Herman verschooten Cc: [EMAIL PROTECTED] Hello, To do

RE: (RADIATOR) User file for authentication

2003-06-25 Thread Robert Torres
Sorry. My mistake, the syntax with these files are very picky!!! Thank you for your reply. Thank you, Robert Torres Rutgers Business School - Unit Computing Manager Rutgers Business School - MBA Candidate Rutgers University 973-353-1821 http://torres.rutgers.edu

(RADIATOR) Radiator 3.5 Rodopi 5.2sp3

2003-06-25 Thread Tim Jung
I was wondering if someone could tell me why I am getting these errors from time to time in the Radiator log on my Linux box? It looks like it is getting data from the Remote Access server and isn't able to dump it into the MS-SQL database that Rodopi uses. Wed Jun 25 17:20:43 2003: ERR: do

Re: (RADIATOR) How to restrict the Dial Up on Bandwith.

2003-06-25 Thread Hugh Irvine
Hello Toomas - Not really a Radiator issue, but very interesting none the less. And I am sure that there are many subscribers to the list who enjoy this level of discussion as much as I do. Please feel free to continue posting such interesting material. regards Hugh On Wednesday, Jun 25,

Re: (RADIATOR) Radiator 3.5 Rodopi 5.2sp3

2003-06-25 Thread Hugh Irvine
Hello Tim - The message appears to be complaining about a data conversion from a string to a numeric. It is not obvious to me from the log which field is causing the problem, so you should check your database log to see exactly what is happening. You may need to adjust the column definition

Re: (RADIATOR) RadOnLine

2003-06-25 Thread Hugh Irvine
Hello Herman - Yes you can have different SessionDatabase's on a per-Handler or per-Realm basis. # define SessionDatabase SessionDatabase ... Identifier SDB1 . /SessionDatabase SessionDatabase ... Identifier SDB2 . /SessionDatabase . Handler

Re: (RADIATOR) multiple accounting server

2003-06-25 Thread Hugh Irvine
Hello Donald - You should add IgnoreAccountingResponse to those AuthBy RADIUS clauses from which you don't need the responses. See section 6.29.25 in the Radiator 3.6 reference manual (doc/ref.html). regards Hugh On Thursday, Jun 26, 2003, at 02:45 Australia/Melbourne, Foo Donald

Re: (RADIATOR) PEAP request being ignored

2003-06-25 Thread Mike McCauley
Hello Francisco, The config file is the problem. You have not copied enough of the example config file, so you dont have a Handler for the outer authentication. If you check the example goodies/eap_peap.cfg, you will see Handler AuthBy FILE . /AuthBy /Handler which

Re: (RADIATOR) PEAP request being ignored

2003-06-25 Thread Hugh Irvine
Hello Francisco - You will need a default Handler at the end of the list to deal with the initial request: ## AuthPort1812 AcctPort1813 LogDir /var/log/radius DbDir /etc/radius DictionaryFile

Re: (RADIATOR) Radiator 3.5 Rodopi 5.2sp3

2003-06-25 Thread Mike McCauley
Hello Tim, On Thu, 26 Jun 2003 09:57 am, Hugh Irvine wrote: Hello Tim - The message appears to be complaining about a data conversion from a string to a numeric. It is not obvious to me from the log which field is causing the problem, so you should check your database log to see exactly

(RADIATOR) Radmin and DSL.

2003-06-25 Thread Michael Bellears
Client of ours is running Radmin-1.7, Radiator 3.5 for dialup clients (Modem+ISDN). They want to now also Authenticate for DSL users - NAS will be a Cisco 7200. I have added a new Client (Via Radmin), with a NAS Type of CiscoVPDN. Would I need to add a new realm to the config with AuthBy RADMIN

Re: (RADIATOR) Radmin and DSL.

2003-06-25 Thread Hugh Irvine
Hello Michael - If your DSL users are going to be authenticated from a different realm, then what you describe will work fine. Otherwise you could use Handlers, or you could use Identifiers in your Client clauses and use the Client-Identifier as the PoolHint for the AuthBy DYNADDRESS. This