Excuse me, just a mistakethis morning in writting the files. I've read a lot
the documentations and the files themselves.
There are a descriptions for the files; users, clients.conf and proxy.conf :

/raddb/users
demolocal Auth-Type := Local, Password == "demolocal"
    Service-Type = Framed-User,
    Framed-Protocol = PPP,
    Framed-Compression = Van-Jacobsen-TCP-IP,
    Framed-MTU = 1500
carlos Auth-Type := Local, Password == "radius"
    Service-Type = Framed-User,
    Framed-Protocol = PPP,
    Framed-Compression = Van-Jacobsen-TCP-IP,
    Framed-MTU = 1500

/raddb/clients.conf
client 127.0.0.1 {
    secret = demolocal
    shortname = localhost
    nastype = other
    }
client 192.168.1.0/24 {
    secret = demolan
    shortname = Radius1
    }

/raddb/proxy.conf
realm LOCAL {
    type = radius
    authhost = LOCAL
    accthost = LOCAL
    secret = demolocal
    }
realm NULL {
    type = radius
    authhost = LOCAL
    accthost = LOCAL
    secret = demolan
    }
realm DEFAULT
    type = radius
    authhost = LOCAL
    accthost = LOCAL
    secret = demolan
    }
>From this, please can you tell me where is wrong and make me the answer
"no Auth-Type for the reques, (carlos/radius) incorrect"
user rejected
but authorization was OK but not the authentication

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to