dnstop - Displays tables of DNS traffic on your network ChangeLog

HOWTO


# dnstop 20070510
# ===============
# Prerequisites:
# libpcap

cd
test -f installed/dnstop-20070510.tar.gz &&
mv installed/dnstop-20070510.tar.gz .
test ! -f dnstop-20070510.tar.gz &&
wget http://dns.measurement-factory.com/tools/dnstop/src/\
dnstop-20070510.tar.gz

# Verify tarball w/ md5sum:
echo "a68f764a10c7ad7bf16a19223df865af  dnstop-20070510.tar.gz" | md5sum -c

mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "dnstop-*" -exec rm -r {} \;
tar xzvf ~/dnstop-20070510.tar.gz
cd dnstop-20070510
test $UID = 0 && chown -R root:root .
make
su -c "make install"
cd
mkdir -p -m 0700 installed
rm -f installed/dnstop-*.tar.*
mv dnstop-20070510.tar.gz installed/

# Run 'man dnstop' and 'dnstop' with no options for usage information


# If you ever want to uninstall dnstop, this should do it:
cd
su
test -d src/dnstop-* && ( cd src/dnstop-* ; make uninstall )
rm -f /usr/local/bin/dnstop /usr/local/man/man8/dnstop.8
exit
find ~/src -maxdepth 1 -type d -name "dnstop-*" -exec rm -r {} \;
rm -f ~/installed/dnstop-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2007-10-25 10:57am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]