Hello Frank,

Saturday, July 13, 2002, 8:31:53 AM, you wrote:

FM> Hi All,

FM> Could someone please direct me to a couple of URLs that provide tutorials on
FM> how to set up a DHCP server.

this is a copy of my dhcp.conf

just change the ip addresses and domain name to suit your network
...let me know if you need more info, I'm no expert, but dhcp is one
thing i have running right ;)

ddns-update-style none;
subnet 192.168.0.0 netmask 255.255.255.0 {
        option routers 192.168.0.1;
        option subnet-mask 255.255.255.0;
        option domain-name "curriculum";
        option domain-name-servers 192.168.0.1;
        range dynamic-bootp 192.168.0.5 192.168.0.15;
        default-lease-time 21600;
        max-lease-time 43200;
        }








-- 
Best regards,
 Colin                            mailto:[EMAIL PROTECTED]
________________________________________________________________________ 
4:20pm up 4 days, 6:14, 2 users, load average: 0.24, 0.30, 0.26
To be or not to be is true. Or maybe not.
 ..registered linux user #223862 ..
   _________________________________________________________________________ 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to