This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
technical:openvpn-bridges-prep-coova [2023/10/23 20:28] admin [Startup sequence] |
technical:openvpn-bridges-prep-coova [2024/01/16 10:46] (current) admin [Test it out] |
||
|---|---|---|---|
| Line 75: | Line 75: | ||
| * Create a file called **/ | * Create a file called **/ | ||
| <file bash / | <file bash / | ||
| - | HS_WANIF=eth1 # WAN Interface toward the Internet | + | HS_WANIF=eth0 # WAN Interface toward the Internet |
| HS_DNS1=4.4.4.4 | HS_DNS1=4.4.4.4 | ||
| HS_DNS2=8.8.8.8 | HS_DNS2=8.8.8.8 | ||
| - | HS_RADIUS=198.27.111.78 | + | HS_RADIUS=164.160.89.129 |
| - | HS_RADIUS2=198.27.111.78 | + | HS_RADIUS2=164.160.89.129 |
| HS_RADSECRET=testing123 | HS_RADSECRET=testing123 | ||
| HS_UAMSECRET=greatsecret | HS_UAMSECRET=greatsecret | ||
| HS_UAMALIASNAME=chilli | HS_UAMALIASNAME=chilli | ||
| HS_UAMSERVER=$HS_UAMLISTEN | HS_UAMSERVER=$HS_UAMLISTEN | ||
| - | HS_UAMFORMAT=http://198.27.111.78/cake2/rd_cake/dynamic_details/chilli_browser_detect/ | + | HS_UAMFORMAT=https://cloud.radiusdesk.com/cake4/rd_cake/dynamic-details/chilli-browser-detect/ |
| HS_UAMHOMEPAGE=http:// | HS_UAMHOMEPAGE=http:// | ||
| HS_MODE=hotspot | HS_MODE=hotspot | ||
| Line 93: | Line 93: | ||
| HS_PROVIDER_LINK=http:// | HS_PROVIDER_LINK=http:// | ||
| HS_LOC_NAME=" | HS_LOC_NAME=" | ||
| + | HS_UAMUISSL=on | ||
| + | HS_SSLKEYFILE=/ | ||
| + | HS_SSLCERTFILE=/ | ||
| + | HS_UAMALIASNAME=uam | ||
| + | HS_DNS_DOMAIN=mesh-manager.com | ||
| + | HS_UAMUIPORT=4990 | ||
| </ | </ | ||
| + | * Make sure you include the **key.pem** and **cert.pem** in order for SSL to work correct. | ||
| + | * You can use these from the MESHdesk firmware | ||
| + | * https:// | ||
| * Create the VLAN config directories | * Create the VLAN config directories | ||
| < | < | ||
| Line 186: | Line 195: | ||
| * Restart CoovaChilli for the latest changes to be effected. | * Restart CoovaChilli for the latest changes to be effected. | ||
| <code bash> | <code bash> | ||
| + | #This is required | ||
| + | systemctl disable chilli | ||
| + | #Now issue the following | ||
| sudo systemctl stop chilli | sudo systemctl stop chilli | ||
| sudo systemctl status chilli | sudo systemctl status chilli | ||
| Line 255: | Line 267: | ||
| tap2 | tap2 | ||
| </ | </ | ||
| - | * To check if CoovaChilli | + | * To check if CoovaChilli |
| <code bash> | <code bash> | ||
| ifconfig | ifconfig | ||