Advertisement
Guest User

Untitled

a guest
Jun 29th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.27 KB | None | 0 0
  1. root@daloradius:~# freeradius -X
  2. FreeRADIUS Version 2.1.12, for host x86_64-pc-linux-gnu, built on Jul 26 2017 at 15:30:42
  3. Copyright (C) 1999-2009 The FreeRADIUS server project and contributors.
  4. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  5. PARTICULAR PURPOSE.
  6. You may redistribute copies of FreeRADIUS under the terms of the
  7. GNU General Public License v2.
  8. Starting - reading configuration files ...
  9. including configuration file /etc/freeradius/radiusd.conf
  10. including configuration file /etc/freeradius/proxy.conf
  11. including configuration file /etc/freeradius/clients.conf
  12. including files in directory /etc/freeradius/modules/
  13. including configuration file /etc/freeradius/modules/smbpasswd
  14. including configuration file /etc/freeradius/modules/sqlcounter_expire_on_login
  15. including configuration file /etc/freeradius/modules/mac2vlan
  16. including configuration file /etc/freeradius/modules/always
  17. including configuration file /etc/freeradius/modules/acct_unique
  18. including configuration file /etc/freeradius/modules/files
  19. including configuration file /etc/freeradius/modules/ldap
  20. including configuration file /etc/freeradius/modules/krb5
  21. including configuration file /etc/freeradius/modules/expr
  22. including configuration file /etc/freeradius/modules/cui
  23. including configuration file /etc/freeradius/modules/etc_group
  24. including configuration file /etc/freeradius/modules/unix
  25. including configuration file /etc/freeradius/modules/attr_rewrite
  26. including configuration file /etc/freeradius/modules/digest
  27. including configuration file /etc/freeradius/modules/mac2ip
  28. including configuration file /etc/freeradius/modules/realm
  29. including configuration file /etc/freeradius/modules/opendirectory
  30. including configuration file /etc/freeradius/modules/linelog
  31. including configuration file /etc/freeradius/modules/redis
  32. including configuration file /etc/freeradius/modules/wimax
  33. including configuration file /etc/freeradius/modules/passwd
  34. including configuration file /etc/freeradius/modules/sradutmp
  35. including configuration file /etc/freeradius/modules/counter
  36. including configuration file /etc/freeradius/modules/detail.log
  37. including configuration file /etc/freeradius/modules/otp
  38. including configuration file /etc/freeradius/modules/rediswho
  39. including configuration file /etc/freeradius/modules/dynamic_clients
  40. including configuration file /etc/freeradius/modules/pam
  41. including configuration file /etc/freeradius/modules/pap
  42. including configuration file /etc/freeradius/modules/logintime
  43. including configuration file /etc/freeradius/modules/replicate
  44. including configuration file /etc/freeradius/modules/checkval
  45. including configuration file /etc/freeradius/modules/attr_filter
  46. including configuration file /etc/freeradius/modules/perl
  47. including configuration file /etc/freeradius/modules/sql_log
  48. including configuration file /etc/freeradius/modules/detail.example.com
  49. including configuration file /etc/freeradius/modules/preprocess
  50. including configuration file /etc/freeradius/modules/soh
  51. including configuration file /etc/freeradius/modules/exec
  52. including configuration file /etc/freeradius/modules/smsotp
  53. including configuration file /etc/freeradius/modules/expiration
  54. including configuration file /etc/freeradius/modules/chap
  55. including configuration file /etc/freeradius/modules/detail
  56. including configuration file /etc/freeradius/modules/echo
  57. including configuration file /etc/freeradius/modules/inner-eap
  58. including configuration file /etc/freeradius/modules/policy
  59. including configuration file /etc/freeradius/modules/mschap
  60. including configuration file /etc/freeradius/modules/ippool
  61. including configuration file /etc/freeradius/modules/radutmp
  62. including configuration file /etc/freeradius/modules/ntlm_auth
  63. including configuration file /etc/freeradius/eap.conf
  64. including configuration file /etc/freeradius/sql.conf
  65. including configuration file /etc/freeradius/sql/mysql/dialup.conf
  66. including configuration file /etc/freeradius/policy.conf
  67. including files in directory /etc/freeradius/sites-enabled/
  68. including configuration file /etc/freeradius/sites-enabled/default
  69. including configuration file /etc/freeradius/sites-enabled/inner-tunnel
  70. main {
  71. user = "freerad"
  72. group = "freerad"
  73. allow_core_dumps = no
  74. }
  75. including dictionary file /etc/freeradius/dictionary
  76. main {
  77. name = "freeradius"
  78. prefix = "/usr"
  79. localstatedir = "/var"
  80. sbindir = "/usr/sbin"
  81. logdir = "/var/log/freeradius"
  82. run_dir = "/var/run/freeradius"
  83. libdir = "/usr/lib/freeradius"
  84. radacctdir = "/var/log/freeradius/radacct"
  85. hostname_lookups = no
  86. max_request_time = 30
  87. cleanup_delay = 5
  88. max_requests = 1024
  89. pidfile = "/var/run/freeradius/freeradius.pid"
  90. checkrad = "/usr/sbin/checkrad"
  91. debug_level = 0
  92. proxy_requests = yes
  93. log {
  94. stripped_names = no
  95. auth = no
  96. auth_badpass = no
  97. auth_goodpass = no
  98. }
  99. security {
  100. max_attributes = 200
  101. reject_delay = 1
  102. status_server = yes
  103. }
  104. }
  105. radiusd: #### Loading Realms and Home Servers ####
  106. proxy server {
  107. retry_delay = 5
  108. retry_count = 3
  109. default_fallback = no
  110. dead_time = 120
  111. wake_all_if_all_dead = no
  112. }
  113. home_server localhost {
  114. ipaddr = 127.0.0.1
  115. port = 1812
  116. type = "auth"
  117. secret = "testing123"
  118. response_window = 20
  119. max_outstanding = 65536
  120. require_message_authenticator = yes
  121. zombie_period = 40
  122. status_check = "status-server"
  123. ping_interval = 30
  124. check_interval = 30
  125. num_answers_to_alive = 3
  126. num_pings_to_alive = 3
  127. revive_interval = 120
  128. status_check_timeout = 4
  129. coa {
  130. irt = 2
  131. mrt = 16
  132. mrc = 5
  133. mrd = 30
  134. }
  135. }
  136. home_server_pool my_auth_failover {
  137. type = fail-over
  138. home_server = localhost
  139. }
  140. realm example.com {
  141. auth_pool = my_auth_failover
  142. }
  143. realm LOCAL {
  144. }
  145. radiusd: #### Loading Clients ####
  146. client localhost {
  147. ipaddr = 127.0.0.1
  148. require_message_authenticator = no
  149. secret = "testing123"
  150. nastype = "other"
  151. }
  152. radiusd: #### Instantiating modules ####
  153. instantiate {
  154. Module: Linked to module rlm_exec
  155. Module: Instantiating module "exec" from file /etc/freeradius/modules/exec
  156. exec {
  157. wait = no
  158. input_pairs = "request"
  159. shell_escape = yes
  160. }
  161. Module: Linked to module rlm_expr
  162. Module: Instantiating module "expr" from file /etc/freeradius/modules/expr
  163. Module: Linked to module rlm_expiration
  164. Module: Instantiating module "expiration" from file /etc/freeradius/modules/expiration
  165. expiration {
  166. reply-message = "Password Has Expired "
  167. }
  168. Module: Linked to module rlm_logintime
  169. Module: Instantiating module "logintime" from file /etc/freeradius/modules/logintime
  170. logintime {
  171. reply-message = "You are calling outside your allowed timespan "
  172. minimum-timeout = 60
  173. }
  174. }
  175. radiusd: #### Loading Virtual Servers ####
  176. server { # from file /etc/freeradius/radiusd.conf
  177. modules {
  178. Module: Creating Auth-Type = digest
  179. Module: Creating Post-Auth-Type = REJECT
  180. Module: Checking authenticate {...} for more modules to load
  181. Module: Linked to module rlm_pap
  182. Module: Instantiating module "pap" from file /etc/freeradius/modules/pap
  183. pap {
  184. encryption_scheme = "auto"
  185. auto_header = no
  186. }
  187. Module: Linked to module rlm_chap
  188. Module: Instantiating module "chap" from file /etc/freeradius/modules/chap
  189. Module: Linked to module rlm_mschap
  190. Module: Instantiating module "mschap" from file /etc/freeradius/modules/mschap
  191. mschap {
  192. use_mppe = yes
  193. require_encryption = no
  194. require_strong = no
  195. with_ntdomain_hack = no
  196. allow_retry = yes
  197. }
  198. Module: Linked to module rlm_digest
  199. Module: Instantiating module "digest" from file /etc/freeradius/modules/digest
  200. Module: Linked to module rlm_unix
  201. Module: Instantiating module "unix" from file /etc/freeradius/modules/unix
  202. unix {
  203. radwtmp = "/var/log/freeradius/radwtmp"
  204. }
  205. Module: Linked to module rlm_eap
  206. Module: Instantiating module "eap" from file /etc/freeradius/eap.conf
  207. eap {
  208. default_eap_type = "md5"
  209. timer_expire = 60
  210. ignore_unknown_eap_types = no
  211. cisco_accounting_username_bug = no
  212. max_sessions = 4096
  213. }
  214. Module: Linked to sub-module rlm_eap_md5
  215. Module: Instantiating eap-md5
  216. Module: Linked to sub-module rlm_eap_leap
  217. Module: Instantiating eap-leap
  218. Module: Linked to sub-module rlm_eap_gtc
  219. Module: Instantiating eap-gtc
  220. gtc {
  221. challenge = "Password: "
  222. auth_type = "PAP"
  223. }
  224. Module: Linked to sub-module rlm_eap_tls
  225. Module: Instantiating eap-tls
  226. tls {
  227. rsa_key_exchange = no
  228. dh_key_exchange = yes
  229. rsa_key_length = 512
  230. dh_key_length = 512
  231. verify_depth = 0
  232. CA_path = "/etc/freeradius/certs"
  233. pem_file_type = yes
  234. private_key_file = "/etc/freeradius/certs/server.key"
  235. certificate_file = "/etc/freeradius/certs/server.pem"
  236. CA_file = "/etc/freeradius/certs/ca.pem"
  237. private_key_password = "whatever"
  238. dh_file = "/etc/freeradius/certs/dh"
  239. random_file = "/dev/urandom"
  240. fragment_size = 1024
  241. include_length = yes
  242. check_crl = no
  243. cipher_list = "DEFAULT"
  244. make_cert_command = "/etc/freeradius/certs/bootstrap"
  245. ecdh_curve = "prime256v1"
  246. cache {
  247. enable = no
  248. lifetime = 24
  249. max_entries = 255
  250. }
  251. verify {
  252. }
  253. ocsp {
  254. enable = no
  255. override_cert_url = yes
  256. url = "http://127.0.0.1/ocsp/"
  257. }
  258. }
  259. Module: Linked to sub-module rlm_eap_ttls
  260. Module: Instantiating eap-ttls
  261. ttls {
  262. default_eap_type = "md5"
  263. copy_request_to_tunnel = no
  264. use_tunneled_reply = no
  265. virtual_server = "inner-tunnel"
  266. include_length = yes
  267. }
  268. Module: Linked to sub-module rlm_eap_peap
  269. Module: Instantiating eap-peap
  270. peap {
  271. default_eap_type = "mschapv2"
  272. copy_request_to_tunnel = no
  273. use_tunneled_reply = no
  274. proxy_tunneled_request_as_eap = yes
  275. virtual_server = "inner-tunnel"
  276. soh = no
  277. }
  278. Module: Linked to sub-module rlm_eap_mschapv2
  279. Module: Instantiating eap-mschapv2
  280. mschapv2 {
  281. with_ntdomain_hack = no
  282. send_error = no
  283. }
  284. Module: Checking authorize {...} for more modules to load
  285. Module: Linked to module rlm_preprocess
  286. Module: Instantiating module "preprocess" from file /etc/freeradius/modules/preprocess
  287. preprocess {
  288. huntgroups = "/etc/freeradius/huntgroups"
  289. hints = "/etc/freeradius/hints"
  290. with_ascend_hack = no
  291. ascend_channels_per_line = 23
  292. with_ntdomain_hack = no
  293. with_specialix_jetstream_hack = no
  294. with_cisco_vsa_hack = no
  295. with_alvarion_vsa_hack = no
  296. }
  297. Module: Linked to module rlm_realm
  298. Module: Instantiating module "suffix" from file /etc/freeradius/modules/realm
  299. realm suffix {
  300. format = "suffix"
  301. delimiter = "@"
  302. ignore_default = no
  303. ignore_null = no
  304. }
  305. Module: Linked to module rlm_sql
  306. Module: Instantiating module "sql" from file /etc/freeradius/sql.conf
  307. sql {
  308. driver = "rlm_sql_mysql"
  309. server = "localhost"
  310. port = ""
  311. login = "root"
  312. password = "jocika1234"
  313. radius_db = "radius"
  314. read_groups = yes
  315. sqltrace = no
  316. sqltracefile = "/var/log/freeradius/sqltrace.sql"
  317. readclients = yes
  318. deletestalesessions = yes
  319. num_sql_socks = 5
  320. lifetime = 0
  321. max_queries = 0
  322. sql_user_name = "%{User-Name}"
  323. default_user_profile = ""
  324. nas_query = "SELECT id, nasname, shortname, type, secret, server FROM nas"
  325. authorize_check_query = "SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id"
  326. authorize_reply_query = "SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id"
  327. authorize_group_check_query = "SELECT id, groupname, attribute, Value, op FROM radgroupcheck WHERE groupname = '%{Sql-Group}' ORDER BY id"
  328. authorize_group_reply_query = "SELECT id, groupname, attribute, value, op FROM radgroupreply WHERE groupname = '%{Sql-Group}' ORDER BY id"
  329. 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'"
  330. 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}'"
  331. 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}')"
  332. 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}')"
  333. 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}'"
  334. 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}'"
  335. 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}')"
  336. group_membership_query = "SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority"
  337. connect_failure_retry_delay = 60
  338. simul_count_query = ""
  339. simul_verify_query = "SELECT radacctid, acctsessionid, username, nasipaddress, nasportid, framedipaddress, callingstationid, framedprotocol FROM radacct WHERE username = '%{SQL-User-Name}' AND acctstoptime IS NULL"
  340. postauth_query = "INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S')"
  341. safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  342. }
  343. rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked
  344. rlm_sql (sql): Attempting to connect to root@localhost:/radius
  345. rlm_sql (sql): starting 0
  346. rlm_sql (sql): Attempting to connect rlm_sql_mysql #0
  347. rlm_sql_mysql: Starting connect to MySQL server for #0
  348. rlm_sql (sql): Connected new DB handle, #0
  349. rlm_sql (sql): starting 1
  350. rlm_sql (sql): Attempting to connect rlm_sql_mysql #1
  351. rlm_sql_mysql: Starting connect to MySQL server for #1
  352. rlm_sql (sql): Connected new DB handle, #1
  353. rlm_sql (sql): starting 2
  354. rlm_sql (sql): Attempting to connect rlm_sql_mysql #2
  355. rlm_sql_mysql: Starting connect to MySQL server for #2
  356. rlm_sql (sql): Connected new DB handle, #2
  357. rlm_sql (sql): starting 3
  358. rlm_sql (sql): Attempting to connect rlm_sql_mysql #3
  359. rlm_sql_mysql: Starting connect to MySQL server for #3
  360. rlm_sql (sql): Connected new DB handle, #3
  361. rlm_sql (sql): starting 4
  362. rlm_sql (sql): Attempting to connect rlm_sql_mysql #4
  363. rlm_sql_mysql: Starting connect to MySQL server for #4
  364. rlm_sql (sql): Connected new DB handle, #4
  365. rlm_sql (sql): Processing generate_sql_clients
  366. rlm_sql (sql) in generate_sql_clients: query is SELECT id, nasname, shortname, type, secret, server FROM nas
  367. rlm_sql (sql): Reserving sql socket id: 4
  368. rlm_sql (sql): No short name found for row 4
  369. rlm_sql (sql): Released sql socket id: 4
  370. Module: Linked to module rlm_checkval
  371. Module: Instantiating module "checkval" from file /etc/freeradius/modules/checkval
  372. checkval {
  373. item-name = "Calling-Station-Id"
  374. check-name = "Calling-Station-Id"
  375. data-type = "string"
  376. notfound-reject = no
  377. }
  378. rlm_checkval: Registered name Calling-Station-Id for attribute 31
  379. Module: Linked to module rlm_sqlcounter
  380. Module: Instantiating module "totalbytecounter" from file /etc/freeradius/modules/sqlcounter_expire_on_login
  381. sqlcounter totalbytecounter {
  382. counter-name = "Mikrotik-Total-Limit"
  383. check-name = "Mikrotik-Total-Limit"
  384. reply-name = "Mikrotik-Total-Limit"
  385. key = "User-Name"
  386. sqlmod-inst = "sql"
  387. query = "SELECT ((SUM(AcctInputOctets)+SUM(AcctOutputOctets))) FROM radacct WHERE UserName='%{%k}'"
  388. reset = "never"
  389. safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  390. }
  391. rlm_sqlcounter: Reply attribute Mikrotik-Total-Limit is number 982253585
  392. rlm_sqlcounter: Counter attribute Mikrotik-Total-Limit is number 982253585
  393. rlm_sqlcounter: Check attribute Mikrotik-Total-Limit is number 982253585
  394. rlm_sqlcounter: Current Time: 1530268811 [2018-06-29 10:40:11], Next reset 0 [2018-06-29 10:00:00]
  395. rlm_sqlcounter: Current Time: 1530268811 [2018-06-29 10:40:11], Prev reset 0 [2018-06-29 10:00:00]
  396. Module: Linked to module rlm_always
  397. Module: Instantiating module "reject" from file /etc/freeradius/modules/always
  398. always reject {
  399. rcode = "reject"
  400. simulcount = 0
  401. mpp = no
  402. }
  403. Module: Checking preacct {...} for more modules to load
  404. Module: Linked to module rlm_acct_unique
  405. Module: Instantiating module "acct_unique" from file /etc/freeradius/modules/acct_unique
  406. acct_unique {
  407. key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"
  408. }
  409. Module: Checking accounting {...} for more modules to load
  410. Module: Linked to module rlm_detail
  411. Module: Instantiating module "detail" from file /etc/freeradius/modules/detail
  412. detail {
  413. detailfile = "/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d"
  414. header = "%t"
  415. detailperm = 384
  416. dirperm = 493
  417. locking = no
  418. log_packet_header = no
  419. }
  420. Module: Linked to module rlm_radutmp
  421. Module: Instantiating module "radutmp" from file /etc/freeradius/modules/radutmp
  422. radutmp {
  423. filename = "/var/log/freeradius/radutmp"
  424. username = "%{User-Name}"
  425. case_sensitive = yes
  426. check_with_nas = yes
  427. perm = 384
  428. callerid = yes
  429. }
  430. Module: Linked to module rlm_attr_filter
  431. Module: Instantiating module "attr_filter.accounting_response" from file /etc/freeradius/modules/attr_filter
  432. attr_filter attr_filter.accounting_response {
  433. attrsfile = "/etc/freeradius/attrs.accounting_response"
  434. key = "%{User-Name}"
  435. relaxed = no
  436. }
  437. Module: Checking session {...} for more modules to load
  438. Module: Checking post-proxy {...} for more modules to load
  439. Module: Checking post-auth {...} for more modules to load
  440. Module: Instantiating module "attr_filter.access_reject" from file /etc/freeradius/modules/attr_filter
  441. attr_filter attr_filter.access_reject {
  442. attrsfile = "/etc/freeradius/attrs.access_reject"
  443. key = "%{User-Name}"
  444. relaxed = no
  445. }
  446. } # modules
  447. } # server
  448. server inner-tunnel { # from file /etc/freeradius/sites-enabled/inner-tunnel
  449. modules {
  450. Module: Checking authenticate {...} for more modules to load
  451. Module: Checking authorize {...} for more modules to load
  452. Module: Linked to module rlm_files
  453. Module: Instantiating module "files" from file /etc/freeradius/modules/files
  454. files {
  455. usersfile = "/etc/freeradius/users"
  456. acctusersfile = "/etc/freeradius/acct_users"
  457. preproxy_usersfile = "/etc/freeradius/preproxy_users"
  458. compat = "no"
  459. }
  460. Module: Checking session {...} for more modules to load
  461. Module: Checking post-proxy {...} for more modules to load
  462. Module: Checking post-auth {...} for more modules to load
  463. } # modules
  464. } # server
  465. radiusd: #### Opening IP addresses and Ports ####
  466. listen {
  467. type = "auth"
  468. ipaddr = *
  469. port = 0
  470. Failed binding to authentication address * port 1812: Address already in use
  471. /etc/freeradius/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812
  472. root@daloradius:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement