To debug a dhcpd issue, I want to send dhcp discover messge to dhcpd server.
but ubuntu always remember the ip address after first got, it always send dhcp request not dhcp discover.
So I found below command can send dhcp discover message:
sudo nmap --script broadcast-dhcp-discover -A 192.168.1.1
nmap is very powerful, it not only support port scan, also support many other functions.