[leaf-user] 3.4. Configure dnsmasq dhcpd

2004-10-02 Thread Stephen More
On http://leaf.sourceforge.net/doc/guide/bk05ch03.html#id2599715

It says you can turn on dhcpd by adding the following to the config:
dhcp-range=192.168.1.1,192.168.1.199,12h

When I added it to /etc/dnsmasq.conf and rebooted uClibc 2.1 I got 
bad option dhcp-range.
Is this an option in a latter version of dnsmasq ?


-Thanks
Steve



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] 3.4. Configure dnsmasq dhcpd

2004-10-02 Thread Victor McAllister
Stephen More wrote:
On http://leaf.sourceforge.net/doc/guide/bk05ch03.html#id2599715
It says you can turn on dhcpd by adding the following to the config:
dhcp-range=192.168.1.1,192.168.1.199,12h
When I added it to /etc/dnsmasq.conf and rebooted uClibc 2.1 I got 
bad option dhcp-range.
Is this an option in a latter version of dnsmasq ?

 

should work
did you tell it what interface to listen on?
I add the netmask on mine.
dhcp-range=192.168.1.1,192.168.1.20,255.255.255.0,12h
dhcp-range=192.168.2.1,192.168.2.10,255.255.255.0,12h
dhcp-client=00:20:30:40:50:6f,192.168.1.2
dhcp-client=00:20:30:40:50:7f,192.168.2.2
uClibC 2.2 uses dnsmasq version 2.13 Rev 1 not sure what 2.1 used


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html