From Fedora Project Wiki
(Created page with "IPv4 DHCP example: <pre> option domain-name "example.org"; option domain-name-servers 10.0.255.1; authoritative; subnet 10.0.15.0 netmask 255.255.255.0 { range 10.0.15....")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
IPv4 DHCP example:
See [[Networking/Addressing#Dynamic_IPv4_configuration]].
 
<pre>
option domain-name "example.org";
option domain-name-servers 10.0.255.1;
 
authoritative;
 
subnet 10.0.15.0 netmask 255.255.255.0 {
    range 10.0.15.100 10.0.15.120;
    option routers 10.0.15.1;
}
</pre>

Latest revision as of 10:38, 13 December 2012