-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Marc-Olivier Buob edited this page Oct 20, 2021
·
4 revisions
- Install needed packages
- Debian: run as root the following commands:
apt update
apt upgrade
apt install git python python-setuptools python-netfilter python-nfqueue python-dpkt
-
Install
libparistraceroute
. We recommend you to usegit
and to install the last version oflibparistraceroute
. -
Get the sources:
mkdir ~/git
cd ~/git
git clone https://github.com/libparistraceroute/fakeroute.git
- Then run as root (note this might install automatically missing python dependencies):
cd ~/git/fakeroute
python setup.py install
This will install missing python module and configure fakeroute
.