RADIUSdesk

logo

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
technical:ppp-rd-agent [2023/11/07 20:46]
admin [Startup and config reference files]
technical:ppp-rd-agent [2023/11/08 10:30] (current)
admin [Startup and config reference files]
Line 67: Line 67:
  
 === Startup File === === Startup File ===
 +  * Disable automatic startup of Accel-ppp.
 +<code bash>
 +sudo systemctl disable accel-ppp
 +</code>
   * The startup file is ///etc/rc.local//.   * The startup file is ///etc/rc.local//.
   * You also have to tweak it to work on the device running the RADIUSdesk Accel-ppp Agent.   * You also have to tweak it to work on the device running the RADIUSdesk Accel-ppp Agent.
Line 93: Line 97:
   * On Ubuntu you'll probably have to follow these instructions to ensure that it starts up during boot time   * On Ubuntu you'll probably have to follow these instructions to ensure that it starts up during boot time
   * http://radiusdesk.com/wiki/technical/ppp-pppoe-basic#add_masquerade_support_on_wan_enp0s3   * http://radiusdesk.com/wiki/technical/ppp-pppoe-basic#add_masquerade_support_on_wan_enp0s3
 +  * Everything should now be in place and you can reboot the device and see if it is listed under **Accel-ppp Servers -> New Arrivals** 
 +
 +==== RADIUS Client ====
 +  * If your Accel-ppp server is using RADIUSdesk for its RADIUS component you have one last step to do.
 +  * You can do its RADIUS on-boarding by looking for it under RADIUS -> RADIUS Clients -> New Arrivals.
 +  * After you completed the on-boarding be sure to specify the Client Type as **Accel-On-RADIUSdesk**.
 +  * This will allow the code to follow the correct procedure when an active session for a user needs to be terminated.
 +{{:technical:pppoe:accel-type.png|}}
 +
 +