On Mon, 11 Oct 2021, at 21:22, Chris Green wrote:
>
> Do I just need to add a DHCP range line such as:-
>
> dhcp-range=10.42.0.100,10.42.0.200
>
> to /etc/dnsmasq.conf to get IP addresses for systems that connect to
> the WiFi hotspot or is there more needed?
>
Depends what you want the client
On Fri, 23 Jul 2021, at 10:48, sunil rathod wrote:
> Hello Alex,
> Thank you for your reply. How can I figure out if it's implemented on
> our platform. I m using 2.80 version. Is there any work around for
> this?
>
No idea. I'm not one of the developers. I just happened to glance through th
On Fri, 23 Jul 2021, at 09:35, sunil rathod wrote:
>
> I get a warning message saying no upstream servers configured when I
> start the dnsmasq. But in dnsmasq.conf file I have configured upstream
> server as below
> server=8.8.8.8@eth0. dnsmasq is running but I get that warning message.
>
>
On Thu, 22 Jul 2021, at 18:21, sunil rathod wrote:
> Hi All,
> Any thoughts why dnsmasq is replying with REFUSE response without
> forwarding the query to upstream server? Nslookup always fails with
> refuse response from the external client. I have the upstream server
> configured on conf fil
On Mon, 21 Jun 2021, at 13:42, Jesus M Diaz wrote:
>
> so, if I have two virtual computers running over the same hardware,
>
...then your hypervisor ought to provide unique MAC addresses for each guest
NIC.
>
> what should be used as identifier for dnsmasq?
>
The unique MAC address allocat
On Sat, 6 Feb 2021, at 15:58, Geert Stappers wrote:
>
> Focus on the goal, not on the path you think you must travell.
>
Good advice.
The goal is to have TFTP root directories isolated. I could do this with
multiple TFTP servers, specifying a different option 66 for each subnet. That's
easy e
I've trawled the list archive at
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/ without success - I
appreciate it's possible I've been boneheaded and missed something.
But, just in case I haven't missed something and the answer isn't there, I
figured I should ask here.
Currently, --
On Thu, 4 Feb 2021, at 15:25, Vallevand, Mark K wrote:
> I don’t want dnsmasq to do DNS. Nor do I want it to do any kind of
> forward or relay.
>
> I want to specify the address of my DNS to be returned as the giaddr in
> the DHCP offer.
>
> Can I do that?
>
Yes. You can specify DHCP opti
On Sat, 26 Dec 2020, at 13:57, Chris Green wrote:
> Is it possible to tell dnsmasq not to use one IP address in a
> dhcp-range assignment? I have a user on my LAN who has set
> 192.168.1.121 in their system as their IP address and it's in my
> dhcp-range=192.168.1.80,192.168.1.223,12h
>
> (I thin