Freeradius2.1.6 installation problem

ramesh p rock786143 at gmail.com
Fri Aug 7 13:30:59 CEST 2009


When i execute as root user it's working..
[root at localhost bin]# radtest root xxxxxxx localhost 1813 testing123 other
Sending Access-Request of id 26 to 127.0.0.1 port 1812
        User-Name = "root"
        User-Password = "ast4roslab"
        NAS-IP-Address = 255.255.255.255
        NAS-Port = 1813
        Framed-Protocol = PPP
rad_recv: Access-Accept packet from host 127.0.0.1:1812, id=26, length=32
        Framed-Protocol = PPP
        Framed-Compression = Van-Jacobson-TCP-IP


On Fri, Aug 7, 2009 at 4:38 PM, <
freeradius-users-request at lists.freeradius.org> wrote:

> Send Freeradius-Users mailing list submissions to
>        freeradius-users at lists.freeradius.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.freeradius.org/mailman/listinfo/freeradius-users
> or, via email, send a message with subject or body 'help' to
>        freeradius-users-request at lists.freeradius.org
>
> You can reach the person managing the list at
>        freeradius-users-owner at lists.freeradius.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Freeradius-Users digest..."
>
>
> Today's Topics:
>
>   1. Re: Freeradius-Users Digest, Vol 52, Issue 37 (Rokkhan)
>   2. Re: Freeradius-Users Digest, Vol 52, Issue 38 (ramesh p)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 7 Aug 2009 13:02:52 +0200
> From: Rokkhan <rokkhan at gmail.com>
> Subject: Re: Freeradius-Users Digest, Vol 52, Issue 37
> To: FreeRadius users mailing list
>        <freeradius-users at lists.freeradius.org>
> Message-ID:
>        <335289090908070402g38118a0fm3c3e1df0be853984 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Could yo show us your sites-enabled/(server), who is listening on 1812
> port?
>
> No authenticate method (Auth-Type) configuration found for the
> request: Rejecting the user
> Failed to authenticate the user.
>
> 2009/8/7 ramesh p <rock786143 at gmail.com>:
> > Hi Alan,
> > [root at localhost sbin]# radtest radtest somepass 127.0.0.1 1813
> testing123
> > other
> > Sending Access-Request of id 134 to 127.0.0.1 port 1812
> >         User-Name = "radtest"
> >         User-Password = "somepass"
> >         NAS-IP-Address = 255.255.255.255
> >         NAS-Port = 1813
> >         Framed-Protocol = PPP
> > rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=134,
> length=20
> >
> >
> > Debug messages:
> >
> > rad_recv: Access-Request packet from host 127.0.0.1 port 36433, id=134,
> > length=65
> >         User-Name = "radtest"
> >         User-Password = "somepass"
> >         NAS-IP-Address = 255.255.255.255
> >         NAS-Port = 1813
> >         Framed-Protocol = PPP
> > +- entering group authorize {...}
> > ++[preprocess] returns ok
> > ++[chap] returns noop
> > ++[mschap] returns noop
> > [suffix] No '@' in User-Name = "radtest", looking up realm NULL
> > [suffix] No such realm "NULL"
> > ++[suffix] returns noop
> > [eap] No EAP-Message, not doing EAP
> > ++[eap] returns noop
> > ++[unix] returns notfound
> > [files] users: Matched entry DEFAULT at line 172
> > ++[files] returns ok
> > ++[expiration] returns noop
> > ++[logintime] returns noop
> > [pap] WARNING! No "known good" password found for the user.
>  Authentication
> > may fail because of this.
> > ++[pap] returns noop
> > No authenticate method (Auth-Type) configuration found for the request:
> > Rejecting the user
> > Failed to authenticate the user.
> > Using Post-Auth-Type Reject
> > +- entering group REJECT {...}
> > [attr_filter.access_reject]     expand: %{User-Name} -> radtest
> >  attr_filter: Matched entry DEFAULT at line 11
> > ++[attr_filter.access_reject] returns updated
> > Delaying reject of request 1 for 1 seconds
> > Going to the next request
> > Waking up in 0.9 seconds.
> > Sending delayed reject for request 1
> > Sending Access-Reject of id 134 to 127.0.0.1 port 36433
> > Waking up in 4.9 seconds.
> > Cleaning up request 1 ID 134 with timestamp +3582
> > Ready to process requests.
> >
> >
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 2
> >> Date: Fri, 7 Aug 2009 11:22:58 +0100
> >> From: Alan Buxey <A.L.M.Buxey at lboro.ac.uk>
> >> Subject: Re: Freeradius2.1.6 installation problem
> >> To: FreeRadius users mailing list
> >>        <freeradius-users at lists.freeradius.org>
> >> Message-ID: <20090807102258.GC19103 at lboro.ac.uk>
> >> Content-Type: text/plain; charset=us-ascii
> >>
> >> hi,
> >>
> >> your debug showed no actual traffic or packets hitting the
> >> freeradius server - so cannot help you.
> >>
> >> alan
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 3
> >> Date: Fri, 7 Aug 2009 16:09:04 +0530
> >> From: ramesh p <rock786143 at gmail.com>
> >> Subject: Re: Freeradius-Users Digest, Vol 52, Issue 36
> >> To: freeradius-users at lists.freeradius.org
> >> Message-ID:
> >>        <6b6aa6710908070339w57559054lfa1637cf39e51a48 at mail.gmail.com>
> >> Content-Type: text/plain; charset="iso-8859-1"
> >>
> >> *> Have you added 127.0.0.1 in the clients.conf?
> >>
> >> *yes.
> >>
> >> client localhost {
> >>      ipaddr = 127.0.0.1
> >>      secret = testing123
> >>      nastype = other
> >>      require_message_authenticator = no
> >> }
> >>
> >> Thanks,
> >> Rams.
> >>
> >> *
> >> *
> >> On Fri, Aug 7, 2009 at 3:30 PM, <
> >> freeradius-users-request at lists.freeradius.org> wrote:
> >>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20090807/ac2091fc/attachment.html>


More information about the Freeradius-Users mailing list