Wiki source for AdminDHCP
====DHCP Administration====
DHCP provides IP addresses to most of our client machines. Keep in mind that this only applies to internal machines, not machines connected via wifi.
>>===See Also===
~- [[Servers Rainbow server]]>>
===Configuration===
The main configuration file is {{color c="blue" text="/usr/local/etc/dhcpd.conf"}}. General network settings that are passed to the machines are kept here.
===Leases===
To view the current leases you can check out {{color c="blue" text="/var/db/dhcpd/dhcpd.leases"}}
===Process Control===
You can start, stop, restart with the {{color c="blue" text="/usr/local/etc/rc.d/isc-dhcpd.sh"}} init script.
----
CategoryITMisc
DHCP provides IP addresses to most of our client machines. Keep in mind that this only applies to internal machines, not machines connected via wifi.
>>===See Also===
~- [[Servers Rainbow server]]>>
===Configuration===
The main configuration file is {{color c="blue" text="/usr/local/etc/dhcpd.conf"}}. General network settings that are passed to the machines are kept here.
===Leases===
To view the current leases you can check out {{color c="blue" text="/var/db/dhcpd/dhcpd.leases"}}
===Process Control===
You can start, stop, restart with the {{color c="blue" text="/usr/local/etc/rc.d/isc-dhcpd.sh"}} init script.
----
CategoryITMisc