User Tools

Site Tools


freeradius

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
freeradius [2024/05/13 07:56] – created protocolfreeradius [2025/05/28 15:49] (current) protocol
Line 1: Line 1:
-=== delete all account sessions opened ===+===== delete all account sessions opened =====
  
 When reaching Simultaneous-Use: Auth: (110348) Multiple logins (max 1) [MPP attempt]:  When reaching Simultaneous-Use: Auth: (110348) Multiple logins (max 1) [MPP attempt]: 
Line 5: Line 5:
 DELETE FROM radacct WHERE acctstoptime IS null; DELETE FROM radacct WHERE acctstoptime IS null;
 </code> </code>
 +
 +
 +===== emergency freeradius allow any login =====
 +
 +<code>
 +
 +interface pppoe-server server set authentication=pap [find .id!=999]
 +
 +/radius
 +
 +add comment="CORINGA" secret=sgp service=ppp address=192.81.208.133 accounting-port=9913
 authentication-port=9912 timeout=00:00:03
 +
 +move [find where comment="CORINGA"] 0
 +
 +</code>
 +
 +https://github.com/alexnanow/docker-freeradius
 +
 +
 +
freeradius.1715597768.txt.gz · Last modified: 2024/05/13 07:56 by protocol