:/tmp/home/root# tcpdump -i eth0 port 853
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
I don't see anything being listed. using a hardwired (into router) Raspberry pi ssh'ed into trying to wget various (made up) files from random websites, an android phone using various browser apps going to random websites found on duckduckgo, Kindle tablet going to random sites found on duckduckgo. Nothing is being listed.
Typing in
is yielding all kinds of traffic.
I did notice something though. After trying multiple new searches for websites to try and produce a DNS over TLS port 853 feedback and receiving nothing and then typing "Ctrl C" i get this result:
:/tmp/home/root# tcpdump -i eth0 port 853
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
^C
0 packets captured
6 packets received by filter
0 packets dropped by kernel
what are those "6 packets received by filter"?