Advertisement
Guest User

Untitled

a guest
May 17th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.36 KB | None | 0 0
  1. FreeRADIUS Version 2.1.0, for host i486-pc-linux-gnu, built on Apr 30 2009 at 07:22:56
  2. Copyright (C) 1999-2008 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/wimax
  13. including configuration file /etc/freeradius/modules/logintime
  14. including configuration file /etc/freeradius/modules/acct_unique
  15. including configuration file /etc/freeradius/modules/detail
  16. including configuration file /etc/freeradius/modules/policy
  17. including configuration file /etc/freeradius/modules/etc_group
  18. including configuration file /etc/freeradius/modules/preprocess
  19. including configuration file /etc/freeradius/modules/unix
  20. including configuration file /etc/freeradius/modules/digest
  21. including configuration file /etc/freeradius/modules/always
  22. including configuration file /etc/freeradius/modules/files
  23. including configuration file /etc/freeradius/modules/pam
  24. including configuration file /etc/freeradius/modules/radutmp
  25. including configuration file /etc/freeradius/modules/detail.example.com
  26. including configuration file /etc/freeradius/modules/echo
  27. including configuration file /etc/freeradius/modules/counter
  28. including configuration file /etc/freeradius/modules/passwd
  29. including configuration file /etc/freeradius/modules/checkval
  30. including configuration file /etc/freeradius/modules/sradutmp
  31. including configuration file /etc/freeradius/modules/attr_filter
  32. including configuration file /etc/freeradius/modules/mac2ip
  33. including configuration file /etc/freeradius/modules/ldap
  34. including configuration file /etc/freeradius/modules/chap
  35. including configuration file /etc/freeradius/modules/mac2vlan
  36. including configuration file /etc/freeradius/modules/expr
  37. including configuration file /etc/freeradius/modules/inner-eap
  38. including configuration file /etc/freeradius/modules/exec
  39. including configuration file /etc/freeradius/modules/expiration
  40. including configuration file /etc/freeradius/modules/krb5
  41. including configuration file /etc/freeradius/modules/sql_log
  42. including configuration file /etc/freeradius/modules/realm
  43. including configuration file /etc/freeradius/modules/smbpasswd
  44. including configuration file /etc/freeradius/modules/mschap
  45. including configuration file /etc/freeradius/modules/ippool
  46. including configuration file /etc/freeradius/modules/pap
  47. including configuration file /etc/freeradius/modules/detail.log
  48. including configuration file /etc/freeradius/modules/attr_rewrite
  49. including configuration file /etc/freeradius/modules/linelog
  50. including configuration file /etc/freeradius/eap.conf
  51. including configuration file /etc/freeradius/sql.conf
  52. including configuration file /etc/freeradius/sql/mysql/dialup.conf
  53. including configuration file /etc/freeradius/sql/mysql/counter.conf
  54. including configuration file /etc/freeradius/policy.conf
  55. including files in directory /etc/freeradius/sites-enabled/
  56. including configuration file /etc/freeradius/sites-enabled/inner-tunnel
  57. including configuration file /etc/freeradius/sites-enabled/default
  58. including dictionary file /etc/freeradius/dictionary
  59. main {
  60. prefix = "/usr"
  61. localstatedir = "/var"
  62. logdir = "/var/log/freeradius"
  63. libdir = "/usr/lib/freeradius"
  64. radacctdir = "/var/log/freeradius/radacct"
  65. hostname_lookups = no
  66. max_request_time = 30
  67. cleanup_delay = 5
  68. max_requests = 1024
  69. allow_core_dumps = no
  70. pidfile = "/var/run/freeradius/freeradius.pid"
  71. checkrad = "/usr/sbin/checkrad"
  72. debug_level = 0
  73. proxy_requests = yes
  74. log {
  75. stripped_names = no
  76. auth = no
  77. auth_badpass = no
  78. auth_goodpass = no
  79. }
  80. security {
  81. max_attributes = 200
  82. reject_delay = 1
  83. status_server = yes
  84. }
  85. }
  86. client localhost {
  87. ipaddr = 127.0.0.1
  88. require_message_authenticator = no
  89. secret = "easyhotspot"
  90. nastype = "other"
  91. }
  92. radiusd: #### Loading Realms and Home Servers ####
  93. proxy server {
  94. retry_delay = 5
  95. retry_count = 3
  96. default_fallback = no
  97. dead_time = 120
  98. wake_all_if_all_dead = no
  99. }
  100. home_server localhost {
  101. ipaddr = 127.0.0.1
  102. port = 1812
  103. type = "auth"
  104. secret = "testing123"
  105. response_window = 20
  106. max_outstanding = 65536
  107. zombie_period = 40
  108. status_check = "status-server"
  109. ping_interval = 30
  110. check_interval = 30
  111. num_answers_to_alive = 3
  112. num_pings_to_alive = 3
  113. revive_interval = 120
  114. status_check_timeout = 4
  115. }
  116. home_server_pool my_auth_failover {
  117. type = fail-over
  118. home_server = localhost
  119. }
  120. realm example.com {
  121. auth_pool = my_auth_failover
  122. }
  123. realm LOCAL {
  124. }
  125. radiusd: #### Instantiating modules ####
  126. instantiate {
  127. Module: Linked to module rlm_exec
  128. Module: Instantiating exec
  129. exec {
  130. wait = no
  131. input_pairs = "request"
  132. shell_escape = yes
  133. }
  134. Module: Linked to module rlm_expr
  135. Module: Instantiating expr
  136. Module: Linked to module rlm_expiration
  137. Module: Instantiating expiration
  138. expiration {
  139. reply-message = "Password Has Expired "
  140. }
  141. Module: Linked to module rlm_sqlcounter
  142. Module: Instantiating chillispot_max_bytes
  143. sqlcounter chillispot_max_bytes {
  144. counter-name = "ChilliSpot-Max-Total-Octets"
  145. check-name = "ChilliSpot-Max-Total-Octets"
  146. reply-name = "ChilliSpot-Max-Total-Octets"
  147. key = "User-Name"
  148. sqlmod-inst = "sql"
  149. query = "SELECT SUM(AcctInputOctets) + SUM(AcctOutputOctets) FROM radacct WHERE"
  150. reset = "never"
  151. safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  152. }
  153. rlm_sqlcounter: Reply attribute ChilliSpot-Max-Total-Octets is number 954138627
  154. rlm_sqlcounter: Counter attribute ChilliSpot-Max-Total-Octets is number 954138627
  155. rlm_sqlcounter: Check attribute ChilliSpot-Max-Total-Octets is number 954138627
  156. rlm_sqlcounter: Current Time: 1270404328 [2010-04-04 14:05:28], Next reset 0 [2010-04-04 14:00:00]
  157. rlm_sqlcounter: Current Time: 1270404328 [2010-04-04 14:05:28], Prev reset 0 [2010-04-04 14:00:00]
  158. Module: Instantiating noresetcounter
  159. sqlcounter noresetcounter {
  160. counter-name = "Session-Timeout"
  161. check-name = "Session-Timeout"
  162. reply-name = "Session-Timeout"
  163. key = "User-Name"
  164. sqlmod-inst = "sql"
  165. query = "SELECT SUM(Acctsessiontime) FROM radacct WHERE UserName='%{%k}'"
  166. reset = "never"
  167. safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  168. }
  169. rlm_sqlcounter: Reply attribute Session-Timeout is number 27
  170. rlm_sqlcounter: Counter attribute Session-Timeout is number 27
  171. rlm_sqlcounter: Check attribute Session-Timeout is number 27
  172. rlm_sqlcounter: Current Time: 1270404328 [2010-04-04 14:05:28], Next reset 0 [2010-04-04 14:00:00]
  173. rlm_sqlcounter: Current Time: 1270404328 [2010-04-04 14:05:28], Prev reset 0 [2010-04-04 14:00:00]
  174. Module: Linked to module rlm_logintime
  175. Module: Instantiating logintime
  176. logintime {
  177. reply-message = "You are calling outside your allowed timespan "
  178. minimum-timeout = 60
  179. }
  180. }
  181. radiusd: #### Loading Virtual Servers ####
  182. server inner-tunnel {
  183. modules {
  184. Module: Checking authenticate {...} for more modules to load
  185. Module: Linked to module rlm_pap
  186. Module: Instantiating pap
  187. pap {
  188. encryption_scheme = "auto"
  189. auto_header = no
  190. }
  191. Module: Linked to module rlm_chap
  192. Module: Instantiating chap
  193. Module: Linked to module rlm_mschap
  194. Module: Instantiating mschap
  195. mschap {
  196. use_mppe = yes
  197. require_encryption = no
  198. require_strong = no
  199. with_ntdomain_hack = no
  200. }
  201. Module: Linked to module rlm_unix
  202. Module: Instantiating unix
  203. unix {
  204. radwtmp = "/var/log/freeradius/radwtmp"
  205. }
  206. Module: Linked to module rlm_eap
  207. Module: Instantiating eap
  208. eap {
  209. default_eap_type = "md5"
  210. timer_expire = 60
  211. ignore_unknown_eap_types = no
  212. cisco_accounting_username_bug = no
  213. max_sessions = 2048
  214. }
  215. Module: Linked to sub-module rlm_eap_md5
  216. Module: Instantiating eap-md5
  217. Module: Linked to sub-module rlm_eap_leap
  218. Module: Instantiating eap-leap
  219. Module: Linked to sub-module rlm_eap_gtc
  220. Module: Instantiating eap-gtc
  221. gtc {
  222. challenge = "Password: "
  223. auth_type = "PAP"
  224. }
  225. Ignoring EAP-Type/tls because we do not have OpenSSL support.
  226. Ignoring EAP-Type/ttls because we do not have OpenSSL support.
  227. Ignoring EAP-Type/peap because we do not have OpenSSL support.
  228. Module: Linked to sub-module rlm_eap_mschapv2
  229. Module: Instantiating eap-mschapv2
  230. mschapv2 {
  231. with_ntdomain_hack = no
  232. }
  233. Module: Checking authorize {...} for more modules to load
  234. Module: Linked to module rlm_realm
  235. Module: Instantiating suffix
  236. realm suffix {
  237. format = "suffix"
  238. delimiter = "@"
  239. ignore_default = no
  240. ignore_null = no
  241. }
  242. Module: Linked to module rlm_files
  243. Module: Instantiating files
  244. files {
  245. usersfile = "/etc/freeradius/users"
  246. acctusersfile = "/etc/freeradius/acct_users"
  247. preproxy_usersfile = "/etc/freeradius/preproxy_users"
  248. compat = "no"
  249. }
  250. Module: Checking session {...} for more modules to load
  251. Module: Linked to module rlm_radutmp
  252. Module: Instantiating radutmp
  253. radutmp {
  254. filename = "/var/log/freeradius/radutmp"
  255. username = "%{User-Name}"
  256. case_sensitive = yes
  257. check_with_nas = yes
  258. perm = 384
  259. callerid = yes
  260. }
  261. Module: Checking post-proxy {...} for more modules to load
  262. Module: Checking post-auth {...} for more modules to load
  263. Module: Linked to module rlm_attr_filter
  264. Module: Instantiating attr_filter.access_reject
  265. attr_filter attr_filter.access_reject {
  266. attrsfile = "/etc/freeradius/attrs.access_reject"
  267. key = "%{User-Name}"
  268. }
  269. }
  270. }
  271. modules {
  272. Module: Checking authenticate {...} for more modules to load
  273. Module: Checking authorize {...} for more modules to load
  274. Module: Linked to module rlm_preprocess
  275. Module: Instantiating preprocess
  276. preprocess {
  277. huntgroups = "/etc/freeradius/huntgroups"
  278. hints = "/etc/freeradius/hints"
  279. with_ascend_hack = no
  280. ascend_channels_per_line = 23
  281. with_ntdomain_hack = no
  282. with_specialix_jetstream_hack = no
  283. with_cisco_vsa_hack = no
  284. with_alvarion_vsa_hack = no
  285. }
  286. Module: Linked to module rlm_sql
  287. Module: Instantiating sql
  288. sql {
  289. driver = "rlm_sql_mysql"
  290. server = "localhost"
  291. port = ""
  292. login = "easyhotspot"
  293. password = "easyhotspot"
  294. radius_db = "easyhotspot_opensource"
  295. read_groups = yes
  296. sqltrace = no
  297. sqltracefile = "/var/log/freeradius/sqltrace.sql"
  298. readclients = no
  299. deletestalesessions = yes
  300. num_sql_socks = 5
  301. sql_user_name = "%{User-Name}"
  302. default_user_profile = ""
  303. nas_query = "SELECT id, nasname, shortname, type, secret FROM nas"
  304. authorize_check_query = "SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id"
  305. authorize_reply_query = "SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id"
  306. authorize_group_check_query = "SELECT id, groupname, attribute, Value, op FROM radgroupcheck WHERE groupname = '%{Sql-Group}' ORDER BY id"
  307. authorize_group_reply_query = "SELECT id, groupname, attribute, value, op FROM radgroupreply WHERE groupname = '%{Sql-Group}' ORDER BY id"
  308. 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'"
  309. 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}'"
  310. 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}')"
  311. 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}')"
  312. 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}'"
  313. 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}'"
  314. 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}')"
  315. group_membership_query = "SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority"
  316. connect_failure_retry_delay = 60
  317. simul_count_query = ""
  318. simul_verify_query = "SELECT radacctid, acctsessionid, username, nasipaddress, nasportid, framedipaddress, callingstationid, framedprotocol FROM radacct WHERE username = '%{SQL-User-Name}' AND acctstoptime IS NULL"
  319. postauth_query = "INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S')"
  320. safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  321. }
  322. rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked
  323. rlm_sql (sql): Attempting to connect to easyhotspot@localhost:/easyhotspot_opensource
  324. rlm_sql (sql): starting 0
  325. rlm_sql (sql): Attempting to connect rlm_sql_mysql #0
  326. rlm_sql_mysql: Starting connect to MySQL server for #0
  327. rlm_sql (sql): Connected new DB handle, #0
  328. rlm_sql (sql): starting 1
  329. rlm_sql (sql): Attempting to connect rlm_sql_mysql #1
  330. rlm_sql_mysql: Starting connect to MySQL server for #1
  331. rlm_sql (sql): Connected new DB handle, #1
  332. rlm_sql (sql): starting 2
  333. rlm_sql (sql): Attempting to connect rlm_sql_mysql #2
  334. rlm_sql_mysql: Starting connect to MySQL server for #2
  335. rlm_sql (sql): Connected new DB handle, #2
  336. rlm_sql (sql): starting 3
  337. rlm_sql (sql): Attempting to connect rlm_sql_mysql #3
  338. rlm_sql_mysql: Starting connect to MySQL server for #3
  339. rlm_sql (sql): Connected new DB handle, #3
  340. rlm_sql (sql): starting 4
  341. rlm_sql (sql): Attempting to connect rlm_sql_mysql #4
  342. rlm_sql_mysql: Starting connect to MySQL server for #4
  343. rlm_sql (sql): Connected new DB handle, #4
  344. Module: Instantiating max_all_mb
  345. sqlcounter max_all_mb {
  346. counter-name = "Max-All-MB"
  347. check-name = "Max-All-MB"
  348. reply-name = "ChilliSpot-Max-Total-Octets"
  349. key = "User-Name"
  350. sqlmod-inst = "sql"
  351. query = "SELECT SUM(AcctInputOctets) + SUM(AcctOutputOctets) FROM radacct WHERE UserName='%{%k}'"
  352. reset = "never"
  353. safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  354. }
  355. rlm_sqlcounter: Reply attribute ChilliSpot-Max-Total-Octets is number 954138627
  356. rlm_sqlcounter: Counter attribute Max-All-MB is number 954138635
  357. rlm_sqlcounter: Check attribute Max-All-MB is number 954138635
  358. rlm_sqlcounter: Current Time: 1270404329 [2010-04-04 14:05:29], Next reset 0 [2010-04-04 14:00:00]
  359. rlm_sqlcounter: Current Time: 1270404329 [2010-04-04 14:05:29], Prev reset 0 [2010-04-04 14:00:00]
  360. Module: Checking preacct {...} for more modules to load
  361. Module: Linked to module rlm_acct_unique
  362. Module: Instantiating acct_unique
  363. acct_unique {
  364. key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"
  365. }
  366. Module: Checking accounting {...} for more modules to load
  367. Module: Linked to module rlm_detail
  368. Module: Instantiating detail
  369. detail {
  370. detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
  371. header = "%t"
  372. detailperm = 384
  373. dirperm = 493
  374. locking = no
  375. log_packet_header = no
  376. }
  377. Module: Instantiating sradutmp
  378. radutmp sradutmp {
  379. filename = "/var/log/freeradius/sradutmp"
  380. username = "%{User-Name}"
  381. case_sensitive = yes
  382. check_with_nas = yes
  383. perm = 420
  384. callerid = no
  385. }
  386. Module: Instantiating attr_filter.accounting_response
  387. attr_filter attr_filter.accounting_response {
  388. attrsfile = "/etc/freeradius/attrs.accounting_response"
  389. key = "%{User-Name}"
  390. }
  391. Module: Checking session {...} for more modules to load
  392. Module: Checking post-proxy {...} for more modules to load
  393. Module: Checking post-auth {...} for more modules to load
  394. }
  395. radiusd: #### Opening IP addresses and Ports ####
  396. listen {
  397. type = "auth"
  398. ipaddr = *
  399. port = 0
  400. Failed binding to socket: Address already in use
  401. /etc/freeradius/radiusd.conf[236]: Error binding to port for 0.0.0.0 port 1812
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement