Hi,
In clients.conf there is 127.0.0.1.
I give below clients.conf file ------
# clients.conf - client configuration directives
#
# This file is included by default. To disable it,
you will need
# to modify the CLIENTS CONFIGURATION section of
"radiusd.conf".
#
#######################################################################
#######################################################################
#
# Definition of a RADIUS client (usually a NAS).
#
# The information given here over rides anything
given in the 'clients'
# file, or in the 'naslist' file. The configuration
here contains
# all of the information from those two files, and
also allows for more
# configuration items.
#
# The "shortname" can be used for logging, and the
"nastype",
# "login" and "password" fields are mainly used for
checkrad and are
# optional.
#
#
# Defines a RADIUS client. The format is 'client
[hostname|ip-address]'
#
# '127.0.0.1' is another name for 'localhost'. It is
enabled by default,
# to allow testing of the server after an initial
installation. If you
# are not going to be permitting RADIUS queries from
localhost, we suggest
# that you delete, or comment out, this entry.
#
client 127.0.0.1 {
#
# The shared secret use to "encrypt" and "sign"
packets between
# the NAS and FreeRADIUS. You MUST change this
secret from the
# default, otherwise it's not a secret any more!
#
# The secret can be any string, up to 32 characters
in length.
#
secret = omeya
#
# The short name is used as an alias for the fully
qualified
# domain name, or the IP address.
#
shortname = spacecable
#
# the following three fields are optional, but may be
used by
# checkrad.pl for simultaneous use checks
#
#
# The nastype tells 'checkrad.pl' which NAS-specific
method to
# use to query the NAS for simultaneous use.
#
# Permitted NAS types are:
#
# cisco
# computone
# livingston
# max40xx
# multitech
# netserver
# pathras
# patton
# portslave
# tc
# usrhiper
# other # for all other types
#
nastype = other # localhost isn't usually a
NAS...
#
# The following two configurations are for future
use.
# The 'naspasswd' file is currently used to store
the NAS
# login name and password, which is used by
checkrad.pl
# when querying the NAS for simultaneous use.
#
# login = !root
# password = someadminpas
}
#client some.host.org {
# secret = testing123
# shortname = localhost
#}
#
# You can now specify one secret for a network of
clients.
# When a client request comes in, the BEST match is
chosen.
# i.e. The entry from the smallest possible network.
#
#client 192.168.0.0/24 {
# secret = testing123-1
# shortname = private-network-1
#}
#
##############add new code
client 90.0.0.0/24 {
secret = omeya
shortname = spacecable
}
##############
#client 192.168.0.0/16 {
# secret = testing123-2
# shortname = private-network-2
#}
#client 10.10.10.10 {
# # secret and password are mapped through the
"secrets" file.
# secret = testing123
# shortname = liv1
# # the following three fields are optional, but
may be used by
# # checkrad.pl for simultaneous usage checks
# nastype = livingston
# login = !root
# password = someadminpas
#}
---
Regards,
-bs sawant
--- Jason Frisvold <[EMAIL PROTECTED]> wrote:
> On Mon, 29 Nov 2004 10:34:14 -0800 (PST),
> bhalchandra sawant
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> > The debug log from server side is as below:
> >
> > rad_recv: Access-Request packet from host
> > 127.0.0.1:1137, id=67, length=56
> > Ignoring request from unknown client
> 127.0.0.1:1137
>
> Looks like 127.0.0.1 is not in the clients.conf
> file... Better check
> there first.
>
> --
> Jason 'XenoPhage' Frisvold
> [EMAIL PROTECTED]
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html