Hi,
I am just trying to get things started here...
I tried various versions of the dhcpd.conf file, but I keep getting the
error:
No subnet declaration for start (0.0.0.0).
** Ignoring requests on start. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface start is attached. **
Not configured to listen on any interfaces!
Here is my dhcpd.conf file:
ddns-update-style none;
allow bootp;
allow booting;
DHCPD_INTERFACE = "eth0";
option domain-name "local";
subnet 192.168.0.0 netmask 255.255.255.0 {
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;
option domain-name-servers 192.168.0.1;
range 192.168.0.100 192.168.0.250;
}
group {
next-server 192.168.0.50; # IP address of your TFTP server
host mvp { # NOTE: Change the hardware ethernet to the MAC address of your
actual MVP
hardware ethernet 00:0d:fe:0c:88:6e;
fixed-address 192.168.0.57;
filename "dongle.bin.mvpmc";
option root-path "/home/mvp,rsize=4096,wsize=4096,nolock";
}
}
Does anyone have any tips for this newbie?
Thx!
Scott
--
View this message in context:
http://www.nabble.com/dhcp.conf-troubles-tp16212982s24861p16212982.html
Sent from the MediaMVP Media Center - Users mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/