(RADIATOR) Can't Install Digest::MD5

MJ php at cyberia.net.sa
Tue Jul 6 08:32:59 CDT 2004


Hi Hugh,
In my goodies/sql.cfg I have added the following lines as per your
suggestion (I think by mistake you wrote AuthAttrDef instead of
AuthColumnDef, please correct me if I am wrong) and I can send
"Framed-IP-Address = x.x.x.x" and "cisco-avpair="ip:addr-pool=ogertel"" in
REPLYATTR column

AuthSelect select password, replyattr from subscribers \
        where username=%0
        AuthColumnDef 0, User-Password, check
        AuthColumnDef 1, GENERIC, reply

The only problem what I am facing is that any change in the value of
USERNAME, PASSWORD, or REPLYATTR does not take effect until I kill and start
the Radiat again. I have read about "nocache" but I assumes that it only
requires when you are using Authby File. Does it require if I am using
Authby SQL? Would you please help.

Thanks.
MJ
----- Original Message ----- 
From: "Hugh Irvine" <hugh at open.com.au>
To: "Mohammad Junaid" <mjunaid at cyberia.net.sa>
Cc: <radiator at open.com.au>
Sent: Thursday, July 01, 2004 10:59 AM
Subject: Re: (RADIATOR) Can't Install Digest::MD5


