Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
linux:dhcp [2006/07/03 10:00] greebo created |
linux:dhcp [2012/04/20 15:52] (current) greebo |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | man dhcp-options | ||
| + | |||
| + | option fqdn.no-client-update flag; | ||
| + | |||
| + | When the client sends this, if it is true, it means the client \\ | ||
| + | will not attempt | ||
| + | When sent by the server to the client, it means that the client \\ | ||
| + | should not update its own A record. | ||
| + | |||
| + | | ||
| + | |||
| + | When the client | ||
| + | server, it means that the server has updated (or is about to update) the client' | ||
| + | |||
| + | |||
| # | # | ||
| # DHCP Server Config File | # DHCP Server Config File | ||
| # | # | ||
| - | ddns-update-style none; | + | |
| - | ignore client-updates; | + | ignore client-updates; |
| - | lease-file-name "/ | + | |
| - | authoritative; | + | authoritative; |
| - | option domain-name | + | |
| - | default-lease-time | + | max-lease-time |
| - | max-lease-time | + | |
| - | subnet 192.168.1.0 netmask 255.255.255.0 { | + | |
| - | | + | |
| - | | + | |
| - | option | + | option |
| - | option | + | option domain-name-servers |
| - | option | + | option |
| - | option | + | option |
| - | option netbios-node-type | + | option routers |
| - | | + | option |
| - | } | + | ddns-update-style |
| + | option netbios-node-type | ||
| + | | ||
| + | | ||
| + | option perform-mask-discovery | ||
| + | option router-discovery | ||
| + | option tcp-keepalive-garbage | ||
| + | | ||
| + | |||
| + | |||
| + | |||
| + | http:// | ||

