Skip to content

Instantly share code, notes, and snippets.

@muffycompo
Last active September 25, 2018 02:27
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save muffycompo/6b55c4b9f68513013c88466250bc4979 to your computer and use it in GitHub Desktop.
Save muffycompo/6b55c4b9f68513013c88466250bc4979 to your computer and use it in GitHub Desktop.
Building CoovaChilli 1.4 on Ubuntu 16.10
apt-get update
apt-get install -y g++ automake autoconf libtool libltdl-dev gengetopt make cmake libssl-dev
git clone https://github.com/coova/coova-chilli
git checkout 1.4
./bootstrap
./configure --prefix=/usr --sysconfdir=/etc --enable-largelimits \
--enable-miniportal --enable-chilliredir --enable-layer3 --enable-multiroute \
--with-openssl --with-poll --enable-shared \
--enable-gardenaccounting --enable-gardenext --enable-dhcpopt \
--enable-chillixml --enable-chilliproxy --enable-chilliradsec --enable-eapol \
--enable-extadmvsa --enable-uamdomainfile --enable-chilliscript \
--disable-static
make && make install
@dwipujono
Copy link

dwipujono commented Jul 18, 2018

Hi, thanks for the building steps, it works, but not auto start at boot.
How to make coovachilli auto start at boot?

Pujo

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