Difference between revisions of "dump dns and dhcp listings from server"

From thelinuxwiki
Jump to: navigation, search
(Created page with "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 trans...")
 

Latest revision as of 16:35, 8 March 2021

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.