Guest User

freeradius_radtest

a guest
Jul 27th, 2011
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.40 KB | None | 0 0
  1. FreeRADIUS Version 2.1.10, for host i486-pc-linux-gnu, built on Nov 14 2010 at 20:41:03
  2. Copyright (C) 1999-2009 The FreeRADIUS server project and contributors.
  3. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  4. PARTICULAR PURPOSE.
  5. You may redistribute copies of FreeRADIUS under the terms of the
  6. GNU General Public License v2.
  7. Starting - reading configuration files ...
  8. including configuration file /etc/freeradius/radiusd.conf
  9. including configuration file /etc/freeradius/proxy.conf
  10. including configuration file /etc/freeradius/clients.conf
  11. including files in directory /etc/freeradius/modules/
  12. including configuration file /etc/freeradius/modules/exec
  13. including configuration file /etc/freeradius/modules/linelog
  14. including configuration file /etc/freeradius/modules/unix
  15. including configuration file /etc/freeradius/modules/acct_unique
  16. including configuration file /etc/freeradius/modules/krb5
  17. including configuration file /etc/freeradius/modules/counter
  18. including configuration file /etc/freeradius/modules/detail.example.com
  19. including configuration file /etc/freeradius/modules/mac2vlan
  20. including configuration file /etc/freeradius/modules/expiration
  21. including configuration file /etc/freeradius/modules/realm
  22. including configuration file /etc/freeradius/modules/sql_log
  23. including configuration file /etc/freeradius/modules/always
  24. including configuration file /etc/freeradius/modules/ldap
  25. including configuration file /etc/freeradius/modules/attr_rewrite
  26. including configuration file /etc/freeradius/modules/attr_filter
  27. including configuration file /etc/freeradius/modules/otp
  28. including configuration file /etc/freeradius/modules/smsotp
  29. including configuration file /etc/freeradius/modules/detail
  30. including configuration file /etc/freeradius/modules/chap
  31. including configuration file /etc/freeradius/modules/policy
  32. including configuration file /etc/freeradius/modules/sradutmp
  33. including configuration file /etc/freeradius/modules/ippool
  34. including configuration file /etc/freeradius/modules/mac2ip
  35. including configuration file /etc/freeradius/modules/smbpasswd
  36. including configuration file /etc/freeradius/modules/pam
  37. including configuration file /etc/freeradius/modules/cui
  38. including configuration file /etc/freeradius/modules/opendirectory
  39. including configuration file /etc/freeradius/modules/digest
  40. including configuration file /etc/freeradius/modules/etc_group
  41. including configuration file /etc/freeradius/modules/wimax
  42. including configuration file /etc/freeradius/modules/expr
  43. including configuration file /etc/freeradius/modules/detail.log
  44. including configuration file /etc/freeradius/modules/checkval
  45. including configuration file /etc/freeradius/modules/dynamic_clients
  46. including configuration file /etc/freeradius/modules/perl
  47. including configuration file /etc/freeradius/modules/files
  48. including configuration file /etc/freeradius/modules/ntlm_auth
  49. including configuration file /etc/freeradius/modules/preprocess
  50. including configuration file /etc/freeradius/modules/pap
  51. including configuration file /etc/freeradius/modules/mschap
  52. including configuration file /etc/freeradius/modules/sqlcounter_expire_on_login
  53. including configuration file /etc/freeradius/modules/radutmp
  54. including configuration file /etc/freeradius/modules/passwd
  55. including configuration file /etc/freeradius/modules/logintime
  56. including configuration file /etc/freeradius/modules/inner-eap
  57. including configuration file /etc/freeradius/modules/echo
  58. including configuration file /etc/freeradius/eap.conf
  59. including configuration file /etc/freeradius/sql.conf
  60. including configuration file /etc/freeradius/sql/mysql/dialup.conf
  61. including configuration file /etc/freeradius/sql/mysql/counter.conf
  62. including configuration file /etc/freeradius/policy.conf
  63. including files in directory /etc/freeradius/sites-enabled/
  64. including configuration file /etc/freeradius/sites-enabled/default
  65. including configuration file /etc/freeradius/sites-enabled/inner-tunnel
  66. main {
  67. user = "freerad"
  68. group = "freerad"
  69. allow_core_dumps = no
  70. }
  71. including dictionary file /etc/freeradius/dictionary
  72. main {
  73. prefix = "/usr"
  74. localstatedir = "/var"
  75. logdir = "/var/log/freeradius"
  76. libdir = "/usr/lib/freeradius"
  77. radacctdir = "/var/log/freeradius/radacct"
  78. hostname_lookups = no
  79. max_request_time = 30
  80. cleanup_delay = 5
  81. max_requests = 1024
  82. pidfile = "/var/run/freeradius/freeradius.pid"
  83. checkrad = "/usr/sbin/checkrad"
  84. debug_level = 0
  85. proxy_requests = yes
  86. log {
  87. stripped_names = no
  88. auth = no
  89. auth_badpass = no
  90. auth_goodpass = no
  91. }
  92. security {
  93. max_attributes = 200
  94. reject_delay = 1
  95. status_server = yes
  96. }
  97. }
  98. radiusd: #### Loading Realms and Home Servers ####
  99. proxy server {
  100. retry_delay = 5
  101. retry_count = 3
  102. default_fallback = no
  103. dead_time = 120
  104. wake_all_if_all_dead = no
  105. }
  106. home_server localhost {
  107. ipaddr = 127.0.0.1
  108. port = 1812
  109. type = "auth"
  110. secret = "testing123"
  111. response_window = 20
  112. max_outstanding = 65536
  113. require_message_authenticator = yes
  114. zombie_period = 40
  115. status_check = "status-server"
  116. ping_interval = 30
  117. check_interval = 30
  118. num_answers_to_alive = 3
  119. num_pings_to_alive = 3
  120. revive_interval = 120
  121. status_check_timeout = 4
  122. irt = 2
  123. mrt = 16
  124. mrc = 5
  125. mrd = 30
  126. }
  127. home_server_pool my_auth_failover {
  128. type = fail-over
  129. home_server = localhost
  130. }
  131. realm mojafirma.msft {
  132. auth_pool = my_auth_failover
  133. }
  134. realm LOCAL {
  135. }
  136. radiusd: #### Loading Clients ####
  137. client localhost {
  138. ipaddr = 127.0.0.1
  139. require_message_authenticator = no
  140. secret = "testing123"
  141. nastype = "other"
  142. }
  143. client 192.168.0.0/24 {
  144. require_message_authenticator = no
  145. secret = "testing123"
  146. }
  147. radiusd: #### Instantiating modules ####
  148. instantiate {
  149. Module: Linked to module rlm_exec
  150. Module: Instantiating module "exec" from file /etc/freeradius/modules/exec
  151. exec {
  152. wait = no
  153. input_pairs = "request"
  154. shell_escape = yes
  155. }
  156. Module: Linked to module rlm_expr
  157. Module: Instantiating module "expr" from file /etc/freeradius/modules/expr
  158. Module: Linked to module rlm_expiration
  159. Module: Instantiating module "expiration" from file /etc/freeradius/modules/expiration
  160. expiration {
  161. reply-message = "Password Has Expired "
  162. }
  163. Module: Linked to module rlm_logintime
  164. Module: Instantiating module "logintime" from file /etc/freeradius/modules/logintime
  165. logintime {
  166. reply-message = "You are calling outside your allowed timespan "
  167. minimum-timeout = 60
  168. }
  169. }
  170. radiusd: #### Loading Virtual Servers ####
  171. server inner-tunnel { # from file /etc/freeradius/sites-enabled/inner-tunnel
  172. modules {
  173. Module: Checking authenticate {...} for more modules to load
  174. Module: Linked to module rlm_pap
  175. Module: Instantiating module "pap" from file /etc/freeradius/modules/pap
  176. pap {
  177. encryption_scheme = "auto"
  178. auto_header = no
  179. }
  180. Module: Linked to module rlm_chap
  181. Module: Instantiating module "chap" from file /etc/freeradius/modules/chap
  182. Module: Linked to module rlm_mschap
  183. Module: Instantiating module "mschap" from file /etc/freeradius/modules/mschap
  184. mschap {
  185. use_mppe = yes
  186. require_encryption = no
  187. require_strong = no
  188. with_ntdomain_hack = no
  189. }
  190. Module: Linked to module rlm_unix
  191. Module: Instantiating module "unix" from file /etc/freeradius/modules/unix
  192. unix {
  193. radwtmp = "/var/log/freeradius/radwtmp"
  194. }
  195. Module: Linked to module rlm_eap
  196. Module: Instantiating module "eap" from file /etc/freeradius/eap.conf
  197. eap {
  198. default_eap_type = "peap"
  199. timer_expire = 60
  200. ignore_unknown_eap_types = no
  201. cisco_accounting_username_bug = no
  202. max_sessions = 4096
  203. }
  204. Module: Linked to sub-module rlm_eap_md5
  205. Module: Instantiating eap-md5
  206. Module: Linked to sub-module rlm_eap_leap
  207. Module: Instantiating eap-leap
  208. Module: Linked to sub-module rlm_eap_gtc
  209. Module: Instantiating eap-gtc
  210. gtc {
  211. challenge = "Password: "
  212. auth_type = "PAP"
  213. }
  214. Module: Linked to sub-module rlm_eap_tls
  215. Module: Instantiating eap-tls
  216. tls {
  217. rsa_key_exchange = no
  218. dh_key_exchange = yes
  219. rsa_key_length = 512
  220. dh_key_length = 512
  221. verify_depth = 0
  222. CA_path = "/etc/freeradius/certs"
  223. pem_file_type = yes
  224. private_key_file = "/etc/freeradius/certs/server.key"
  225. certificate_file = "/etc/freeradius/certs/server.pem"
  226. CA_file = "/etc/freeradius/certs/ca.pem"
  227. private_key_password = "testing123"
  228. dh_file = "/etc/freeradius/certs/dh"
  229. random_file = "/dev/urandom"
  230. fragment_size = 1024
  231. include_length = yes
  232. check_crl = no
  233. cipher_list = "DEFAULT"
  234. make_cert_command = "/etc/freeradius/certs/bootstrap"
  235. cache {
  236. enable = no
  237. lifetime = 24
  238. max_entries = 255
  239. }
  240. verify {
  241. }
  242. }
  243. Module: Linked to sub-module rlm_eap_ttls
  244. Module: Instantiating eap-ttls
  245. ttls {
  246. default_eap_type = "md5"
  247. copy_request_to_tunnel = no
  248. use_tunneled_reply = no
  249. virtual_server = "inner-tunnel"
  250. include_length = yes
  251. }
  252. Module: Linked to sub-module rlm_eap_peap
  253. Module: Instantiating eap-peap
  254. peap {
  255. default_eap_type = "mschapv2"
  256. copy_request_to_tunnel = no
  257. use_tunneled_reply = no
  258. proxy_tunneled_request_as_eap = yes
  259. virtual_server = "inner-tunnel"
  260. }
  261. Module: Linked to sub-module rlm_eap_mschapv2
  262. Module: Instantiating eap-mschapv2
  263. mschapv2 {
  264. with_ntdomain_hack = no
  265. }
  266. Module: Checking authorize {...} for more modules to load
  267. Module: Linked to module rlm_realm
  268. Module: Instantiating module "suffix" from file /etc/freeradius/modules/realm
  269. realm suffix {
  270. format = "suffix"
  271. delimiter = "@"
  272. ignore_default = no
  273. ignore_null = no
  274. }
  275. Module: Linked to module rlm_files
  276. Module: Instantiating module "files" from file /etc/freeradius/modules/files
  277. files {
  278. usersfile = "/etc/freeradius/users"
  279. acctusersfile = "/etc/freeradius/acct_users"
  280. preproxy_usersfile = "/etc/freeradius/preproxy_users"
  281. compat = "no"
  282. }
  283. Module: Checking session {...} for more modules to load
  284. Module: Linked to module rlm_radutmp
  285. Module: Instantiating module "radutmp" from file /etc/freeradius/modules/radutmp
  286. radutmp {
  287. filename = "/var/log/freeradius/radutmp"
  288. username = "%{User-Name}"
  289. case_sensitive = yes
  290. check_with_nas = yes
  291. perm = 384
  292. callerid = yes
  293. }
  294. Module: Checking post-proxy {...} for more modules to load
  295. Module: Checking post-auth {...} for more modules to load
  296. Module: Linked to module rlm_attr_filter
  297. Module: Instantiating module "attr_filter.access_reject" from file /etc/freeradius/modules/attr_filter
  298. attr_filter attr_filter.access_reject {
  299. attrsfile = "/etc/freeradius/attrs.access_reject"
  300. key = "%{User-Name}"
  301. }
  302. } # modules
  303. } # server
  304. server { # from file /etc/freeradius/radiusd.conf
  305. modules {
  306. Module: Checking authenticate {...} for more modules to load
  307. Module: Linked to module rlm_digest
  308. Module: Instantiating module "digest" from file /etc/freeradius/modules/digest
  309. Module: Checking authorize {...} for more modules to load
  310. Module: Linked to module rlm_preprocess
  311. Module: Instantiating module "preprocess" from file /etc/freeradius/modules/preprocess
  312. preprocess {
  313. huntgroups = "/etc/freeradius/huntgroups"
  314. hints = "/etc/freeradius/hints"
  315. with_ascend_hack = no
  316. ascend_channels_per_line = 23
  317. with_ntdomain_hack = no
  318. with_specialix_jetstream_hack = no
  319. with_cisco_vsa_hack = no
  320. with_alvarion_vsa_hack = no
  321. }
  322. Module: Linked to module rlm_sql
  323. Module: Instantiating module "sql" from file /etc/freeradius/sql.conf
  324. sql {
  325. driver = "rlm_sql_mysql"
  326. server = "localhost"
  327. port = ""
  328. login = "root"
  329. password = "zaq12wsx"
  330. radius_db = "radius"
  331. read_groups = yes
  332. sqltrace = no
  333. sqltracefile = "/var/log/freeradius/sqltrace.sql"
  334. readclients = yes
  335. deletestalesessions = yes
  336. num_sql_socks = 5
  337. lifetime = 0
  338. max_queries = 0
  339. sql_user_name = "%{User-Name}"
  340. default_user_profile = ""
  341. nas_query = "SELECT id, nasname, shortname, type, secret, server FROM nas"
  342. authorize_check_query = "SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id"
  343. authorize_reply_query = "SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id"
  344. authorize_group_check_query = "SELECT id, groupname, attribute, Value, op FROM radgroupcheck WHERE groupname = '%{Sql-Group}' ORDER BY id"
  345. authorize_group_reply_query = "SELECT id, groupname, attribute, value, op FROM radgroupreply WHERE groupname = '%{Sql-Group}' ORDER BY id"
  346. accounting_onoff_query = " UPDATE radacct SET acctstoptime = '%S', acctsessiontime = unix_timestamp('%S') - unix_timestamp(acctstarttime), acctterminatecause = '%{Acct-Terminate-Cause}', acctstopdelay = %{%{Acct-Delay-Time}:-0} WHERE acctstoptime IS NULL AND nasipaddress = '%{NAS-IP-Address}' AND acctstarttime <= '%S'"
  347. accounting_update_query = " UPDATE radacct SET framedipaddress = '%{Framed-IP-Address}', acctsessiontime = '%{Acct-Session-Time}', acctinputoctets = '%{%{Acct-Input-Gigawords}:-0}' << 32 | '%{%{Acct-Input-Octets}:-0}', acctoutputoctets = '%{%{Acct-Output-Gigawords}:-0}' << 32 | '%{%{Acct-Output-Octets}:-0}' WHERE acctsessionid = '%{Acct-Session-Id}' AND username = '%{SQL-User-Name}' AND nasipaddress = '%{NAS-IP-Address}'"
  348. accounting_update_query_alt = " INSERT INTO radacct (acctsessionid, acctuniqueid, username, realm, nasipaddress, nasportid, nasporttype, acctstarttime, acctsessiontime, acctauthentic, connectinfo_start, acctinputoctets, acctoutputoctets, calledstationid, callingstationid, servicetype, framedprotocol, framedipaddress, acctstartdelay, xascendsessionsvrkey) VALUES ('%{Acct-Session-Id}', '%{Acct-Unique-Session-Id}', '%{SQL-User-Name}', '%{Realm}', '%{NAS-IP-Address}', '%{NAS-Port}', '%{NAS-Port-Type}', DATE_SUB('%S', INTERVAL (%{%{Acct-Session-Time}:-0} + %{%{Acct-Delay-Time}:-0}) SECOND), '%{Acct-Session-Time}', '%{Acct-Authentic}', '', '%{%{Acct-Input-Gigawords}:-0}' << 32 | '%{%{Acct-Input-Octets}:-0}', '%{%{Acct-Output-Gigawords}:-0}' << 32 | '%{%{Acct-Output-Octets}:-0}', '%{Called-Station-Id}', '%{Calling-Station-Id}', '%{Service-Type}', '%{Framed-Protocol}', '%{Framed-IP-Address}', '0', '%{X-Ascend-Session-Svr-Key}')"
  349. accounting_start_query = " INSERT INTO radacct (acctsessionid, acctuniqueid, username, realm, nasipaddress, nasportid, nasporttype, acctstarttime, acctstoptime, acctsessiontime, acctauthentic, connectinfo_start, connectinfo_stop, acctinputoctets, acctoutputoctets, calledstationid, callingstationid, acctterminatecause, servicetype, framedprotocol, framedipaddress, acctstartdelay, acctstopdelay, xascendsessionsvrkey) VALUES ('%{Acct-Session-Id}', '%{Acct-Unique-Session-Id}', '%{SQL-User-Name}', '%{Realm}', '%{NAS-IP-Address}', '%{NAS-Port}', '%{NAS-Port-Type}', '%S', NULL, '0', '%{Acct-Authentic}', '%{Connect-Info}', '', '0', '0', '%{Called-Station-Id}', '%{Calling-Station-Id}', '', '%{Service-Type}', '%{Framed-Protocol}', '%{Framed-IP-Address}', '%{%{Acct-Delay-Time}:-0}', '0', '%{X-Ascend-Session-Svr-Key}')"
  350. accounting_start_query_alt = " UPDATE radacct SET acctstarttime = '%S', acctstartdelay = '%{%{Acct-Delay-Time}:-0}', connectinfo_start = '%{Connect-Info}' WHERE acctsessionid = '%{Acct-Session-Id}' AND username = '%{SQL-User-Name}' AND nasipaddress = '%{NAS-IP-Address}'"
  351. accounting_stop_query = " UPDATE radacct SET acctstoptime = '%S', acctsessiontime = '%{Acct-Session-Time}', acctinputoctets = '%{%{Acct-Input-Gigawords}:-0}' << 32 | '%{%{Acct-Input-Octets}:-0}', acctoutputoctets = '%{%{Acct-Output-Gigawords}:-0}' << 32 | '%{%{Acct-Output-Octets}:-0}', acctterminatecause = '%{Acct-Terminate-Cause}', acctstopdelay = '%{%{Acct-Delay-Time}:-0}', connectinfo_stop = '%{Connect-Info}' WHERE acctsessionid = '%{Acct-Session-Id}' AND username = '%{SQL-User-Name}' AND nasipaddress = '%{NAS-IP-Address}'"
  352. accounting_stop_query_alt = " INSERT INTO radacct (acctsessionid, acctuniqueid, username, realm, nasipaddress, nasportid, nasporttype, acctstarttime, acctstoptime, acctsessiontime, acctauthentic, connectinfo_start, connectinfo_stop, acctinputoctets, acctoutputoctets, calledstationid, callingstationid, acctterminatecause, servicetype, framedprotocol, framedipaddress, acctstartdelay, acctstopdelay) VALUES ('%{Acct-Session-Id}', '%{Acct-Unique-Session-Id}', '%{SQL-User-Name}', '%{Realm}', '%{NAS-IP-Address}', '%{NAS-Port}', '%{NAS-Port-Type}', DATE_SUB('%S', INTERVAL (%{%{Acct-Session-Time}:-0} + %{%{Acct-Delay-Time}:-0}) SECOND), '%S', '%{Acct-Session-Time}', '%{Acct-Authentic}', '', '%{Connect-Info}', '%{%{Acct-Input-Gigawords}:-0}' << 32 | '%{%{Acct-Input-Octets}:-0}', '%{%{Acct-Output-Gigawords}:-0}' << 32 | '%{%{Acct-Output-Octets}:-0}', '%{Called-Station-Id}', '%{Calling-Station-Id}', '%{Acct-Terminate-Cause}', '%{Service-Type}', '%{Framed-Protocol}', '%{Framed-IP-Address}', '0', '%{%{Acct-Delay-Time}:-0}')"
  353. group_membership_query = "SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority"
  354. connect_failure_retry_delay = 60
  355. simul_count_query = ""
  356. simul_verify_query = "SELECT radacctid, acctsessionid, username, nasipaddress, nasportid, framedipaddress, callingstationid, framedprotocol FROM radacct WHERE username = '%{SQL-User-Name}' AND acctstoptime IS NULL"
  357. postauth_query = "INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S')"
  358. safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  359. }
  360. rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked
  361. rlm_sql (sql): Attempting to connect to root@localhost:/radius
  362. rlm_sql (sql): starting 0
  363. rlm_sql (sql): Attempting to connect rlm_sql_mysql #0
  364. rlm_sql_mysql: Starting connect to MySQL server for #0
  365. rlm_sql (sql): Connected new DB handle, #0
  366. rlm_sql (sql): starting 1
  367. rlm_sql (sql): Attempting to connect rlm_sql_mysql #1
  368. rlm_sql_mysql: Starting connect to MySQL server for #1
  369. rlm_sql (sql): Connected new DB handle, #1
  370. rlm_sql (sql): starting 2
  371. rlm_sql (sql): Attempting to connect rlm_sql_mysql #2
  372. rlm_sql_mysql: Starting connect to MySQL server for #2
  373. rlm_sql (sql): Connected new DB handle, #2
  374. rlm_sql (sql): starting 3
  375. rlm_sql (sql): Attempting to connect rlm_sql_mysql #3
  376. rlm_sql_mysql: Starting connect to MySQL server for #3
  377. rlm_sql (sql): Connected new DB handle, #3
  378. rlm_sql (sql): starting 4
  379. rlm_sql (sql): Attempting to connect rlm_sql_mysql #4
  380. rlm_sql_mysql: Starting connect to MySQL server for #4
  381. rlm_sql (sql): Connected new DB handle, #4
  382. rlm_sql (sql): Processing generate_sql_clients
  383. rlm_sql (sql) in generate_sql_clients: query is SELECT id, nasname, shortname, type, secret, server FROM nas
  384. rlm_sql (sql): Reserving sql socket id: 4
  385. rlm_sql (sql): Released sql socket id: 4
  386. Module: Checking preacct {...} for more modules to load
  387. Module: Linked to module rlm_acct_unique
  388. Module: Instantiating module "acct_unique" from file /etc/freeradius/modules/acct_unique
  389. acct_unique {
  390. key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"
  391. }
  392. Module: Checking accounting {...} for more modules to load
  393. Module: Linked to module rlm_detail
  394. Module: Instantiating module "detail" from file /etc/freeradius/modules/detail
  395. detail {
  396. detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
  397. header = "%t"
  398. detailperm = 384
  399. dirperm = 493
  400. locking = no
  401. log_packet_header = no
  402. }
  403. Module: Instantiating module "attr_filter.accounting_response" from file /etc/freeradius/modules/attr_filter
  404. attr_filter attr_filter.accounting_response {
  405. attrsfile = "/etc/freeradius/attrs.accounting_response"
  406. key = "%{User-Name}"
  407. }
  408. Module: Checking session {...} for more modules to load
  409. Module: Checking post-proxy {...} for more modules to load
  410. Module: Checking post-auth {...} for more modules to load
  411. } # modules
  412. } # server
  413. radiusd: #### Opening IP addresses and Ports ####
  414. listen {
  415. type = "auth"
  416. ipaddr = *
  417. port = 0
  418. }
  419. listen {
  420. type = "acct"
  421. ipaddr = *
  422. port = 0
  423. }
  424. listen {
  425. type = "auth"
  426. ipaddr = 127.0.0.1
  427. port = 18120
  428. }
  429. Listening on authentication address * port 1812
  430. Listening on accounting address * port 1813
  431. Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel
  432. Listening on proxy address * port 1814
  433. Ready to process requests.
  434. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=111, length=165
  435. User-Name = "user"
  436. NAS-IP-Address = 192.168.0.50
  437. NAS-Port = 0
  438. Called-Station-Id = "00195b54c564"
  439. Calling-Station-Id = "001f5bb7c6a0"
  440. NAS-Identifier = "Realtek Access Point. 8181"
  441. Framed-MTU = 1400
  442. NAS-Port-Type = Wireless-802.11
  443. Service-Type = Framed-User
  444. Connect-Info = "CONNECT 11Mbps 802.11b"
  445. EAP-Message = 0x020000090175736572
  446. Message-Authenticator = 0x7407e4dfab8ffa564397056c7db71581
  447. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  448. +- entering group authorize {...}
  449. ++[preprocess] returns ok
  450. ++[chap] returns noop
  451. ++[mschap] returns noop
  452. ++[digest] returns noop
  453. [suffix] No '@' in User-Name = "user", looking up realm NULL
  454. [suffix] No such realm "NULL"
  455. ++[suffix] returns noop
  456. [eap] EAP packet type response id 0 length 9
  457. [eap] No EAP Start, assuming it's an on-going EAP conversation
  458. ++[eap] returns updated
  459. ++[files] returns noop
  460. [sql] expand: %{User-Name} -> user
  461. [sql] sql_set_user escaped user --> 'user'
  462. rlm_sql (sql): Reserving sql socket id: 3
  463. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  464. [sql] User found in radcheck table
  465. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  466. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  467. rlm_sql (sql): Released sql socket id: 3
  468. ++[sql] returns ok
  469. ++[expiration] returns noop
  470. ++[logintime] returns noop
  471. [pap] WARNING: Auth-Type already set. Not setting to PAP
  472. ++[pap] returns noop
  473. Found Auth-Type = MSCHAP
  474. # Executing group from file /etc/freeradius/sites-enabled/default
  475. +- entering group MS-CHAP {...}
  476. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  477. ++[mschap] returns reject
  478. Failed to authenticate the user.
  479. Using Post-Auth-Type Reject
  480. # Executing group from file /etc/freeradius/sites-enabled/default
  481. +- entering group REJECT {...}
  482. [attr_filter.access_reject] expand: %{User-Name} -> user
  483. attr_filter: Matched entry DEFAULT at line 11
  484. ++[attr_filter.access_reject] returns updated
  485. Delaying reject of request 0 for 1 seconds
  486. Going to the next request
  487. Waking up in 0.7 seconds.
  488. Sending delayed reject for request 0
  489. Sending Access-Reject of id 111 to 192.168.0.50 port 3072
  490. Waking up in 4.9 seconds.
  491. Cleaning up request 0 ID 111 with timestamp +53
  492. Ready to process requests.
  493. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=112, length=165
  494. User-Name = "user"
  495. NAS-IP-Address = 192.168.0.50
  496. NAS-Port = 0
  497. Called-Station-Id = "00195b54c564"
  498. Calling-Station-Id = "001f5bb7c6a0"
  499. NAS-Identifier = "Realtek Access Point. 8181"
  500. Framed-MTU = 1400
  501. NAS-Port-Type = Wireless-802.11
  502. Service-Type = Framed-User
  503. Connect-Info = "CONNECT 11Mbps 802.11b"
  504. EAP-Message = 0x020000090175736572
  505. Message-Authenticator = 0x648e52c9ebc5de94f1fb3e96cdb1f158
  506. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  507. +- entering group authorize {...}
  508. ++[preprocess] returns ok
  509. ++[chap] returns noop
  510. ++[mschap] returns noop
  511. ++[digest] returns noop
  512. [suffix] No '@' in User-Name = "user", looking up realm NULL
  513. [suffix] No such realm "NULL"
  514. ++[suffix] returns noop
  515. [eap] EAP packet type response id 0 length 9
  516. [eap] No EAP Start, assuming it's an on-going EAP conversation
  517. ++[eap] returns updated
  518. ++[files] returns noop
  519. [sql] expand: %{User-Name} -> user
  520. [sql] sql_set_user escaped user --> 'user'
  521. rlm_sql (sql): Reserving sql socket id: 2
  522. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  523. [sql] User found in radcheck table
  524. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  525. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  526. rlm_sql (sql): Released sql socket id: 2
  527. ++[sql] returns ok
  528. ++[expiration] returns noop
  529. ++[logintime] returns noop
  530. [pap] WARNING: Auth-Type already set. Not setting to PAP
  531. ++[pap] returns noop
  532. Found Auth-Type = MSCHAP
  533. # Executing group from file /etc/freeradius/sites-enabled/default
  534. +- entering group MS-CHAP {...}
  535. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  536. ++[mschap] returns reject
  537. Failed to authenticate the user.
  538. Using Post-Auth-Type Reject
  539. # Executing group from file /etc/freeradius/sites-enabled/default
  540. +- entering group REJECT {...}
  541. [attr_filter.access_reject] expand: %{User-Name} -> user
  542. attr_filter: Matched entry DEFAULT at line 11
  543. ++[attr_filter.access_reject] returns updated
  544. Delaying reject of request 1 for 1 seconds
  545. Going to the next request
  546. Waking up in 0.9 seconds.
  547. Sending delayed reject for request 1
  548. Sending Access-Reject of id 112 to 192.168.0.50 port 3072
  549. Waking up in 4.9 seconds.
  550. Cleaning up request 1 ID 112 with timestamp +59
  551. Ready to process requests.
  552. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=113, length=165
  553. User-Name = "user"
  554. NAS-IP-Address = 192.168.0.50
  555. NAS-Port = 0
  556. Called-Station-Id = "00195b54c564"
  557. Calling-Station-Id = "001f5bb7c6a0"
  558. NAS-Identifier = "Realtek Access Point. 8181"
  559. Framed-MTU = 1400
  560. NAS-Port-Type = Wireless-802.11
  561. Service-Type = Framed-User
  562. Connect-Info = "CONNECT 11Mbps 802.11b"
  563. EAP-Message = 0x020000090175736572
  564. Message-Authenticator = 0x77ea23760b2b7ffceca6eccc380dd282
  565. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  566. +- entering group authorize {...}
  567. ++[preprocess] returns ok
  568. ++[chap] returns noop
  569. ++[mschap] returns noop
  570. ++[digest] returns noop
  571. [suffix] No '@' in User-Name = "user", looking up realm NULL
  572. [suffix] No such realm "NULL"
  573. ++[suffix] returns noop
  574. [eap] EAP packet type response id 0 length 9
  575. [eap] No EAP Start, assuming it's an on-going EAP conversation
  576. ++[eap] returns updated
  577. ++[files] returns noop
  578. [sql] expand: %{User-Name} -> user
  579. [sql] sql_set_user escaped user --> 'user'
  580. rlm_sql (sql): Reserving sql socket id: 1
  581. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  582. [sql] User found in radcheck table
  583. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  584. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  585. rlm_sql (sql): Released sql socket id: 1
  586. ++[sql] returns ok
  587. ++[expiration] returns noop
  588. ++[logintime] returns noop
  589. [pap] WARNING: Auth-Type already set. Not setting to PAP
  590. ++[pap] returns noop
  591. Found Auth-Type = MSCHAP
  592. # Executing group from file /etc/freeradius/sites-enabled/default
  593. +- entering group MS-CHAP {...}
  594. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  595. ++[mschap] returns reject
  596. Failed to authenticate the user.
  597. Using Post-Auth-Type Reject
  598. # Executing group from file /etc/freeradius/sites-enabled/default
  599. +- entering group REJECT {...}
  600. [attr_filter.access_reject] expand: %{User-Name} -> user
  601. attr_filter: Matched entry DEFAULT at line 11
  602. ++[attr_filter.access_reject] returns updated
  603. Delaying reject of request 2 for 1 seconds
  604. Going to the next request
  605. Waking up in 0.9 seconds.
  606. Sending delayed reject for request 2
  607. Sending Access-Reject of id 113 to 192.168.0.50 port 3072
  608. Waking up in 4.9 seconds.
  609. Cleaning up request 2 ID 113 with timestamp +66
  610. Ready to process requests.
  611. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=114, length=165
  612. User-Name = "user"
  613. NAS-IP-Address = 192.168.0.50
  614. NAS-Port = 0
  615. Called-Station-Id = "00195b54c564"
  616. Calling-Station-Id = "001f5bb7c6a0"
  617. NAS-Identifier = "Realtek Access Point. 8181"
  618. Framed-MTU = 1400
  619. NAS-Port-Type = Wireless-802.11
  620. Service-Type = Framed-User
  621. Connect-Info = "CONNECT 11Mbps 802.11b"
  622. EAP-Message = 0x020000090175736572
  623. Message-Authenticator = 0xd74b926c73256169a17b2ce381506bfb
  624. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  625. +- entering group authorize {...}
  626. ++[preprocess] returns ok
  627. ++[chap] returns noop
  628. ++[mschap] returns noop
  629. ++[digest] returns noop
  630. [suffix] No '@' in User-Name = "user", looking up realm NULL
  631. [suffix] No such realm "NULL"
  632. ++[suffix] returns noop
  633. [eap] EAP packet type response id 0 length 9
  634. [eap] No EAP Start, assuming it's an on-going EAP conversation
  635. ++[eap] returns updated
  636. ++[files] returns noop
  637. [sql] expand: %{User-Name} -> user
  638. [sql] sql_set_user escaped user --> 'user'
  639. rlm_sql (sql): Reserving sql socket id: 0
  640. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  641. [sql] User found in radcheck table
  642. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  643. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  644. rlm_sql (sql): Released sql socket id: 0
  645. ++[sql] returns ok
  646. ++[expiration] returns noop
  647. ++[logintime] returns noop
  648. [pap] WARNING: Auth-Type already set. Not setting to PAP
  649. ++[pap] returns noop
  650. Found Auth-Type = MSCHAP
  651. # Executing group from file /etc/freeradius/sites-enabled/default
  652. +- entering group MS-CHAP {...}
  653. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  654. ++[mschap] returns reject
  655. Failed to authenticate the user.
  656. Using Post-Auth-Type Reject
  657. # Executing group from file /etc/freeradius/sites-enabled/default
  658. +- entering group REJECT {...}
  659. [attr_filter.access_reject] expand: %{User-Name} -> user
  660. attr_filter: Matched entry DEFAULT at line 11
  661. ++[attr_filter.access_reject] returns updated
  662. Delaying reject of request 3 for 1 seconds
  663. Going to the next request
  664. Waking up in 0.9 seconds.
  665. Sending delayed reject for request 3
  666. Sending Access-Reject of id 114 to 192.168.0.50 port 3072
  667. Waking up in 4.9 seconds.
  668. Cleaning up request 3 ID 114 with timestamp +72
  669. Ready to process requests.
  670. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=115, length=165
  671. User-Name = "user"
  672. NAS-IP-Address = 192.168.0.50
  673. NAS-Port = 0
  674. Called-Station-Id = "00195b54c564"
  675. Calling-Station-Id = "001f5bb7c6a0"
  676. NAS-Identifier = "Realtek Access Point. 8181"
  677. Framed-MTU = 1400
  678. NAS-Port-Type = Wireless-802.11
  679. Service-Type = Framed-User
  680. Connect-Info = "CONNECT 11Mbps 802.11b"
  681. EAP-Message = 0x020000090175736572
  682. Message-Authenticator = 0xc0aa4516f611088ada6b1e10c1827c58
  683. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  684. +- entering group authorize {...}
  685. ++[preprocess] returns ok
  686. ++[chap] returns noop
  687. ++[mschap] returns noop
  688. ++[digest] returns noop
  689. [suffix] No '@' in User-Name = "user", looking up realm NULL
  690. [suffix] No such realm "NULL"
  691. ++[suffix] returns noop
  692. [eap] EAP packet type response id 0 length 9
  693. [eap] No EAP Start, assuming it's an on-going EAP conversation
  694. ++[eap] returns updated
  695. ++[files] returns noop
  696. [sql] expand: %{User-Name} -> user
  697. [sql] sql_set_user escaped user --> 'user'
  698. rlm_sql (sql): Reserving sql socket id: 4
  699. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  700. [sql] User found in radcheck table
  701. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  702. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  703. rlm_sql (sql): Released sql socket id: 4
  704. ++[sql] returns ok
  705. ++[expiration] returns noop
  706. ++[logintime] returns noop
  707. [pap] WARNING: Auth-Type already set. Not setting to PAP
  708. ++[pap] returns noop
  709. Found Auth-Type = MSCHAP
  710. # Executing group from file /etc/freeradius/sites-enabled/default
  711. +- entering group MS-CHAP {...}
  712. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  713. ++[mschap] returns reject
  714. Failed to authenticate the user.
  715. Using Post-Auth-Type Reject
  716. # Executing group from file /etc/freeradius/sites-enabled/default
  717. +- entering group REJECT {...}
  718. [attr_filter.access_reject] expand: %{User-Name} -> user
  719. attr_filter: Matched entry DEFAULT at line 11
  720. ++[attr_filter.access_reject] returns updated
  721. Delaying reject of request 4 for 1 seconds
  722. Going to the next request
  723. Waking up in 0.9 seconds.
  724. Sending delayed reject for request 4
  725. Sending Access-Reject of id 115 to 192.168.0.50 port 3072
  726. Waking up in 4.9 seconds.
  727. Cleaning up request 4 ID 115 with timestamp +78
  728. Ready to process requests.
  729. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=116, length=165
  730. User-Name = "user"
  731. NAS-IP-Address = 192.168.0.50
  732. NAS-Port = 0
  733. Called-Station-Id = "00195b54c564"
  734. Calling-Station-Id = "001f5bb7c6a0"
  735. NAS-Identifier = "Realtek Access Point. 8181"
  736. Framed-MTU = 1400
  737. NAS-Port-Type = Wireless-802.11
  738. Service-Type = Framed-User
  739. Connect-Info = "CONNECT 11Mbps 802.11b"
  740. EAP-Message = 0x020000090175736572
  741. Message-Authenticator = 0xa8b2ebe8ef02ad932d9d6dd9a6b906b6
  742. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  743. +- entering group authorize {...}
  744. ++[preprocess] returns ok
  745. ++[chap] returns noop
  746. ++[mschap] returns noop
  747. ++[digest] returns noop
  748. [suffix] No '@' in User-Name = "user", looking up realm NULL
  749. [suffix] No such realm "NULL"
  750. ++[suffix] returns noop
  751. [eap] EAP packet type response id 0 length 9
  752. [eap] No EAP Start, assuming it's an on-going EAP conversation
  753. ++[eap] returns updated
  754. ++[files] returns noop
  755. [sql] expand: %{User-Name} -> user
  756. [sql] sql_set_user escaped user --> 'user'
  757. rlm_sql (sql): Reserving sql socket id: 3
  758. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  759. [sql] User found in radcheck table
  760. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  761. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  762. rlm_sql (sql): Released sql socket id: 3
  763. ++[sql] returns ok
  764. ++[expiration] returns noop
  765. ++[logintime] returns noop
  766. [pap] WARNING: Auth-Type already set. Not setting to PAP
  767. ++[pap] returns noop
  768. Found Auth-Type = MSCHAP
  769. # Executing group from file /etc/freeradius/sites-enabled/default
  770. +- entering group MS-CHAP {...}
  771. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  772. ++[mschap] returns reject
  773. Failed to authenticate the user.
  774. Using Post-Auth-Type Reject
  775. # Executing group from file /etc/freeradius/sites-enabled/default
  776. +- entering group REJECT {...}
  777. [attr_filter.access_reject] expand: %{User-Name} -> user
  778. attr_filter: Matched entry DEFAULT at line 11
  779. ++[attr_filter.access_reject] returns updated
  780. Delaying reject of request 5 for 1 seconds
  781. Going to the next request
  782. Waking up in 0.9 seconds.
  783. Sending delayed reject for request 5
  784. Sending Access-Reject of id 116 to 192.168.0.50 port 3072
  785. Waking up in 4.9 seconds.
  786. Cleaning up request 5 ID 116 with timestamp +85
  787. Ready to process requests.
  788. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=117, length=165
  789. User-Name = "user"
  790. NAS-IP-Address = 192.168.0.50
  791. NAS-Port = 0
  792. Called-Station-Id = "00195b54c564"
  793. Calling-Station-Id = "001f5bb7c6a0"
  794. NAS-Identifier = "Realtek Access Point. 8181"
  795. Framed-MTU = 1400
  796. NAS-Port-Type = Wireless-802.11
  797. Service-Type = Framed-User
  798. Connect-Info = "CONNECT 11Mbps 802.11b"
  799. EAP-Message = 0x020000090175736572
  800. Message-Authenticator = 0x46163d39ea60ebd71856b30237fe699e
  801. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  802. +- entering group authorize {...}
  803. ++[preprocess] returns ok
  804. ++[chap] returns noop
  805. ++[mschap] returns noop
  806. ++[digest] returns noop
  807. [suffix] No '@' in User-Name = "user", looking up realm NULL
  808. [suffix] No such realm "NULL"
  809. ++[suffix] returns noop
  810. [eap] EAP packet type response id 0 length 9
  811. [eap] No EAP Start, assuming it's an on-going EAP conversation
  812. ++[eap] returns updated
  813. ++[files] returns noop
  814. [sql] expand: %{User-Name} -> user
  815. [sql] sql_set_user escaped user --> 'user'
  816. rlm_sql (sql): Reserving sql socket id: 2
  817. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  818. [sql] User found in radcheck table
  819. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  820. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  821. rlm_sql (sql): Released sql socket id: 2
  822. ++[sql] returns ok
  823. ++[expiration] returns noop
  824. ++[logintime] returns noop
  825. [pap] WARNING: Auth-Type already set. Not setting to PAP
  826. ++[pap] returns noop
  827. Found Auth-Type = MSCHAP
  828. # Executing group from file /etc/freeradius/sites-enabled/default
  829. +- entering group MS-CHAP {...}
  830. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  831. ++[mschap] returns reject
  832. Failed to authenticate the user.
  833. Using Post-Auth-Type Reject
  834. # Executing group from file /etc/freeradius/sites-enabled/default
  835. +- entering group REJECT {...}
  836. [attr_filter.access_reject] expand: %{User-Name} -> user
  837. attr_filter: Matched entry DEFAULT at line 11
  838. ++[attr_filter.access_reject] returns updated
  839. Delaying reject of request 6 for 1 seconds
  840. Going to the next request
  841. Waking up in 0.9 seconds.
  842. Sending delayed reject for request 6
  843. Sending Access-Reject of id 117 to 192.168.0.50 port 3072
  844. Waking up in 4.9 seconds.
  845. Cleaning up request 6 ID 117 with timestamp +91
  846. Ready to process requests.
  847. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=118, length=165
  848. User-Name = "user"
  849. NAS-IP-Address = 192.168.0.50
  850. NAS-Port = 0
  851. Called-Station-Id = "00195b54c564"
  852. Calling-Station-Id = "001f5bb7c6a0"
  853. NAS-Identifier = "Realtek Access Point. 8181"
  854. Framed-MTU = 1400
  855. NAS-Port-Type = Wireless-802.11
  856. Service-Type = Framed-User
  857. Connect-Info = "CONNECT 11Mbps 802.11b"
  858. EAP-Message = 0x020000090175736572
  859. Message-Authenticator = 0x48137670a7b7bcc7d2cf8b754ba00493
  860. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  861. +- entering group authorize {...}
  862. ++[preprocess] returns ok
  863. ++[chap] returns noop
  864. ++[mschap] returns noop
  865. ++[digest] returns noop
  866. [suffix] No '@' in User-Name = "user", looking up realm NULL
  867. [suffix] No such realm "NULL"
  868. ++[suffix] returns noop
  869. [eap] EAP packet type response id 0 length 9
  870. [eap] No EAP Start, assuming it's an on-going EAP conversation
  871. ++[eap] returns updated
  872. ++[files] returns noop
  873. [sql] expand: %{User-Name} -> user
  874. [sql] sql_set_user escaped user --> 'user'
  875. rlm_sql (sql): Reserving sql socket id: 1
  876. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  877. [sql] User found in radcheck table
  878. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  879. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  880. rlm_sql (sql): Released sql socket id: 1
  881. ++[sql] returns ok
  882. ++[expiration] returns noop
  883. ++[logintime] returns noop
  884. [pap] WARNING: Auth-Type already set. Not setting to PAP
  885. ++[pap] returns noop
  886. Found Auth-Type = MSCHAP
  887. # Executing group from file /etc/freeradius/sites-enabled/default
  888. +- entering group MS-CHAP {...}
  889. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  890. ++[mschap] returns reject
  891. Failed to authenticate the user.
  892. Using Post-Auth-Type Reject
  893. # Executing group from file /etc/freeradius/sites-enabled/default
  894. +- entering group REJECT {...}
  895. [attr_filter.access_reject] expand: %{User-Name} -> user
  896. attr_filter: Matched entry DEFAULT at line 11
  897. ++[attr_filter.access_reject] returns updated
  898. Delaying reject of request 7 for 1 seconds
  899. Going to the next request
  900. Waking up in 0.9 seconds.
  901. Sending delayed reject for request 7
  902. Sending Access-Reject of id 118 to 192.168.0.50 port 3072
  903. Waking up in 4.9 seconds.
  904. Cleaning up request 7 ID 118 with timestamp +97
  905. Ready to process requests.
  906. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=119, length=165
  907. User-Name = "user"
  908. NAS-IP-Address = 192.168.0.50
  909. NAS-Port = 0
  910. Called-Station-Id = "00195b54c564"
  911. Calling-Station-Id = "001f5bb7c6a0"
  912. NAS-Identifier = "Realtek Access Point. 8181"
  913. Framed-MTU = 1400
  914. NAS-Port-Type = Wireless-802.11
  915. Service-Type = Framed-User
  916. Connect-Info = "CONNECT 11Mbps 802.11b"
  917. EAP-Message = 0x020000090175736572
  918. Message-Authenticator = 0x7a17a6eb7914b3a74d877b4e9c0d5ec7
  919. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  920. +- entering group authorize {...}
  921. ++[preprocess] returns ok
  922. ++[chap] returns noop
  923. ++[mschap] returns noop
  924. ++[digest] returns noop
  925. [suffix] No '@' in User-Name = "user", looking up realm NULL
  926. [suffix] No such realm "NULL"
  927. ++[suffix] returns noop
  928. [eap] EAP packet type response id 0 length 9
  929. [eap] No EAP Start, assuming it's an on-going EAP conversation
  930. ++[eap] returns updated
  931. ++[files] returns noop
  932. [sql] expand: %{User-Name} -> user
  933. [sql] sql_set_user escaped user --> 'user'
  934. rlm_sql (sql): Reserving sql socket id: 0
  935. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  936. [sql] User found in radcheck table
  937. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  938. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  939. rlm_sql (sql): Released sql socket id: 0
  940. ++[sql] returns ok
  941. ++[expiration] returns noop
  942. ++[logintime] returns noop
  943. [pap] WARNING: Auth-Type already set. Not setting to PAP
  944. ++[pap] returns noop
  945. Found Auth-Type = MSCHAP
  946. # Executing group from file /etc/freeradius/sites-enabled/default
  947. +- entering group MS-CHAP {...}
  948. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  949. ++[mschap] returns reject
  950. Failed to authenticate the user.
  951. Using Post-Auth-Type Reject
  952. # Executing group from file /etc/freeradius/sites-enabled/default
  953. +- entering group REJECT {...}
  954. [attr_filter.access_reject] expand: %{User-Name} -> user
  955. attr_filter: Matched entry DEFAULT at line 11
  956. ++[attr_filter.access_reject] returns updated
  957. Delaying reject of request 8 for 1 seconds
  958. Going to the next request
  959. Waking up in 0.9 seconds.
  960. Sending delayed reject for request 8
  961. Sending Access-Reject of id 119 to 192.168.0.50 port 3072
  962. Waking up in 4.9 seconds.
  963. Cleaning up request 8 ID 119 with timestamp +104
  964. Ready to process requests.
  965. rad_recv: Access-Request packet from host 192.168.0.50 port 3072, id=120, length=165
  966. User-Name = "user"
  967. NAS-IP-Address = 192.168.0.50
  968. NAS-Port = 0
  969. Called-Station-Id = "00195b54c564"
  970. Calling-Station-Id = "001f5bb7c6a0"
  971. NAS-Identifier = "Realtek Access Point. 8181"
  972. Framed-MTU = 1400
  973. NAS-Port-Type = Wireless-802.11
  974. Service-Type = Framed-User
  975. Connect-Info = "CONNECT 11Mbps 802.11b"
  976. EAP-Message = 0x020000090175736572
  977. Message-Authenticator = 0x5274622b0152df2ba92be808261bde19
  978. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  979. +- entering group authorize {...}
  980. ++[preprocess] returns ok
  981. ++[chap] returns noop
  982. ++[mschap] returns noop
  983. ++[digest] returns noop
  984. [suffix] No '@' in User-Name = "user", looking up realm NULL
  985. [suffix] No such realm "NULL"
  986. ++[suffix] returns noop
  987. [eap] EAP packet type response id 0 length 9
  988. [eap] No EAP Start, assuming it's an on-going EAP conversation
  989. ++[eap] returns updated
  990. ++[files] returns noop
  991. [sql] expand: %{User-Name} -> user
  992. [sql] sql_set_user escaped user --> 'user'
  993. rlm_sql (sql): Reserving sql socket id: 4
  994. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  995. [sql] User found in radcheck table
  996. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  997. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  998. rlm_sql (sql): Released sql socket id: 4
  999. ++[sql] returns ok
  1000. ++[expiration] returns noop
  1001. ++[logintime] returns noop
  1002. [pap] WARNING: Auth-Type already set. Not setting to PAP
  1003. ++[pap] returns noop
  1004. Found Auth-Type = MSCHAP
  1005. # Executing group from file /etc/freeradius/sites-enabled/default
  1006. +- entering group MS-CHAP {...}
  1007. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  1008. ++[mschap] returns reject
  1009. Failed to authenticate the user.
  1010. Using Post-Auth-Type Reject
  1011. # Executing group from file /etc/freeradius/sites-enabled/default
  1012. +- entering group REJECT {...}
  1013. [attr_filter.access_reject] expand: %{User-Name} -> user
  1014. attr_filter: Matched entry DEFAULT at line 11
  1015. ++[attr_filter.access_reject] returns updated
  1016. Delaying reject of request 9 for 1 seconds
  1017. Going to the next request
  1018. Waking up in 0.9 seconds.
  1019. Sending delayed reject for request 9
  1020. Sending Access-Reject of id 120 to 192.168.0.50 port 3072
  1021. Waking up in 4.9 seconds.
  1022. Cleaning up request 9 ID 120 with timestamp +110
  1023. Ready to process requests.
  1024. rad_recv: Access-Request packet from host 127.0.0.1 port 50464, id=116, length=56
  1025. User-Name = "user"
  1026. User-Password = "password"
  1027. NAS-IP-Address = 127.0.1.1
  1028. NAS-Port = 0
  1029. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  1030. +- entering group authorize {...}
  1031. ++[preprocess] returns ok
  1032. ++[chap] returns noop
  1033. ++[mschap] returns noop
  1034. ++[digest] returns noop
  1035. [suffix] No '@' in User-Name = "user", looking up realm NULL
  1036. [suffix] No such realm "NULL"
  1037. ++[suffix] returns noop
  1038. [eap] No EAP-Message, not doing EAP
  1039. ++[eap] returns noop
  1040. ++[files] returns noop
  1041. [sql] expand: %{User-Name} -> user
  1042. [sql] sql_set_user escaped user --> 'user'
  1043. rlm_sql (sql): Reserving sql socket id: 3
  1044. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  1045. [sql] User found in radcheck table
  1046. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  1047. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  1048. rlm_sql (sql): Released sql socket id: 3
  1049. ++[sql] returns ok
  1050. ++[expiration] returns noop
  1051. ++[logintime] returns noop
  1052. [pap] WARNING: Auth-Type already set. Not setting to PAP
  1053. ++[pap] returns noop
  1054. Found Auth-Type = MSCHAP
  1055. # Executing group from file /etc/freeradius/sites-enabled/default
  1056. +- entering group MS-CHAP {...}
  1057. [mschap] ERROR: You set 'Auth-Type = MS-CHAP' for a request that does not contain any MS-CHAP attributes!
  1058. ++[mschap] returns reject
  1059. Failed to authenticate the user.
  1060. Using Post-Auth-Type Reject
  1061. # Executing group from file /etc/freeradius/sites-enabled/default
  1062. +- entering group REJECT {...}
  1063. [attr_filter.access_reject] expand: %{User-Name} -> user
  1064. attr_filter: Matched entry DEFAULT at line 11
  1065. ++[attr_filter.access_reject] returns updated
  1066. Delaying reject of request 10 for 1 seconds
  1067. Going to the next request
  1068. Waking up in 0.9 seconds.
  1069. Sending delayed reject for request 10
  1070. Sending Access-Reject of id 116 to 127.0.0.1 port 50464
  1071. Waking up in 4.9 seconds.
  1072. Cleaning up request 10 ID 116 with timestamp +455
  1073. Ready to process requests.
  1074. rad_recv: Access-Request packet from host 127.0.0.1 port 54842, id=19, length=56
  1075. User-Name = "user"
  1076. User-Password = "password"
  1077. NAS-IP-Address = 127.0.1.1
  1078. NAS-Port = 0
  1079. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  1080. +- entering group authorize {...}
  1081. ++[preprocess] returns ok
  1082. ++[chap] returns noop
  1083. ++[mschap] returns noop
  1084. ++[digest] returns noop
  1085. [suffix] No '@' in User-Name = "user", looking up realm NULL
  1086. [suffix] No such realm "NULL"
  1087. ++[suffix] returns noop
  1088. [eap] No EAP-Message, not doing EAP
  1089. ++[eap] returns noop
  1090. ++[files] returns noop
  1091. [sql] expand: %{User-Name} -> user
  1092. [sql] sql_set_user escaped user --> 'user'
  1093. rlm_sql (sql): Reserving sql socket id: 2
  1094. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  1095. [sql] User found in radcheck table
  1096. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  1097. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  1098. rlm_sql (sql): Released sql socket id: 2
  1099. ++[sql] returns ok
  1100. ++[expiration] returns noop
  1101. ++[logintime] returns noop
  1102. [pap] WARNING: Auth-Type already set. Not setting to PAP
  1103. ++[pap] returns noop
  1104. Found Auth-Type = CHAP
  1105. # Executing group from file /etc/freeradius/sites-enabled/default
  1106. +- entering group CHAP {...}
  1107. [chap] ERROR: You set 'Auth-Type = CHAP' for a request that does not contain a CHAP-Password attribute!
  1108. ++[chap] returns invalid
  1109. Failed to authenticate the user.
  1110. Using Post-Auth-Type Reject
  1111. # Executing group from file /etc/freeradius/sites-enabled/default
  1112. +- entering group REJECT {...}
  1113. [attr_filter.access_reject] expand: %{User-Name} -> user
  1114. attr_filter: Matched entry DEFAULT at line 11
  1115. ++[attr_filter.access_reject] returns updated
  1116. Delaying reject of request 11 for 1 seconds
  1117. Going to the next request
  1118. Waking up in 0.9 seconds.
  1119. Sending delayed reject for request 11
  1120. Sending Access-Reject of id 19 to 127.0.0.1 port 54842
  1121. Waking up in 4.9 seconds.
  1122. Cleaning up request 11 ID 19 with timestamp +546
  1123. Ready to process requests.
  1124. rad_recv: Access-Request packet from host 127.0.0.1 port 50881, id=126, length=56
  1125. User-Name = "user"
  1126. User-Password = "password"
  1127. NAS-IP-Address = 127.0.1.1
  1128. NAS-Port = 0
  1129. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  1130. +- entering group authorize {...}
  1131. ++[preprocess] returns ok
  1132. ++[chap] returns noop
  1133. ++[mschap] returns noop
  1134. ++[digest] returns noop
  1135. [suffix] No '@' in User-Name = "user", looking up realm NULL
  1136. [suffix] No such realm "NULL"
  1137. ++[suffix] returns noop
  1138. [eap] No EAP-Message, not doing EAP
  1139. ++[eap] returns noop
  1140. ++[files] returns noop
  1141. [sql] expand: %{User-Name} -> user
  1142. [sql] sql_set_user escaped user --> 'user'
  1143. rlm_sql (sql): Reserving sql socket id: 1
  1144. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  1145. [sql] User found in radcheck table
  1146. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  1147. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  1148. rlm_sql (sql): Released sql socket id: 1
  1149. ++[sql] returns ok
  1150. ++[expiration] returns noop
  1151. ++[logintime] returns noop
  1152. [pap] WARNING: Auth-Type already set. Not setting to PAP
  1153. ++[pap] returns noop
  1154. Found Auth-Type = PAP
  1155. # Executing group from file /etc/freeradius/sites-enabled/default
  1156. +- entering group PAP {...}
  1157. [pap] login attempt with password "password"
  1158. [pap] Using clear text password "password"
  1159. [pap] User authenticated successfully
  1160. ++[pap] returns ok
  1161. # Executing section post-auth from file /etc/freeradius/sites-enabled/default
  1162. +- entering group post-auth {...}
  1163. [sql] expand: %{User-Name} -> user
  1164. [sql] sql_set_user escaped user --> 'user'
  1165. [sql] expand: %{User-Password} -> password
  1166. [sql] expand: INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S') -> INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'user', 'password', 'Access-Accept', '2011-07-27 23:15:44')
  1167. rlm_sql (sql) in sql_postauth: query is INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'user', 'password', 'Access-Accept', '2011-07-27 23:15:44')
  1168. rlm_sql (sql): Reserving sql socket id: 0
  1169. rlm_sql (sql): Released sql socket id: 0
  1170. ++[sql] returns ok
  1171. ++[exec] returns noop
  1172. Sending Access-Accept of id 126 to 127.0.0.1 port 50881
  1173. Finished request 12.
  1174. Going to the next request
  1175. Waking up in 4.9 seconds.
  1176. rad_recv: Access-Request packet from host 127.0.0.1 port 53910, id=84, length=56
  1177. User-Name = "user"
  1178. User-Password = "password"
  1179. NAS-IP-Address = 127.0.1.1
  1180. NAS-Port = 0
  1181. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  1182. +- entering group authorize {...}
  1183. ++[preprocess] returns ok
  1184. ++[chap] returns noop
  1185. ++[mschap] returns noop
  1186. ++[digest] returns noop
  1187. [suffix] No '@' in User-Name = "user", looking up realm NULL
  1188. [suffix] No such realm "NULL"
  1189. ++[suffix] returns noop
  1190. [eap] No EAP-Message, not doing EAP
  1191. ++[eap] returns noop
  1192. ++[files] returns noop
  1193. [sql] expand: %{User-Name} -> user
  1194. [sql] sql_set_user escaped user --> 'user'
  1195. rlm_sql (sql): Reserving sql socket id: 4
  1196. [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user' ORDER BY id
  1197. [sql] User found in radcheck table
  1198. [sql] expand: SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radreply WHERE username = 'user' ORDER BY id
  1199. [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = 'user' ORDER BY priority
  1200. rlm_sql (sql): Released sql socket id: 4
  1201. ++[sql] returns ok
  1202. ++[expiration] returns noop
  1203. ++[logintime] returns noop
  1204. [pap] WARNING: Auth-Type already set. Not setting to PAP
  1205. ++[pap] returns noop
  1206. Found Auth-Type = PAP
  1207. # Executing group from file /etc/freeradius/sites-enabled/default
  1208. +- entering group PAP {...}
  1209. [pap] login attempt with password "password"
  1210. [pap] Using clear text password "password"
  1211. [pap] User authenticated successfully
  1212. ++[pap] returns ok
  1213. # Executing section post-auth from file /etc/freeradius/sites-enabled/default
  1214. +- entering group post-auth {...}
  1215. [sql] expand: %{User-Name} -> user
  1216. [sql] sql_set_user escaped user --> 'user'
  1217. [sql] expand: %{User-Password} -> password
  1218. [sql] expand: INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S') -> INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'user', 'password', 'Access-Accept', '2011-07-27 23:15:47')
  1219. rlm_sql (sql) in sql_postauth: query is INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( 'user', 'password', 'Access-Accept', '2011-07-27 23:15:47')
  1220. rlm_sql (sql): Reserving sql socket id: 3
  1221. rlm_sql (sql): Released sql socket id: 3
  1222. ++[sql] returns ok
  1223. ++[exec] returns noop
  1224. Sending Access-Accept of id 84 to 127.0.0.1 port 53910
  1225. Finished request 13.
  1226. Going to the next request
  1227. Waking up in 3.1 seconds.
  1228. Cleaning up request 12 ID 126 with timestamp +584
  1229. Waking up in 1.8 seconds.
  1230. Cleaning up request 13 ID 84 with timestamp +587
  1231. Ready to process requests.
Add Comment
Please, Sign In to add comment