If I do "dhclient eth1", it obtains the information (IP address, router, DNS, etc.) and applies it to routing table, /etc/resolv.conf and so on.
How to only get and print the information from DHCP server without touching the network configuration?
Currently I use dhcdrop -t, but it is not the right tool for the job.