View Single Post

   
  #10 (permalink)  
Old 02-16-2008, 06:08 AM
Ryoko
 
Posts: n/a
Default Re: DHCPD problem - subnet confusion

sh4d03 <sh4d03@TPG.com.au> wrote in news:41672486$1@dnews.tpgi.com.au:
> option domain-name "domain.cxm";
> option domain-name-servers 192.168.1.1;
>
> subnet 192.168.2.0/255.255.255.0 netmask 255.255.255.0 {
> option routers 192.168.1.101;
> range 192.168.2.100 192.168.2.199;
> }


try
option domain-name "domain.cxm";
option domain-name-servers 192.168.1.1;

subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.100 192.168.2.199;
}

Reply With Quote