Hi all,

here is my logfile. I am still not able to get the
users authenticated on the cisco 5500 switch.

i  had sent the radius.cfg and users file earlier. I
am sending them again. Let me know if you can figure
out what the problem is. Thanks a lot in advance.

Imran.



Tue Jul 24 11:36:36 2001: INFO: Server started:
Radiator 2.18.2 on radii (DEMO)
Tue Jul 24 14:03:21 2001: NOTICE: SIGTERM received:
stopping
Tue Jul 24 14:07:01 2001: INFO: Server started:
Radiator 2.18.2 on radii (DEMO)
Tue Jul 24 17:12:36 2001: NOTICE: SIGTERM received:
stopping
Tue Jul 24 17:12:41 2001: INFO: Server started:
Radiator 2.18.2 on radii (DEMO)
Tue Jul 24 17:29:10 2001: INFO: Access rejected for
mikem: Bad Password
Tue Jul 24 17:29:27 2001: INFO: Access rejected for
mikem@backbone: No such user
Tue Jul 24 17:29:40 2001: INFO: Access rejected for
moin@backbone: No such user
Tue Jul 24 17:30:44 2001: INFO: Access rejected for
mikem: Bad Password
Tue Jul 24 17:30:58 2001: INFO: Access rejected for
moin@backbone: No such user
Tue Jul 24 17:31:07 2001: INFO: Access rejected for
moin: No such user
Tue Jul 24 17:31:16 2001: INFO: Access rejected for
mikem: Bad Password
Wed Jul 25 17:29:12 2001: INFO: Access rejected for
moin: Bad Password
Wed Jul 25 17:29:23 2001: INFO: Access rejected for
mikem: Bad Password
Wed Jul 25 17:29:34 2001: INFO: Access rejected for
moin@backbone: No such user
Wed Jul 25 17:29:57 2001: INFO: Access rejected for
moin@: No such user


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
# radius.cfg
#
# Example Radiator configuration file.
# This very simple file will allow you to get started with
# a simple system. You can then add and change features.
# We suggest you start simple, prove to yourself that it
# works and then develop a more complicated configuration.
#
# This example will authenticate from a standard users file in
# the current directory and log accounting to a file in the current
# directory.
# It will accept requests from any client and try to handle request
# for any realm.
# And it will print out what its doing in great detail.
#
# You should consider this file to be a starting point only
# $Id: linux-radius.cfg,v 1.1 2001/05/17 05:33:34 mikem Exp mikem $

#Foreground
#LogStdout
LogDir          /var/log/radius
DbDir           /etc/radiator
# Use a low trace level in production systems. Increase
# it to 4 or 5 for debugging, or use the -trace flag to radiusd
Trace           3

# You will probably want to add other Clients to suit your site,
# one for each NAS you want to work with
# THIS IS THE 5500 CLIENT- ATTEMPTING A NON-NAMESERVED ENTRY
<Client a.b.c.d>
        Secret imran
</Client>

<Client DEFAULT>
        Secret  mysecret
        DupInterval 0
</Client>

<Realm DEFAULT>
        <AuthBy FILE>
                Filename %D/users
        </AuthBy>
        # Log accounting to a detail file
        AcctLogFileName %L/detail
</Realm>

<Realm backbone>
        <AuthBy FILE>
                Filename %D/users
        </AuthBy>
        # Log accounting to a detail file
        AcctLogFileName %L/detail
</Realm>
# users
# This is an example of how to set up simple user for
# AuthBy FILE.
# The example user mikem has a password of fred, and will
# receive reply attributes suitable for most NASs.
# You can do many more interesting things. See the reference
# manual at /usr/share/doc/Radiator-2.18.1/ref.html
#
# You can test this user with the command
#  radpwtst

mikem   Password=fred
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-IP-Netmask = 255.255.255.255,
        Framed-Routing = None,
        Framed-MTU = 1500,
        Framed-Compression = Van-Jacobson-TCP-IP

moin    Password=pete
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-IP-Netmask = 255.255.255.255,
        Framed-Routing = None,
        Framed-MTU = 1500,
        Framed-Compression = Van-Jacobson-TCP-IP

Reply via email to