Client installation
The client is composed by two parts:
- CoovaChilli: you will need a patched version of CoovaChilli
- Dedalo: a wrapper around to CoovaChilli
Currently, installation is supported only on CentOS 7 and NethServer 7.
We are also working to support in on OpenWrt.
RPMs
RPMs for CentOS are automatically built on each release.
- Patched CoovaChilli, available at NethServer repositories
- Dedalo, available on Github
Install on CentOS
Make sure your system has Internet access and it’s connected to a working access point, then:
-
Download and install
dedalo
andcoova-chilli
RPMs from the above links -
Configure your Dedalo instance using instructions reported inside the README
-
Make sure to enable Dedalo at boot:
systemctl enable dedalo
Install on NethServer
The installation requires at least 3 ethernet interfaces:
- 1 for normal LAN clients, marked with
green
role - 1 (or more) for Internet connection, marked with
red
role - 1 one for the Dedalo, marked with
hotspot
role
Proceed with the configuration of green and red interfaces, then:
-
Install the
nethserver-dedalo
packageAccess a shell and execute:
yum --enablerepo=nethserver-testing install nethserver-dedalo
-
Access the
Hotspot unit
page inside the Server Manager (http://<SERVER_FQDN>:980
) -
On the first wizard page, insert Sun host name and enter valid reseller credentials. Then follow the istructions on the screen.
Install on OpenWrt
Follow the instructions on Icaro OpenWrt Github project
- Previous
- Next