Re: [Dnsmasq-discuss] DHCP - One IP Range per interface

2011-06-27 Thread richardvo...@gmail.com
Part of the syntax for dhcp-range allows you to set a tag on clients that get a request from that pool. The tag can then be matched by many other dnsmasq options, including dhcp-option. Have you looked at the man page? It's really quite good, Simon updates documentation and code together. On Mo

Re: [Dnsmasq-discuss] DHCP - One IP Range per interface

2011-06-27 Thread Conrad Kostecki
Hi! Thanks for your fast answer. So, if I add 3 dhcp-range options, how do I set the dhcp-option? Are they working the same way as with dhcp-range? Thanks! Conrad Am 27.06.2011 18:23, schrieb richardvo...@gmail.com: Yes. If you write multiple dhcp-range lines in your configuration, dnsmasq w

Re: [Dnsmasq-discuss] DHCP - One IP Range per interface

2011-06-27 Thread richardvo...@gmail.com
Yes. If you write multiple dhcp-range lines in your configuration, dnsmasq will pair them with interfaces according to the local interface address (i.e. if eth1 is 192.168.1.x then dnsmasq will serve addresses from the 192.168.1.0/24 pool in response to requests received at eth1). On Mon, Jun 27,

[Dnsmasq-discuss] DHCP - One IP Range per interface

2011-06-27 Thread Conrad Kostecki
Hi! I would like to know, if I can create multiple dhcp ranges spread over multiple interfaces? My plan would be: eth0: 192.168.0.0/24 dhcp range and additional static dhcp leases eth1: 192.168.1.0/24 dhcp range and additional static dhcp leases eth2: 192.168.2.0/24 dhcp range and additional st

Re: [Dnsmasq-discuss] FW: Enable dnsmasq to return addresses of multiple tftp servers in cycle

2011-06-27 Thread Simon Kelley
Sushil Agrawal wrote: > [sorry if you have received multiple copies of this email; facing > problems in posting > to the list; big size etc ... ] > > > Attached is the modified patch after the feedback. It is also > pasted at the end of this email. > > Following is the summary of the changes: >