This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dhcp [2012/08/07 01:05] eric |
dhcp [2013/05/21 15:57] (current) eric |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== DHCP ===== | + | ====== DHCP ====== |
| - | + | ||
| - | {{INLINETOC 2 4}} | + | |
| ==== Example Configuration ==== | ==== Example Configuration ==== | ||
| Line 7: | Line 5: | ||
| {{ :: | {{ :: | ||
| - | ==== Enabling / Disabling DHCP Server | + | ==== DHCP Server ==== |
| + | |||
| + | === Enabling / Disabling DHCP Server === | ||
| It is possible to disable the Gargoyle DHCP server, but unless you're //sure// you know what you are doing (e.g. you've configured another DHCP server on your network), this is not recommended. | It is possible to disable the Gargoyle DHCP server, but unless you're //sure// you know what you are doing (e.g. you've configured another DHCP server on your network), this is not recommended. | ||
| - | ==== DHCP Range ==== | + | === Start / End ==== |
| The DHCP server can be configure to serve a range of up to 255 IP addresses, those within a /24 subnet (subnet mask of 255.255.255.0). | The DHCP server can be configure to serve a range of up to 255 IP addresses, those within a /24 subnet (subnet mask of 255.255.255.0). | ||
| Line 20: | Line 20: | ||
| Note that while IPs are assigned dynamically, | Note that while IPs are assigned dynamically, | ||
| - | ==== Lease Time ==== | + | === Lease Time === |
| This is the length of time before clients need to renew the DHCP Lease. | This is the length of time before clients need to renew the DHCP Lease. | ||