F7 Help with DHCP

Manuel Arostegui Ramirez manuel at todo-linux.com
Tue Jul 17 15:24:45 UTC 2007


On Tuesday 17 July 2007 17:19:52 antonio montagnani wrote:
> I am in a hurry to set up a DHCP server for testing an extrenal device
> can someone post any easy working DHCP conf file that I will modify to
> suit my need?? just to deliver IP numbers to my net???
>
> Tnx
>


subnet 192.168.1.0 netmask 255.255.255.0 {
        range 192.168.1.100 192.168.1.150;
        option broadcast-address 192.168.1.255;
        option routers 192.168.1.1;
        #option domain-name "YOURNET";
        option domain-name-servers 213.172.33.34;

Hope this helps

-- 
Manuel Arostegui Ramirez.

Electronic Mail is not secure, may not be read every day, and should not
be used for urgent or sensitive issues.




More information about the users mailing list