Skip to content

Tag Archives: dhcp

Bookmarks for December 8, 2009 through December 10, 2009

11-Dec-09

Links for December 8, 2009 through December 10, 2009:

IPAM Freeware Download – "This IP address management freeware is a complete solution with the complete feature set of the Infoblox IP address manager, including Smart Folders, Network Map (with subnet management) and leading IPv6 capabilities."
Failover with ISC DHCP – "Starting with version 3.0, the ISC DHCP [...]

Overriding DHCP Server-Provided Settings with ISC’s dhclient

28-Dec-08

To override settings offered by a DHCP server, useĀ /etc/dhclient.conf. For instance, to prepend a DNS server to the server-provided list and change the domain name, use:
prepend domain-name-servers 127.0.0.1;
supersede domain-name “int.hurricane-ridge.com”;