Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
linux:dhcp [2006/07/05 09:14] greebo |
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 | ||
| Line 8: | Line 23: | ||
| authoritative; | authoritative; | ||
| - | option domain-name | ||
| default-lease-time | default-lease-time | ||
| max-lease-time | max-lease-time | ||
| subnet 192.168.1.0 netmask 255.255.255.0 { | subnet 192.168.1.0 netmask 255.255.255.0 { | ||
| - | range | + | range |
| - | | + | |
| - | option | + | option |
| - | option | + | option |
| - | option | + | option |
| - | option | + | option |
| - | option | + | option routers |
| - | option netbios-node-type | + | option |
| - | option ip-forwarding | + | ddns-update-style |
| - | } | + | option netbios-node-type |
| + | option ip-forwarding | ||
| + | | ||
| + | option perform-mask-discovery | ||
| + | option router-discovery | ||
| + | option tcp-keepalive-garbage | ||
| + | | ||
| + | |||
| + | |||
| + | |||
| + | http:// | ||

