Re: access reject packet
i create a testuser by adding following to /etc/freeradius/users: lim User-Password == "lim" DEFAULT Auth-Type := sql Fall-Through := 1 and also change the shared radius secret for localhost in /etc/freeradius/clients.conf client 127.0.0.1 { secret = testing123 nastype = other # localhost isn't usually a NAS... }but when i ran the radtest lim lim 127.0.0.1 0 testing123the access packet was rejected.any1 can show me the guide regarding this?thanks! ----- Original Message ---- From: lim chee hong <pierre3388@yahoo.co.uk> To: freeradius-users@lists.freeradius.org Sent: Monday, September 3, 2007 11:37:25 AM Subject: access reject packet [root@localhost raddb]# radtest lim lim localhost 1645 testing123 Sending Access-Request of id 194 to 127.0.0.1 port 1812 User-Name = "lim" User-Password = "lim" NAS-IP-Address = 255.255.255.255 NAS-Port = 1645 rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=194, length=20 this is the result when i ran my radtest for my freeradius 1.1.6 in fedora core 2. unfortunely i get the access reject packet for the result.i had edited in my radius.config and client.config but i think i did wrongly since i get the access rejected.anybody know how to solve this problem?where should i correct in the config file. thanks in advance for ur help.i'm new in freeradius and hope tat can seek the help from u all.once again thank you to u all. Send instant messages to your online friends http://uk.messenger.yahoo.com Send instant messages to your online friends http://uk.messenger.yahoo.com
lim chee hong wrote:
i create a testuser by adding following to */etc/freeradius/users:*
lim User-Password == "lim" DEFAULT Auth-Type := sql
That's wrong. See the FAQ.
but when i ran the radtest lim lim 127.0..0.1 0 testing123
the access packet was rejected.any1 can show me the guide regarding this?
The README, FAQ, INSTALL, etc. all document this. Alan DeKok.
participants (2)
-
Alan DeKok -
lim chee hong