View Single Post

   
  #5 (permalink)  
Old 02-16-2008, 06:07 AM
Sh4d03
 
Posts: n/a
Default Re: DHCPD problem - subnet confusion

When I changed my file to read this:

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

subnet 192.168.2.1 netmask 255.255.255.0 {
option routers 192.168.1.1;
range 192.168.2.100 192.168.2.199;
}

I received:
dhcpd: subnet 192.168.2.0/
^
dhcpd:
dhcpd: Configuration file errors encountered -- exiting

Thanks for your help, I'd actually tried that. Any more ideas?

Sh4d03

Dorian Büttner wrote:

> "Sh4d03" <sh4d03@TPG.com.au> schrieb im Newsbeitrag
> news:41650601$1@dnews.tpgi.com.au...
>
>>Address range 192.168.2.100 to 192.168.2.199 not on net
>>192.168.2.1/255.255.255.0!

>
> subnet should be 192.168.2.0/255.255.255.0
> and router should point to I guess 192.168.2.101
>
>



--
If you require more assistance or if my suggestion works please E-mail me at
sh4d03 [at] TPG [dot] com [dot] au. Additionally, if you are able to provide
assistance to me and wish to E-mail me directly please also feel free to
contact me in this manner. Please ensure you include "Newsgroup_sh4d03"
in the
subject line. Please pay attention to the capitilisation!
Thanks,
Sh4d03
Reply With Quote