dump dns and dhcp listings from server

From thelinuxwiki
Revision as of 16:35, 8 March 2021 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.