RE: (RADIATOR) Multiple prefix

2001-12-17 Thread Rolando Riley
Hi Hugh: I am still haveing problems with this handler . This is how I am setting it: Handler Prefix = /gric|fcc/ : /Handler Handler Prefix = IPASS/ : /Handler Realm ayayai.com : /Realm Okay... what is happening is that it is authenticating

Re: (RADIATOR) assign ip from radius to AS5300 NAS

2001-12-17 Thread Mariano Absatz
Hi Manoj, usually, if you send Framed-IP-Address + Framed-IP-Netmask attributes in the Access-Accept packet, the NAS will use the IP address instead of assigning one of its own. In the authentication for e-mail users you should (after the standard user/password authentication) use an AuthBy

(RADIATOR) auth with flat/acct with mysql

2001-12-17 Thread Angel Bustos
Hi all, In my first instalation, I would have authentication with a flat text users File but the accounting making online inserts in a MySQL db. I´ve read the ref.html and i´ve found examples of one or another AuthBy clauses; it seems that AuthBy SQL example includes both authentication and

RE: (RADIATOR) Multiple prefix

2001-12-17 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Ricardo J. Sousa [EMAIL PROTECTED]] Date: Mon, 17 Dec 2001 08:19:52 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Mon Dec 17 08:19:52 2001 Received: from

(RADIATOR) Suggestions

2001-12-17 Thread Steve Katen
I want to start out by apologizing for sending this request rather than reading more into the documentation. However, I have gone over the manual and have been reading some of the postings in the archives, and now I would like suggestions for my suspected model. I have radiator setup, and

(RADIATOR) Re: problem with forking daemon and database connections

2001-12-17 Thread Mike McCauley
Hello Damir, thanks for this. I can tell you have put a lot of effort into finding this problem. We have rolled your code into the next release, but under the control of a new global parameter ForkClosesFDs which by default is off. If it does not break anyone, we will default it to on.

Re: (RADIATOR) Suggestions

2001-12-17 Thread Hugh Irvine
Hello Steve - On Tue, 18 Dec 2001 09:32, Steve Katen wrote: I want to start out by apologizing for sending this request rather than reading more into the documentation. However, I have gone over the manual and have been reading some of the postings in the archives, and now I would like

Re: (RADIATOR) Multiple prefix

2001-12-17 Thread Hugh Irvine
Hello Rolando - You would do this: Handler Prefix = /gric|fcc/ : /Handler Handler Prefix = IPASS/ : /Handler Handler Realm = ayayai.com : /Handler regards Hugh On Tue, 18 Dec 2001 01:36, Rolando Riley wrote: Hi Hugh: I am still haveing problems with

Re: (RADIATOR) auth with flat/acct with mysql

2001-12-17 Thread Hugh Irvine
Hello Angel - This is very easy to do: # define AuthBy clauses AuthBy FILE Identifier CheckFILE Filename %D/. . /AuthBy AuthBy SQL Identifier SQLAccounting DBSource DBUsername . DBAuth . # empty AuthSelect

(RADIATOR) MySQL Simultaneous-Use

2001-12-17 Thread Andy Dills
Andy Dills 301-682-9972 Xecunet, LLCwww.xecu.net Dialup * Webhosting * E-Commerce * High-Speed Access === Archive at

(RADIATOR) Sample or Example Radiator files for Connect.com vpdn

2001-12-17 Thread Adams, Darrin
Title: Sample or Example Radiator files for Connect.com vpdn hi all, does anyone have any sample user and/or config_file for setting up Radiator in a Connect.com VPDN environment. so i can fast track an urgent customer install server is NT4 running Radiator 2.19 thanks Darrin,

Re: (RADIATOR) Sample or Example Radiator files for Connect.com vpdn

2001-12-17 Thread Hugh Irvine
Hello Darrin - As far as I am aware, it is just a simple proxy server setup. There are example configuration files in the goodies directory of the Radiator distribution. regards Hugh On Tue, 18 Dec 2001 16:56, Adams, Darrin wrote: hi all, does anyone have any sample user and/or

(RADIATOR) Re: Please help.

2001-12-17 Thread Sam Cheung
Dear Genius, I am trying to config. a radiator (2.19-demo) allocating IP address dynamically using DB1 to get the authentication info. from DB1 (an mysql server stored username and password) and using DB2 (another mysql server) to log the dhcp client info., DHCPpool and leased IP, etc. using