From Fedora Project Wiki

< Tools

Revision as of 13:15, 19 September 2012 by Pavlix (talk | contribs) (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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

IPv4 DHCP example:

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;
}