This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| user_guide:openvpn_bridges_prep_coova [2016/09/28 06:45] – admin | user_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 **/ | ||
| + | <code bash> | ||
| + | #Add the startup of OpenVPN | ||
| + | / | ||
| + | |||
| + | #Start up Chill | ||
| + | / | ||
| + | |||
| + | exit 0 | ||
| + | |||
| + | </ | ||
| + | * 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 . | ||