sudo tcpdump -i eth0 port 67 or port 68 -nev and “ether host <<MAC ADDRESS>>”
ether host <mac address>
verbose:
-vv
packet size for full details:
-s 1500
prevent name resolution:
-n
sudo tcpdump -i eth0 port 67 or port 68 -nev and “ether host <<MAC ADDRESS>>”
ether host <mac address>
verbose:
-vv
packet size for full details:
-s 1500
prevent name resolution:
-n