Penguin
Diff: dhcpd.conf(5)
EditPageHistoryDiffInfoLikePages

Differences between version 4 and predecessor to the previous major change of dhcpd.conf(5).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Saturday, January 17, 2004 2:29:45 pm by JamesEast Revert
Older page: version 1 Last edited on Tuesday, August 12, 2003 11:36:13 am by JohnMcPherson Revert
@@ -377,13 +377,19 @@
  
 The usual case where the server-identifier statement needs to be sent is when a physical interface has more than one IP address, and the one being sent by default isn't appropriate for some or all clients served by that interface. Another common case is when an alias is defined for the purpose of having a consistent IP address for the DHCP server, and it is desired that the clients use this IP address when contacting the server. 
  
 Supplying a value for the dhcp-server-identifier option is equivalent to using the server-identifier statement. 
+  
+Users can disable the DNS update feature in dhcpd by adding the following lines to the dhcpd configuration file:  
+  
+  
+ddns-update-style none;  
+ddns-updates off;  
  
 !!REFERENCE: OPTION STATEMENTS 
 DHCP option statements are documented in the dhcp-options(5) manual page. 
  
 !!SEE ALSO 
-dhcpd(8), dhcpd.leases(5), RFC2132 , RFC2131
+dhcpd(8), dhcpd.leases(5), RFC:2132 , RFC:2131
  
 !!AUTHOR 
 dhcpd(8), which uses the configuration file described in this man page, was written by Ted Lemon <mellon@vix.com> under a contract with Vixie Labs. Funding for this project was provided by the Internet Software Corporation. Information about the Internet Software Consortium can be found at http://www.isc.org/isc. 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.