View Single Post
  #4   (View Single Post)  
Old 16th May 2008
edhunter's Avatar
edhunter edhunter is offline
Real Name: Georgi Iovchev
Port Guard
 
Join Date: May 2008
Location: Sofia, Bulgaria
Posts: 41
Default

edit: !!!ooops i'll try upper, in time of my post i havent seen the preveous!!!

I wanted to do it without changing theese hosts, because their IPs are involved in other things...

I dont have many pcs on my network .. ~30 currently.

Actually I avoid this warning when I define the same subnet twice ... like this:
Code:
...
subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.101 192.168.0.199;
}


subnet 192.168.0.0 netmask 255.255.255.0 {
   deny unknown-clients;

same hosts..... blablabla

}
but I believe this is incorect too because on dhcpd daemon startup i get these warnings:
Code:
May 16 16:38:52 netis0 dhcpd: Warning: subnet 192.168.0.0/24 overlaps subnet 192.168.0.0/24
May 16 16:38:52 netis0 dhcpd: WARNING: Host declarations are global.  They are not limited to the scope you declared them in.

Last edited by edhunter; 16th May 2008 at 01:44 PM.
Reply With Quote