This is an old revision of the document!
RADIUSdesk Accel-ppp Agent
Overview
The RADIUSdesk Acell-ppp Agent is a lightweight add-on to Ubuntu or Raspberry Pi devices that serves as a broker between Acell-ppp and RADIUSdesk.
It uses a couple of Lua based libraries and scripts to fulfill its mandate.
Installation
Please double check
Make sure the iptables package is installed. (It was not installed on my Raspberry Pi
OS image)
sudo apt-get install iptables
The Rest
sudo apt-get install -y curl lua-socket lua-cjson luarocks
sudo luarocks install inifile
cd /var/www
sudo git clone https://github.com/RADIUSdesk/rdcore.git
#Link the accel-ppp agent's files to /etc directory
ln -s /var/www/rdcore/cake4/rd_cake/setup/accel-ppp/MESHdesk /etc/MESHdesk
Configuration