Skip to content

Instantly share code, notes, and snippets.

@leonardo-lemos
Last active September 8, 2019 09:07
Show Gist options
  • Save leonardo-lemos/fd4c33f09d5897ee602fdbbdefeb313f to your computer and use it in GitHub Desktop.
Save leonardo-lemos/fd4c33f09d5897ee602fdbbdefeb313f to your computer and use it in GitHub Desktop.
Install CoovaChilli 1.4 on Ubuntu 16.04

Download CoovaChili from Github

On https://github.com/coova/coova-chilli/releases/tag/1.4

Install build dependencies

sudo apt install g++ automake autoconf libtool libltdl-dev gengetopt make cmake libssl-dev

Configure and make

./bootstrap

./configure --prefix=/usr --sysconfdir=/etc --enable-largelimits --enable-miniportal --enable-chilliredir --enable-layer3 --enable-multiroute --with-openssl --with-poll --enable-shared --enable-gardenext --enable-dhcpopt --enable-chillixml --enable-chilliproxy --enable-chilliradsec --enable-eapol --enable-extadmvsa --enable-uamdomainfile --enable-chilliscript --enable-pppoe

make

sudo make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment