dump dns and dhcp listings from server

From thelinuxwiki
Jump to: navigation, search

use on linux to dump the dhcp address lease info from a microsoft dns server integrated with dhcp...

$ host -l <domain> <server ip>

the above command initiates a zone transfer, this must be enabled on the dns server to allow it.