SkaTeMasTer
2/14/2017 - 2:14 PM

Debugging PiHOLE w/TCPDUMP

Debugging PiHOLE w/TCPDUMP

# install utils

sudo apt-get -y install libpcap0.8 tcpdump



# watch port 53 (DNS) with a specific client

sudo tcpdump -npi eth0 -vvv host 192.168.1.9 and port 53