#!/bin/bash
iface=eth1;
tcpdump -i $iface port 67 or port 68 -e -n -v
# or use the dhcpdump tool
