Adding various useful debuging tools / conntrack pacakge

These tools (tcpdump,tshark, mtr) are useful for debugging various network issues with
routers. The conntrack pacakge will be required in future versions of the
appliance to clear old floater entries.
This commit is contained in:
Jordan Tardif 2014-09-29 16:14:19 -04:00
parent 174f79c2a5
commit 223f9b39da
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export DEBIAN_FRONTEND=noninteractive
APT_GET="apt-get -y"
APPLIANCE_BASE_DIR="/tmp/akanda-appliance"
APPLIANCE_SCRIPT_DIR="$APPLIANCE_BASE_DIR/scripts"
PACKAGES="ntp python2.7 python-pip wget dnsmasq bird6 iptables iptables-persistent"
PACKAGES="ntp python2.7 python-pip wget dnsmasq bird6 iptables iptables-persistent tcpdump conntrack tshark mtr"
PACKAGES_BUILD="python-dev build-essential isc-dhcp-client"
DNS=8.8.8.8