Thread: dhcpd and dns
View Single Post
  #3   (View Single Post)  
Old 7th May 2009
sputnik sputnik is offline
Port Guard
 
Join Date: Mar 2009
Posts: 25
Default

Hm, but it doesn't..
There's mine:

Code:
shared-network LOCAL-NET {
        option  domain-name "my.hostname.it";
        option  domain-name-servers 192.168.1.1;

        subnet 192.168.1.0 netmask 255.255.255.240 {
                option routers 192.168.1.1;
                range 192.168.1.2 192.168.1.14;
                default-lease-time 86400; #24h
                max-lease-time 172800; #48h
        }
}
Reply With Quote