On Thu, Mar 5, 2009 at 8:27 AM, JC PTG <j...@protypegraphics.com> wrote:
> My /etc/dhcp3/dhcp.conf file is listed below
> default-lease-time 600;
> max-lease-time 7200;
>>option subnet-mask     255.255.255.0;
> option broadcast-address 10.0.0.255;
>>option domain-name-servers 10.0.0.99, 208.67.222.222;
>>option domain-name     “local”;
>>allow booting;
>>allow bootp;

You have literal '>' characters in your configuration file?  They
don't belong there.  If you're trying to disable a line, use '#' as
the first character.  If you mean the line to be active, remove the
'>'.

You seem to have other errors in there as well, but start with that
and see what you get.

Eric

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to