On Fri, 21 Mar 2008, Scott Souter wrote: > > 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. **
It sounds like you're passing "start" as the first command line argument to dhcpd. You need to pass the interface name of the network interface you'd like it to offer dhcp on (you probably want "eth0"). Where you need to specify this depends on which linux distribution you are using. Under debian you'd need to set the interface in /etc/defaults/dhcpd, and then start dhcpd by doing: /etc/init.d/dhcpd start ------------------------------------------------------------------------- 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/
