> List,
> I've read the man and looked at the other docs...but still could someone 
> post a sample of a dhcp server config file?


subnet 192.168.0.0 netmask 255.255.255.0 {

#       The following lines are standard all of the time.
        option routers 192.168.0.254;
        option subnet-mask 255.255.255.0;
        option domain-name "example.com"; 
        option domain-name-servers 192.168.0.254;
        default-lease-time 21600;
        max-lease-time 43200;

#       Use the following line when MAC addresses have not
#       yet been determined.
        range  192.168.0.100 192.168.0.199;


#       The following lines are examples of kickstart
#       directives.


#       The following lines provide an example of an IP
#       address bound to a specific MAC.
#
#       host station1 {
#               hardware ethernet 00:a0:cc:3c:80:c5;
#               fixed-address 192.168.0.1;
#       }
#       host station2 {
#               hardware ethernet 00:A0:CC:39:AF:B0;
#               fixed-address 192.168.0.2;
#       }

}



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to