>
> Hello Mohammad -
>
> I do not understand why you are using "goodies/AuthSQLExt.pm"?
>
> Why do you not simply use the standard "Radius/AuthSQL.pm"?
>
> In any case if you want to use "cisco-avpair="ip:addr-pool=ogertel"" in
> a reply you can put the string into a database column (REPLYATTR in the
> example) and use the following AuthSelect and AuthAttrDef:
>
> AuthSelect select PASSWORD, REPLYATTR from SUBSCRIBERS \
> where USERNAME=%0
> AuthAttrDef 0, Password, check
> AuthAttrDef 1, GENERIC, reply
>
> BTW - have you tried using "Framed-Pool" for the reply instead?
>
> regards
>
> Hugh
>
>
> On 1 Jul 2004, at 17:39, Mohammad Junaid wrote:
>
> > Hi Hugh,
> > My problem solved by using cisco-avpair="ip:addr-pool=ogertel" as a
> > reply
> > attribute, thanks for your help. I noticed that in the reference
> > manual's
> > example the parameter is ip:addr_pool  while on cisco site it is
> > ip:addr-pool (minus sign not underscore). Now I want to do the same
> > test
> > using oracle database, I am already able to authenticate using modified
> > goodies/sql.cfg with AuthSqlExt.pm. I need your help in defining
> > Framed-IP-Address and cisco-avpair in AuthSqlExt.pm. I was trying to
> > define
> > AuthColumnDef parameter in goodies/AuthSqlExt.pk but I am little bit
> > confused, In FAQs I have seen your tips like this
> >
> > Create Two additional Columns in Subscribers table, "FRAMEDIPADDRESS"
> > AND
> > "CISCOAVPAIR"
> >
> > Then in the cfg file
> > AuthSelect select PASSWORD, FRAMEDIPADDRESS, CISCOAVPAIR from
> > SUBSCRIBERS \
> >                         where     USERNAME='%n'
> >     AuthColumnDef 0, User-Password, check
> >      AuthColumnDef 1, Framed-IP-Address,reply
> >     AuthColumnDef 2, cisco-avpair, reply
> >
> > But as I am using the default goodies/AuthSqlEst.pm, I don't know how
> > I can
> > do this, please help.
> >
> > ________________________
> > Mohammad Junaid
> > Sr. Systems Administrator
> > Cyberia KSA
> > Riyadh, Saudi Arabia
> > Phone: 966-1-4647114 Ext: 139
> > Fax: 966-1-465-4735
> > Email: mjunaid at cyberia.net.sa
> >
> >
> >
> > ----- Original Message -----
> > From: "Hugh Irvine" <hugh at open.com.au>
> > To: "MJ" <php at cyberia.net.sa>
> > Cc: <radiator at open.com.au>
> > Sent: Thursday, June 24, 2004 2:47 AM
> > Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >
> >
> >>
> >> Hello MJ -
> >>
> >> In this case you should use the "Framed-Pool" reply attribute.
> >>
> >> I have already explained this is in a previous mail.
> >>
> >> Ie. in a user definition
> >>
> >> cyberia User-Password = 1234
> >> Framed-Pool = cyberia
> >>
> >> Please note the format of the user definition with the username
> >> starting in column 1 and no comma at the end. The reply attribute(s)
> >> then follow on the second line with white space at the beginning.
> >>
> >> There are numerous examples in the "goodies" directory of the Radiator
> >> distribution and the manual also has many examples ("doc/ref.html").
> >>
> >> Please take some time to read the RFC's, the manual, the examples and
> >> do some experiments to understand how things work.
> >>
> >> regards
> >>
> >> Hugh
> >>
> >>
> >> On 24 Jun 2004, at 01:23, MJ wrote:
> >>
> >>> Hi Hugh,
> >>> We have defined two pool on the NAS "ogertel (default)" and
> >>> "cyberia".
> >>> I am
> >>> assuming that I shouldn't define FramedGroupBaseAddress in the cfg
> >>> file as I
> >>> am defining the pools at NAS ( I am working with goodies/simple.cfg
> >>> with no
> >>> change). In the users file I am adding this
> >>>
> >>> cyberia User-Password = "1234",
> >>>         AddToReply Framed-Group = 1
> >>>
> >>> It is always connecting with default Pool IP regardless of
> >>> Framed-Group
> >>> number and I am getting following error
> >>>
> >>> Wed Jun 23 18:14:57 2004: DEBUG: Handling request with Handler
> >>> 'Realm=DEFAULT'
> >>> Wed Jun 23 18:14:57 2004: DEBUG:  Deleting session for cyberia,
> >>> 212.119.67.21, 10
> >>> Wed Jun 23 18:14:57 2004: DEBUG: Handling with Radius::AuthFILE:
> >>> Wed Jun 23 18:14:57 2004: ERR: Bad attribute=value pair: AddToReply
> >>> Framed-Group = 1
> >>> Wed Jun 23 18:14:57 2004: DEBUG: Radius::AuthFILE looks for match
> >>> with
> >>> cyberia
> >>> Wed Jun 23 18:14:57 2004: DEBUG: Radius::AuthFILE ACCEPT:
> >>> Wed Jun 23 18:14:57 2004: DEBUG: Access accepted for cyberia
> >>> Wed Jun 23 18:14:57 2004: DEBUG: Packet dump:
> >>>
> >>> Please help.
> >>> thanks
> >>> MJ
> >>>
> >>> ----- Original Message -----
> >>> From: "Hugh Irvine" <hugh at open.com.au>
> >>> To: "MJ" <php at cyberia.net.sa>
> >>> Cc: <radiator at open.com.au>
> >>> Sent: Wednesday, June 23, 2004 11:03 AM
> >>> Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >>>
> >>>
> >>>>
> >>>> Hello MJ -
> >>>>
> >>>> Please see my previous mail.
> >>>>
> >>>> You should either define the pools on the NAS equipment directly
> >>>> (this
> >>>> is simplest), or you should use the AuthBy DYNADDRESS together with
> >>>> an
> >>>> AddressAllocator SQL clause (using your database).
> >>>>
> >>>> There is an example showing how to do this in the file
> >>>> "goodies/addressallocator.cfg".
> >>>>
> >>>> regards
> >>>>
> >>>> Hugh
> >>>>
> >>>>
> >>>> On 23 Jun 2004, at 16:53, MJ wrote:
> >>>>
> >>>>> Hi Hugh,
> >>>>> If this is not correct method then what would you suggest as best
> >>>>> method so
> >>>>> that I can concentrate on that. Our objective is that we have two
> >>>>> different
> >>>>> categories for our dsl customers, both are using same realm and we
> >>>>> want both
> >>>>> the categories should get IP from two different pools based on
> >>>>> their
> >>>>> user
> >>>>> name. Sorry for bothering you but I am new to radius world
> >>>>>
> >>>>> MJ
> >>>>> ----- Original Message -----
> >>>>> From: "Hugh Irvine" <hugh at open.com.au>
> >>>>> To: "MJ" <php at cyberia.net.sa>
> >>>>> Cc: <radiator at open.com.au>
> >>>>> Sent: Wednesday, June 23, 2004 2:22 AM
> >>>>> Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >>>>>
> >>>>>
> >>>>>>
> >>>>>> Hello MJ -
> >>>>>>
> >>>>>> Please note that we are located in Australia and there is a time
> >>>>>> zone
> >>>>>> difference.
> >>>>>>
> >>>>>> You can try to use Framed-Group, but I don't think it will work
> >>>>>> correctly in your situation (it only works with very small values
> >>>>>> of
> >>>>>> the NAS-Port attribute). In any case you will need to return it
> >>>>>> as a
> >>>>>> reply attribute, not as a check attribute as you have it currently
> >>>>>> (see
> >>>>>> the example in the manual).
> >>>>>>
> >>>>>> Eg:
> >>>>>>
> >>>>>> cyberia User-Password = 1234
> >>>>>> Framed-Group = 1
> >>>>>>
> >>>>>> regards
> >>>>>>
> >>>>>> Hugh
> >>>>>>
> >>>>>>
> >>>>>> On 22 Jun 2004, at 23:51, MJ wrote:
> >>>>>>
> >>>>>>> Hi Hugh,
> >>>>>>> I would appreciate if you can reply to my following email, as I
> >>>>>>> am
> >>>>>>> stuck in
> >>>>>>> the middle.
> >>>>>>> Thanks,
> >>>>>>> MJ
> >>>>>>> ----- Original Message -----
> >>>>>>> From: "MJ" <php at cyberia.net.sa>
> >>>>>>> To: "Hugh Irvine" <hugh at open.com.au>
> >>>>>>> Cc: <radiator at open.com.au>
> >>>>>>> Sent: Tuesday, June 22, 2004 12:03 PM
> >>>>>>> Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >>>>>>>
> >>>>>>>
> >>>>>>>> Hi Hugh,
> >>>>>>>> I have added the following in cfg,
> >>>>>>>>
> >>>>>>>> =======================================
> >>>>>>>> <Client DEFAULT>
> >>>>>>>>         Secret  cisco
> >>>>>>>>         DupInterval 0
> >>>>>>>> # This is the base address for Framed-Group = 0
> >>>>>>>> FramedGroupBaseAddress  10.0.0.1
> >>>>>>>> # This is the base address for Framed-Group = 1
> >>>>>>>> FramedGroupBaseAddress  10.0.1.1
> >>>>>>>> </Client>
> >>>>>>>> =========================================
> >>>>>>>>
> >>>>>>>> and Following line in the users file
> >>>>>>>>
> >>>>>>>> ==========================================
> >>>>>>>> cyberia   User-Password = "1234", Framed-Group = 1
> >>>>>>>> ==========================================
> >>>>>>>>
> >>>>>>>> but I am getting
> >>>>>>>>
> >>>>>>>>
> >>>>>>> =================================================================
> >>>>>>> ==
> >>>>>>> ==
> >>>>>>> ==
> >>>>>>> =====
> >>>>>>>> ======
> >>>>>>>> DEBUG: Radius::AuthFILE REJECT: Check item Framed-Group
> >>>>>>>> expression
> >>>>>>>> '1'
> >>>>>>> does
> >>>>>>>> not match '' in request
> >>>>>>>>
> >>>>>>> =================================================================
> >>>>>>> ==
> >>>>>>> ==
> >>>>>>> ==
> >>>>>>> =====
> >>>>>>>> ======
> >>>>>>>>
> >>>>>>>> When I tried with Authby File and FramedGroup 1, it works fine,
> >>>>>>>> but
> >>>>>>>> the
> >>>>>>>> problem is that I have single file for two different categories
> >>>>>>>> of
> >>>>>>>> users,
> >>>>>>>> both type of users are using same realm, and I want based on
> >>>>>>>> their
> >>>>>>>> user
> >>>>>>> name
> >>>>>>>> the radius should decide that from which pool they should get
> >>>>>>>> IP.
> >>>>>>>>
> >>>>>>>> Please help and Thanks for you brilliant support
> >>>>>>>> MJ
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> ----- Original Message -----
> >>>>>>>> From: "Hugh Irvine" <hugh at open.com.au>
> >>>>>>>> To: "MJ" <php at cyberia.net.sa>
> >>>>>>>> Cc: <radiator at open.com.au>
> >>>>>>>> Sent: Tuesday, June 22, 2004 10:11 AM
> >>>>>>>> Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>>
> >>>>>>>>> Hello MJ -
> >>>>>>>>>
> >>>>>>>>> The simplest way to do this is to define the IP address pools
> >>>>>>>>> on
> >>>>>>>>> your
> >>>>>>>>> NAS equipment directly and return the appropriate Framed-Pool
> >>>>>>>>> reply
> >>>>>>>>> attribute for the correct pool. Otherwise you will need to use
> >>>>>>>>> an
> >>>>>>>>> AddressAllocator SQL clause and an AuthBy DYNADDRESS clause,
> >>>>>>>>> and
> >>>>>>>>> you
> >>>>>>>>> will find an example of how to do this in the file
> >>>>>>>>> "goodies/addressallocator.cfg". See also the relevant section
> >>>>>>>>> of
> >>>>>>>>> the
> >>>>>>>>> Radiator 3.9 reference manual ("doc/ref.html").
> >>>>>>>>>
> >>>>>>>>> regards
> >>>>>>>>>
> >>>>>>>>> Hugh
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> On 22 Jun 2004, at 17:05, MJ wrote:
> >>>>>>>>>
> >>>>>>>>>> Hi,
> >>>>>>>>>> I want to assign IPs from the cfg/user file itself. I have
> >>>>>>>>>> gone
> >>>>>>>>>> through faqs
> >>>>>>>>>> and manual, I am confused as there are multiple ways to do it.
> >>>>>>>>>> Would
> >>>>>>>>>> you
> >>>>>>>>>> please give me some hints. I will work on oracle issue later
> >>>>>>>>>> on.
> >>>>>>>>>>
> >>>>>>>>>> Thanks
> >>>>>>>>>>
> >>>>>>>>>> ----- Original Message -----
> >>>>>>>>>> From: "Hugh Irvine" <hugh at open.com.au>
> >>>>>>>>>> To: "MJ" <php at cyberia.net.sa>
> >>>>>>>>>> Cc: <radiator at open.com.au>
> >>>>>>>>>> Sent: Monday, June 21, 2004 7:45 AM
> >>>>>>>>>> Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> Hello MJ -
> >>>>>>>>>>>
> >>>>>>>>>>> For point 1 how and where are you going to define the IP
> >>>>>>>>>>> address
> >>>>>>>>>>> pools?
> >>>>>>>>>>> The usual way to indicate which IP address pool to use is by
> >>>>>>> returning
> >>>>>>>>>>> a Framed-Pool reply attribute according to which category a
> >>>>>>>>>>> user
> >>>>>>>>>>> belongs to.
> >>>>>>>>>>>
> >>>>>>>>>>> For point 2 you should use an AuthBy SQL clause instead of an
> >>>>>>>>>>> AuthBy
> >>>>>>>>>>> FILE clause which you would set up for Oracle.
> >>>>>>>>>>>
> >>>>>>>>>>> There is an example table creation script in
> >>>>>>>>>>> "goodies/ansiCreate.sql"
> >>>>>>>>>>> and an exampe configuration file in "goodies/sql.cfg" that
> >>>>>>>>>>> you
> >>>>>>>>>>> may
> >>>>>>>>>>> find
> >>>>>>>>>>> useful. There is also an FAQ item in "doc/faq.html".
> >>>>>>>>>>>
> >>>>>>>>>>> regards
> >>>>>>>>>>>
> >>>>>>>>>>> Hugh
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> On 21 Jun 2004, at 00:12, MJ wrote:
> >>>>>>>>>>>
> >>>>>>>>>>>> Many thanks It work! Now I have two more things
> >>>>>>>>>>>>
> >>>>>>>>>>>> 1- We have two different categories of dsl users, "Home" and
> >>>>>>> "Office"
> >>>>>>>>>>>> both
> >>>>>>>>>>>> are using  similar realm. We want that each category of user
> >>>>>>>>>>>> should
> >>>>>>>>>>>> get IP
> >>>>>>>>>>>> from different network block reserved for this category
> >>>>>>>>>>>> means
> >>>>>>>>>>>> home
> >>>>>>>>>>>> users
> >>>>>>>>>>>> should get IP from "Home IP pool", and office users should
> >>>>>>>>>>>> get
> >>>>>>>>>>>> IP
> >>>>>>>>>>>> from
> >>>>>>>>>>>> "Office IP pool", so that we can control bandwidth.
> >>>>>>>>>>>>
> >>>>>>>>>>>> 2- For testing purposes I am using flat file for
> >>>>>>>>>>>> authentication
> >>>>>>>>>>>> but
> >>>>>>>>>>>> for
> >>>>>>>>>>>> production we need to connect radiator to Oracle database.
> >>>>>>>>>>>>
> >>>>>>>>>>>> Please help me in achieving these two tasks.
> >>>>>>>>>>>>
> >>>>>>>>>>>> MJ
> >>>>>>>>>>>> ----- Original Message -----
> >>>>>>>>>>>> From: "Hugh Irvine" <hugh at open.com.au>
> >>>>>>>>>>>> To: "MJ" <php at cyberia.net.sa>
> >>>>>>>>>>>> Cc: <radiator at open.com.au>
> >>>>>>>>>>>> Sent: Friday, June 18, 2004 8:42 AM
> >>>>>>>>>>>> Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Hello MJ -
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> You have a typo in the configuration file.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> <Handler Client-Indentifier=dialup>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> should be
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> <Handler Client-Identifier=dialup>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> regards
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Hugh
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> On 16 Jun 2004, at 23:27, MJ wrote:
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>> Probably I sent wrong config file to you as I am using one
> >>>>>>>>>>>>>> very
> >>>>>>>>>>>>>> similar to
> >>>>>>>>>>>>>> your example. Sorry for that. I am sending you correct cfg
> >>>>>>>>>>>>>> file
> >>>>>>> and
> >>>>>>>>>>>>>> todays'
> >>>>>>>>>>>>>> log file. please have a look.
> >>>>>>>>>>>>>> Thanks for the marvelous support of Hugh Irvine and
> >>>>>>>>>>>>>> Stefan.
> >>>>>>>>>>>>>> MJ
> >>>>>>>>>>>>>> ----- Original Message -----
> >>>>>>>>>>>>>> From: "Hugh Irvine" <hugh at open.com.au>
> >>>>>>>>>>>>>> To: "MJ" <php at cyberia.net.sa>
> >>>>>>>>>>>>>> Cc: <radiator at open.com.au>
> >>>>>>>>>>>>>> Sent: Wednesday, June 16, 2004 2:54 PM
> >>>>>>>>>>>>>> Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Hello MJ -
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Your configuration file is incorrect. You cannot have
> >>>>>>>>>>>>>>> AuthBy
> >>>>>>>>>>>>>>> clauses
> >>>>>>>>>>>>>>> inside Client clauses.
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> It should look like this (as shown in my previous
> >>>>>>>>>>>>>>> example).
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Foreground
> >>>>>>>>>>>>>>> LogStdout
> >>>>>>>>>>>>>>> LogDir          .
> >>>>>>>>>>>>>>> DbDir           .
> >>>>>>>>>>>>>>> # User a lower trace level in production systems:
> >>>>>>>>>>>>>>> Trace           4
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> # You will probably want to add other Clients to suit
> >>>>>>>>>>>>>>> your
> >>>>>>>>>>>>>>> site,
> >>>>>>>>>>>>>>> # one for each NAS you want to work with
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> <Client 212.119.67.21>
> >>>>>>>>>>>>>>>          Identifier Dialup
> >>>>>>>>>>>>>>>          Secret  cisco
> >>>>>>>>>>>>>>>          DupInterval 0
> >>>>>>>>>>>>>>> </Client>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> <Client 212.119.67.23>
> >>>>>>>>>>>>>>>          Identifier Roaming
> >>>>>>>>>>>>>>>          Secret cisco
> >>>>>>>>>>>>>>>          DupInterval 0
> >>>>>>>>>>>>>>> </Client>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> <Handler Client-Identifier = Dialup>
> >>>>>>>>>>>>>>>          <AuthBy FILE>
> >>>>>>>>>>>>>>>                  Filename        ./dialup
> >>>>>>>>>>>>>>>          </AuthBy>
> >>>>>>>>>>>>>>> </Handler>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> <Handler Client-Identifier = Roaming>
> >>>>>>>>>>>>>>>          <AuthBy FILE>
> >>>>>>>>>>>>>>>                  Filename        ./roaming
> >>>>>>>>>>>>>>>          </AuthBy>
> >>>>>>>>>>>>>>> </Handler>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> regards
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Hugh
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> On 15 Jun 2004, at 17:58, MJ wrote:
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Thanks, both files are attached. Please ignore log
> >>>>>>>>>>>>>>>> events
> >>>>>>>>>>>>>>>> older
> >>>>>>>>>>>>>>>> than
> >>>>>>>>>>>>>>>> 15
> >>>>>>>>>>>>>>>> June. you may find some successful attempts also as I
> >>>>>>>>>>>>>>>> told
> >>>>>>>>>>>>>>>> it
> >>>>>>>>>>>>>>>> works
> >>>>>>>>>>>>>>>> fine
> >>>>>>>>>>>>>>>> with first nas in cfg file, so I was testing with
> >>>>>>>>>>>>>>>> changing
> >>>>>>>>>>>>>>>> the
> >>>>>>>>>>>>>>>> nases
> >>>>>>>>>>>>>>>> order
> >>>>>>>>>>>>>>>> in cfg file.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> MJ
> >>>>>>>>>>>>>>>> ----- Original Message -----
> >>>>>>>>>>>>>>>> From: "Hugh Irvine" <hugh at open.com.au>
> >>>>>>>>>>>>>>>> To: "MJ" <php at cyberia.net.sa>
> >>>>>>>>>>>>>>>> Cc: <radiator at open.com.au>
> >>>>>>>>>>>>>>>> Sent: Tuesday, June 15, 2004 6:38 PM
> >>>>>>>>>>>>>>>> Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Hello MJ -
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Please send me a copy of the configuration file that you
> >>>>>>>>>>>>>>>> are
> >>>>>>>>>>>>>>>> using
> >>>>>>>>>>>>>>>> together with a trace 4 debug from that instance of
> >>>>>>>>>>>>>>>> Radiator
> >>>>>>>>>>>>>>>> showing
> >>>>>>>>>>>>>>>> exactly what is happening.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> In what you show below, Radiator is telling you that it
> >>>>>>>>>>>>>>>> can't
> >>>>>>>>>>>>>>>> find
> >>>>>>>>>>>>>>>> a
> >>>>>>>>>>>>>>>> Handler to process this radius request. I am guessing
> >>>>>>>>>>>>>>>> this
> >>>>>>>>>>>>>>>> is
> >>>>>>>>>>>>>>>> because
> >>>>>>>>>>>>>>>> your Client definitions are not correct, but without
> >>>>>>>>>>>>>>>> seeing
> >>>>>>>>>>>>>>>> your
> >>>>>>>>>>>>>>>> configuration file it is impossible to tell.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> regards
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Hugh
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> On 15 Jun 2004, at 16:44, MJ wrote:
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Hi,
> >>>>>>>>>>>>>>>>> I created new cfg file exactly same as per your example
> >>>>>>>>>>>>>>>>> but I
> >>>>>>> am
> >>>>>>>>>>>>>>>>> getting following error, while I am connecting from
> >>>>>>>>>>>>>>>>> second
> >>>>>>>>>>>>>>>>> NAS
> >>>>>>>>>>>>>>>>> (which
> >>>>>>>>>>>>>>>>> appear 2nd in cfg file). It works fine if I connect
> >>>>>>>>>>>>>>>>> from
> >>>>>>>>>>>>>>>>> first
> >>>>>>>>>>>>>>>>> NAS
> >>>>>>>>>>>>>>>>> (which appears), I tried to change order of NASes in
> >>>>>>>>>>>>>>>>> the
> >>>>>>>>>>>>>>>>> cfg
> >>>>>>>>>>>>>>>>> file,
> >>>>>>>>>>>>>>>>> it
> >>>>>>>>>>>>>>>>> always works fine with first client set. Any idea?
> >>>>>>>>>>>>>>>>> MJ
> >>>>>>>>>>>>>>>>> *** Received from 212.119.67.23 port 1645 ....
> >>>>>>>>>>>>>>>>> Code: Access-Request
> >>>>>>>>>>>>>>>>> Identifier: 77
> >>>>>>>>>>>>>>>>> Authentic:
> >>>>>>>>>>>>>>>>> <225>p<227>[c<138><130>s<131><190><250><227><171><156>D
> >>>>>>>>>>>>>>>>> <2
> >>>>>>>>>>>>>>>>> 42
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Attributes:
> >>>>>>>>>>>>>>>>> Framed-Protocol = PPP
> >>>>>>>>>>>>>>>>> User-Name = "roaming"
> >>>>>>>>>>>>>>>>> User-Password =
> >>>>>>>>>>>>>>>>> "f<25><160><231><211>u<18><176>D<165><158>6<0>!I<166>"
> >>>>>>>>>>>>>>>>> NAS-Port-Type = Virtual
> >>>>>>>>>>>>>>>>> NAS-Port = 80
> >>>>>>>>>>>>>>>>> Calling-Station-Id = "14647114"
> >>>>>>>>>>>>>>>>> Called-Station-Id = "3010"
> >>>>>>>>>>>>>>>>> Service-Type = Framed-User
> >>>>>>>>>>>>>>>>> NAS-IP-Address = 212.119.67.23
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Tue Jun 15 16:49:37 2004: WARNING: Could not find a
> >>>>>>>>>>>>>>>>> handler
> >>>>>>>>>>>>>>>>> for
> >>>>>>>>>>>>>>>>> roaming: request is ignored
> >>>>>>>>>>>>>>>>> ----- Original Message -----
> >>>>>>>>>>>>>>>>>  From: "Hugh Irvine" <hugh at open.com.au>
> >>>>>>>>>>>>>>>>> To: "MJ" <php at cyberia.net.sa>
> >>>>>>>>>>>>>>>>> Cc: <radiator at open.com.au>; <elias at tmnet.com.my>;
> >>>>>>>>>>>>>>>>> "Stefan
> >>>>>>>>>>>>>>>>> Riegelnik"
> >>>>>>>>>>>>>>>>> <sriegelnik at netway.at>
> >>>>>>>>>>>>>>>>> Sent: Monday, June 14, 2004 6:17 PM
> >>>>>>>>>>>>>>>>> Subject: Re: (RADIATOR) Can't Install Digest::MD5
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> NB: have you included a copy of your configuration file
> >>>>>>>>>>>>>>>> (no
> >>>>>>>>>>>>>>>> secrets),
> >>>>>>>>>>>>>>>> together with a trace 4 debug showing what is happening?
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> -- 
> >>>>>>>>>>>>>>>> Radiator: the most portable, flexible and configurable
> >>>>>>>>>>>>>>>> RADIUS
> >>>>>>>>>>>>>>>> server
> >>>>>>>>>>>>>>>> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> >>>>>>>>>>>>>>>> -
> >>>>>>>>>>>>>>>> Nets: internetwork inventory and management - graphical,
> >>>>>>>>>>>>>>>> extensible,
> >>>>>>>>>>>>>>>> flexible with hardware, software, platform and database
> >>>>>>>>>>>>>>>> independence.
> >>>>>>>>>>>>>>>> -
> >>>>>>>>>>>>>>>> CATool: Private Certificate Authority for Unix and
> >>>>>>>>>>>>>>>> Unix-like
> >>>>>>>>>>>>>>>> systems.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> NB: have you included a copy of your configuration file
> >>>>>>>>>>>>>>>> (no
> >>>>>>>>>>>>>>>> secrets),
> >>>>>>>>>>>>>>>> together with a trace 4 debug showing what is happening?
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> -- 
> >>>>>>>>>>>>>>>> Radiator: the most portable, flexible and configurable
> >>>>>>>>>>>>>>>> RADIUS
> >>>>>>>>>>>>>>>> server
> >>>>>>>>>>>>>>>> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> >>>>>>>>>>>>>>>> -
> >>>>>>>>>>>>>>>> Nets: internetwork inventory and management - graphical,
> >>>>>>>>>>>>>>>> extensible,
> >>>>>>>>>>>>>>>> flexible with hardware, software, platform and database
> >>>>>>>>>>>>>>>> independence.
> >>>>>>>>>>>>>>>> -
> >>>>>>>>>>>>>>>> CATool: Private Certificate Authority for Unix and
> >>>>>>>>>>>>>>>> Unix-like
> >>>>>>>>>>>>>>>> systems.
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> <logfile.log><simple1.cfg>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> NB: have you included a copy of your configuration file
> >>>>>>>>>>>>>>> (no
> >>>>>>>>>>>>>>> secrets),
> >>>>>>>>>>>>>>> together with a trace 4 debug showing what is happening?
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> -- 
> >>>>>>>>>>>>>>> Radiator: the most portable, flexible and configurable
> >>>>>>>>>>>>>>> RADIUS
> >>>>>>>>>>>>>>> server
> >>>>>>>>>>>>>>> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> >>>>>>>>>>>>>>> -
> >>>>>>>>>>>>>>> Nets: internetwork inventory and management - graphical,
> >>>>>>>>>>>>>>> extensible,
> >>>>>>>>>>>>>>> flexible with hardware, software, platform and database
> >>>>>>>>>>>>>>> independence.
> >>>>>>>>>>>>>>> -
> >>>>>>>>>>>>>>> CATool: Private Certificate Authority for Unix and
> >>>>>>>>>>>>>>> Unix-like
> >>>>>>>>>>>>>>> systems.
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>> <logfile><simple1.cfg>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> NB: have you included a copy of your configuration file (no
> >>>>>>>>>>>>> secrets),
> >>>>>>>>>>>>> together with a trace 4 debug showing what is happening?
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> -- 
> >>>>>>>>>>>>> Radiator: the most portable, flexible and configurable
> >>>>>>>>>>>>> RADIUS
> >>>>>>> server
> >>>>>>>>>>>>> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> >>>>>>>>>>>>> -
> >>>>>>>>>>>>> Nets: internetwork inventory and management - graphical,
> >>>>>>> extensible,
> >>>>>>>>>>>>> flexible with hardware, software, platform and database
> >>>>>>>>>>>>> independence.
> >>>>>>>>>>>>> -
> >>>>>>>>>>>>> CATool: Private Certificate Authority for Unix and
> >>>>>>>>>>>>> Unix-like
> >>>>>>>>>>>>> systems.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> --
> >>>>>>>>>>>>> Archive at http://www.open.com.au/archives/radiator/
> >>>>>>>>>>>>> Announcements on radiator-announce at open.com.au
> >>>>>>>>>>>>> To unsubscribe, email 'majordomo at open.com.au' with
> >>>>>>>>>>>>> 'unsubscribe radiator' in the body of the message.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> NB: have you included a copy of your configuration file (no
> >>>>>>>>>>> secrets),
> >>>>>>>>>>> together with a trace 4 debug showing what is happening?
> >>>>>>>>>>>
> >>>>>>>>>>> -- 
> >>>>>>>>>>> Radiator: the most portable, flexible and configurable RADIUS
> >>>>>>>>>>> server
> >>>>>>>>>>> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> >>>>>>>>>>> -
> >>>>>>>>>>> Nets: internetwork inventory and management - graphical,
> >>>>>>>>>>> extensible,
> >>>>>>>>>>> flexible with hardware, software, platform and database
> >>>>>>>>>>> independence.
> >>>>>>>>>>> -
> >>>>>>>>>>> CATool: Private Certificate Authority for Unix and Unix-like
> >>>>>>>>>>> systems.
> >>>>>>>>>>>
> >>>>>>>>>>> --
> >>>>>>>>>>> Archive at http://www.open.com.au/archives/radiator/
> >>>>>>>>>>> Announcements on radiator-announce at open.com.au
> >>>>>>>>>>> To unsubscribe, email 'majordomo at open.com.au' with
> >>>>>>>>>>> 'unsubscribe radiator' in the body of the message.
> >>>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> NB: have you included a copy of your configuration file (no
> >>>>>>>>> secrets),
> >>>>>>>>> together with a trace 4 debug showing what is happening?
> >>>>>>>>>
> >>>>>>>>> -- 
> >>>>>>>>> Radiator: the most portable, flexible and configurable RADIUS
> >>>>>>>>> server
> >>>>>>>>> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> >>>>>>>>> -
> >>>>>>>>> Nets: internetwork inventory and management - graphical,
> >>>>>>>>> extensible,
> >>>>>>>>> flexible with hardware, software, platform and database
> >>>>>>>>> independence.
> >>>>>>>>> -
> >>>>>>>>> CATool: Private Certificate Authority for Unix and Unix-like
> >>>>>>>>> systems.
> >>>>>>>>>
> >>>>>>>>> --
> >>>>>>>>> Archive at http://www.open.com.au/archives/radiator/
> >>>>>>>>> Announcements on radiator-announce at open.com.au
> >>>>>>>>> To unsubscribe, email 'majordomo at open.com.au' with
> >>>>>>>>> 'unsubscribe radiator' in the body of the message.
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> --
> >>>>>>>> Archive at http://www.open.com.au/archives/radiator/
> >>>>>>>> Announcements on radiator-announce at open.com.au
> >>>>>>>> To unsubscribe, email 'majordomo at open.com.au' with
> >>>>>>>> 'unsubscribe radiator' in the body of the message.
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>> NB: have you included a copy of your configuration file (no
> >>>>>> secrets),
> >>>>>> together with a trace 4 debug showing what is happening?
> >>>>>>
> >>>>>> -- 
> >>>>>> Radiator: the most portable, flexible and configurable RADIUS
> >>>>>> server
> >>>>>> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> >>>>>> -
> >>>>>> Nets: internetwork inventory and management - graphical,
> >>>>>> extensible,
> >>>>>> flexible with hardware, software, platform and database
> >>>>>> independence.
> >>>>>> -
> >>>>>> CATool: Private Certificate Authority for Unix and Unix-like
> >>>>>> systems.
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>
> >>>> NB: have you included a copy of your configuration file (no
> >>>> secrets),
> >>>> together with a trace 4 debug showing what is happening?
> >>>>
> >>>> -- 
> >>>> Radiator: the most portable, flexible and configurable RADIUS server
> >>>> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> >>>> -
> >>>> Nets: internetwork inventory and management - graphical, extensible,
> >>>> flexible with hardware, software, platform and database
> >>>> independence.
> >>>> -
> >>>> CATool: Private Certificate Authority for Unix and Unix-like
> >>>> systems.
> >>>>
> >>>> --
> >>>> Archive at http://www.open.com.au/archives/radiator/
> >>>> Announcements on radiator-announce at open.com.au
> >>>> To unsubscribe, email 'majordomo at open.com.au' with
> >>>> 'unsubscribe radiator' in the body of the message.
> >>>>
> >>>
> >>>
> >>
> >> NB: have you included a copy of your configuration file (no secrets),
> >> together with a trace 4 debug showing what is happening?
> >>
> >> -- 
> >> Radiator: the most portable, flexible and configurable RADIUS server
> >> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> >> -
> >> Nets: internetwork inventory and management - graphical, extensible,
> >> flexible with hardware, software, platform and database independence.
> >> -
> >> CATool: Private Certificate Authority for Unix and Unix-like systems.
> >>
> >> --
> >> Archive at http://www.open.com.au/archives/radiator/
> >> Announcements on radiator-announce at open.com.au
> >> To unsubscribe, email 'majordomo at open.com.au' with
> >> 'unsubscribe radiator' in the body of the message.
> >>
> >
> >
>
> NB: have you included a copy of your configuration file (no secrets),
> together with a trace 4 debug showing what is happening?
>
> -- 
> Radiator: the most portable, flexible and configurable RADIUS server
> anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> -
> Nets: internetwork inventory and management - graphical, extensible,
> flexible with hardware, software, platform and database independence.
> -
> CATool: Private Certificate Authority for Unix and Unix-like systems.
>
>


--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list