Hi Alexey,

do u have setup proxy.conf (even if u dont use it )
i have resolv this problem by setting up this file .

# proxy.conf
proxy server {
       synchronous = no
       retry_delay = 5
       retry_count = 3
       dead_time = 120
       default_fallback = yes
       post_proxy_authorize = yes

}
realm DEFAULT { type = radius
authhost = LOCAL
accthost = LOCAL
secret = testing123
}
realm myrealm.net {
type = radius
authhost = LOCAL
accthost = LOCAL
}


# end

regards
Thomas MARCHESSEAU



Alexey Sheshka wrote:

Hi !

I'm trying to setup FreeRadius with mysql but get a reject message:
rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=22, length=20
Output ftom radiusd -X :

rlm_sql (sql): Connected new DB handle, #4
Module: Instantiated sql (sql) Module: Loaded radutmp radutmp: filename = "/usr/local/radius/var/log/radius/radutmp"
radutmp: username = "%{User-Name}"
radutmp: case_sensitive = yes
radutmp: check_with_nas = yes
radutmp: perm = 384
radutmp: callerid = yes
Module: Instantiated radutmp (radutmp) Listening on IP address *, ports 1812/udp and 1813/udp, with proxy on 1814/udp.
Ready to process requests.
rad_recv: Access-Request packet from host 127.0.0.1:33456, id=2, length=58
User-Name = "pulsar"
User-Password = "123456"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1812
auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
auth: Failed to validate the user.


SQL module instaled. Instalation instructions from http://poptop.sourceforge.net/dox/radius_mysql.html

Any ideas? Working config samples ?


Thanks







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

Reply via email to