RE: (RADIATOR) RE:

2000-10-05 Thread Hugh Irvine
Salut Gildas - On Wed, 04 Oct 2000, Gildas PERROT wrote: > Salut Hugues !!! > > Sorry but you sent a RECEIPE (;-)) for managing RADONLINE and I meant one > for managing RADPOOL. In fact, I want that a Calling-Station-Id to be add to > RADPOOL on the same line where STATE is put to '1' at Access

Re: (RADIATOR) User record caching

2000-10-05 Thread Hugh Irvine
Hello Lisa - On Thu, 05 Oct 2000, Lisa Goulet wrote: > Hi Collegues, > > I saw the following in the archives and wondered if anyone had an idea for > my situation. My database is postgresql, any tips on how I can generate data > on remote servers without actually having a database on them? >

Re: (RADIATOR) Need Help on Accounting log

2000-10-05 Thread Chavie Echavia
Hello Hugh-- Thanks for the reply.. What do mean by a "trace 4 a debug"? I seems dont get it. Regards, Chavie On Thu, 5 Oct 2000, Hugh Irvine wrote: > > Hello Chavie - > > On Wed, 04 Oct 2000, Chavie Echavia wrote: > > Good Day !!! > > > >I am using radiator and I am using m

Re: (RADIATOR) Need Help on Accounting log

2000-10-05 Thread Hugh Irvine
Hello Chavie - Either set "Trace 4" in your configuration file, or use the "-trace 4" parameter from the command line. Have a look at section 6.4.3 in the Radiator 2.16.3 reference manual. regards Hugh On Thu, 05 Oct 2000, Chavie Echavia wrote: > Hello Hugh-- > Thanks for the reply.. > > W

(RADIATOR) Address Allocator

2000-10-05 Thread SaJaRi
Hi there! We are trying to dynamically assign IP address by using the and the . We are using oracle database for the RADPOOL. The problem we facing is that the it can't seems to allocate an IP address from the radpool table. What we seeing is the select statement to retrive the (YIADDR> column

(RADIATOR) Special radius attribute and external program

2000-10-05 Thread Antonio Coloma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody! I want to put into User DB an special attribute including some kind of info. May I have to put it as follows?: - usernameUser-Password = "mypass",

(RADIATOR) NAS names

2000-10-05 Thread William Hernandez
Hello everyone, I'm working on a hook where I need the name of the NASs on our system. The following seems to work: keys(%Radius::Client::clients) because in radius.cfg I have a CLIENT clause for each NAS. The problem is I'm now proxying to another radiator server to authenticate a specific rea

(RADIATOR) Radiator slow authentication answer.

2000-10-05 Thread Sergio Gonzalez
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hi there. I made a little test on my radiator (2.14), as follows. $ while true; do > radpwtst -user username -password xx -noacc; > done; sending Access-Request... OK sending Access-Request... No reply sending Access

Re: (RADIATOR) Special radius attribute and external program

2000-10-05 Thread Hugh Irvine
Hello Antonio - On Fri, 06 Oct 2000, Antonio Coloma wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi everybody! > > I want to put into User DB an special attribute including some kind > of info. > May I have to put it as follows?: > - >

(RADIATOR) Replying to accounting records

2000-10-05 Thread Andrew Pollock
Hi, I've got a bit of a problem with replies to accounting records, which I'm a bit stumped over. Basically we implemented a new configuration recently where a Radiator server receives accounting requests, and proxies them to another Radiator server and then another Radiator server (yes, three R

Re: (RADIATOR) Address Allocator

2000-10-05 Thread Hugh Irvine
Hello SaJaRi - On Thu, 05 Oct 2000, SaJaRi wrote: > Hi there! > > We are trying to dynamically assign IP address by using the DYNADDRESS> and the . > We are using oracle database for the RADPOOL. > The problem we facing is that the it can't seems to allocate an IP address > from the radpool ta

Re: (RADIATOR) NAS names

2000-10-05 Thread Hugh Irvine
Hello William - On Fri, 06 Oct 2000, William Hernandez wrote: > Hello everyone, > > I'm working on a hook where I need the name of the NASs on our > system. > > The following seems to work: > keys(%Radius::Client::clients) > because in radius.cfg I have a CLIENT clause for each NAS. > > The p

Re: (RADIATOR) Address Allocator

2000-10-05 Thread SaJaRi
Hi there! Got it. Thx! Cheers! * Sajari Bin Sarkan * SingNet Network Support * * -BEGIN PGP PUBLIC KEY BLOCK- Version: 2.6.i mQBtAjc9fI4AAAEDAMx6kkJcuhMq9TJEecb3JaiHe6fHRMlaVX/5Om7eCi2xdONO HfVeuTUry

Re: (RADIATOR) Replying to accounting records

2000-10-05 Thread Hugh Irvine
Hello Andrew - You will need to look at a trace 4 debug to see what is happening. regards Hugh On Fri, 06 Oct 2000, Andrew Pollock wrote: > Hi, > > I've got a bit of a problem with replies to accounting records, which I'm a > bit stumped over. > > Basically we implemented a new configuratio

Re: (RADIATOR) Radiator slow authentication answer.

2000-10-05 Thread Hugh Irvine
Hello Sergio - On Fri, 06 Oct 2000, Sergio Gonzalez wrote: > *This message was transferred with a trial version of CommuniGate(tm) Pro* > Hi there. I made a little test on my radiator (2.14), as follows. > > > > $ while true; do > > radpwtst -user username -password xx -noacc; > > done; >

Re: (RADIATOR) Replying to accounting records

2000-10-05 Thread daniel
Just out of curiousity, do you see any performance changes in speed when you are using radiators with AuthBy RADIUS? > Hi, > > I've got a bit of a problem with replies to accounting records, which I'm a > bit stumped over. > > Basically we implemented a new configuration recently where a Rad

RE: (RADIATOR) Replying to accounting records

2000-10-05 Thread Andrew Pollock
Not to the point where things get unacceptable. Andrew > -Original Message- > From: daniel [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 06, 2000 1:54 PM > To: Andrew Pollock > Cc: [EMAIL PROTECTED] > Subject: Re: (RADIATOR) Replying to accounting records > > > > Just out of curious

Re: (RADIATOR) Replying to accounting records

2000-10-05 Thread Hugh Irvine
Hello Daniel - The amount of code that runs in AuthBy RADIUS to forward a packet is very minimal, so forwarding times should be at most a couple of milliseconds. regards Hugh On Fri, 06 Oct 2000, daniel wrote: > Just out of curiousity, do you see any performance changes in speed when > you a

(RADIATOR) Address Allocator question

2000-10-05 Thread Jaime Cruz
Hi there! We are trying to dynamically assign IP address by using the and the . We are using MySQL database for the RADPOOL. The problem we facing is that the Radiator WARNING the attribute PoolHint. He's what appear on the logfile: *** Received from 127.0.0.1 port 1026 Code: Acc

Re: (RADIATOR) Address Allocator question

2000-10-05 Thread Hugh Irvine
Hello Jaime - On Fri, 06 Oct 2000, Jaime Cruz wrote: > Hi there! > > We are trying to dynamically assign IP address by using the > and the . > We are using MySQL database for the RADPOOL. > The problem we facing is that the Radiator WARNING the attribute PoolHint. > > He's what appear on t