RADIUSdesk

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
user_guide:openvpn_bridges_prep_coova [2016/09/28 06:45] adminuser_guide:openvpn_bridges_prep_coova [2016/10/06 06:18] (current) – [Making things permanent] admin
Line 175: Line 175:
 ===== Making things permanent ===== ===== Making things permanent =====
   * Ensure that CoovaChilli will start up after reboots.   * Ensure that CoovaChilli will start up after reboots.
 +  * If your server only has one interface card, add this line to the **/etc/rc.local** file:
 +<code bash>
 +#Add the startup of OpenVPN
 +/usr/sbin/service openvpn start
 +
 +#Start up Chill
 +/etc/init.d/chilli start
 +
 +exit 0
 +
 +</code>
 +  * If your server has two interface cards, issue the following command:
 <code bash> <code bash>
 sudo update-rc.d chilli start 99 2 3 4 5 . stop 20 0 1 6 . sudo update-rc.d chilli start 99 2 3 4 5 . stop 20 0 1 6 .