View Single Post

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

Dorian Büttner wrote:
> "Sh4d03" <sh4d03@TPG.com.au> schrieb im Newsbeitrag
> news:41665428$1@dnews.tpgi.com.au...
>
>>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;
>>}

>
> So, where have the changes gone? The router is placed in the subnet?
>
>

My apologies... I forgot to change the file on the post.

The file now reads:

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;
}

The file WAS changed and gave these different errors:

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

The '^' has a tendancy to move around in this Email depending on video
resolution etc. So for reference the ^ is pointing at the space after the /.

Thanks again for your help.

Have you any thoughts as to what JPD is saying by this? He said this if
reference to my router options.

``Off'' as in IT IS WRONG. You're trying to use your neighbour's
frontdoor as your own. Details left as an excercise.

Thanks again,

Sh4d03



--
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