Wiki - Freifunk Pinneberg

Freies WLAN im Kreis Pinneberg

Benutzer-Werkzeuge

Webseiten-Werkzeuge


fastd

Dies ist eine alte Version des Dokuments!


fastd

In Bearbeitung!

Dokumentation: http://fastd.readthedocs.org/en/v17/.

Bei der manuellen Übersetzung von fastd müssen das Init-Script und die manpages ebenfalls manuell zur Verfügung gestellt werden.

Vorarbeiten

aptitude install build-essential pkg-config cmake doxygen

Voraussetzung ist libuecc, dieses muß vorab gebaut und installiert werden.

Zertifikatswarnung für folgenden Download ignorieren: –no-check-certificate

cd /usr/src
wget --no-check-certificate https://projects.universe-factory.net/attachments/download/83/libuecc-6.tar.xz
tar xJf libuecc-6.tar.xz
cd libuecc-6
cmake .
make
make install
ldconfig

Compilieren von fastd

aptitude install bison doxygen libsodium-dev libjson-c-dev libcap-dev
git clone git://git.universe-factory.net/fastd
cd fastd
git checkout v17
cd ..
mkdir fastd-build
cd fastd-build
cmake ../fastd
make
make install
/etc/default/fastd
# This is the configuration file for /etc/init.d/fastd
 
#
# Start only these VPNs automatically via init script.
# Allowed values are "all", "none" or space separated list of
# names of the VPNs. If empty, "all" is assumed.
#
AUTOSTART="all"

Init-Script für fastd

fastd.1467798270.txt.gz · Zuletzt geändert: 06.07.2016 11:44 von havelock