Mutzli
Very Senior Member
Try: tcpdump -ni eth0 -p port 53 or port 853I flashed this morning from 384.10_2.
I can't get the tcpdump command to display any output:
No packets displayed.Code:tcpdump -i eth0 -p port 853 -n tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
The Network Tools -> Netstat: TCP Packets option works:
Code:tcp 0 0 88.123.234.255:53696 1.0.0.1:853 TIME_WAIT - tcp 0 0 88.123.234.255:45304 1.1.1.1:853 ESTABLISHED 19284/stubby
Here is another validation:
Code:netstat -lnpt | grep -E '^Active|^Proto|/stubby'
Code:Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 19284/stubby