I am capturing DHCP packets with tcpdump. The client sends a DHCP request asking for the DHCP configuration which contains a request for NTP servers but in the DHCP ACK message sent by the router there is no NTP server information. Shouldn't the server answer with the NTP server's IPs as it does with the domain name servers? What am I missing?
I attatch screen shots of the request and ack messages
tcpdump command used:
tcpdump -i eth0 -n port 67 and port 68 -w capture.pcap -v
DHCP REQUEST:
DHCP ACK: