Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 600 Bytes

README.md

File metadata and controls

39 lines (19 loc) · 600 Bytes

DHCP_automation

addHostFromLeases.sh script finds hosts in the lease file and then creates static entries.

#Please make sure to set all of your variables correctly.

Set your lease file

leases=variable

Set a place to set dhcp leases after they have been parsed

dhcpparsed=variable

Set your dhcp.conf

dhcpconf=variable

Set your dhcp copy

dhcpcopy=variable

Set lock file variable

lf=variable

deleteHost.sh script used to delete host from dhcp.conf file

#Please make sure to set all of your variables correctly.

DHCP conf file

dhcpconf=variable

DHCP copy file

dhcpcopy=variable