On Mon, Apr 11, 2016 at 10:42:49PM -0500, Rob Townley wrote:
> My name server runs on 32bit hardware, but all other machines are 64bit OS
> on 64bit hardware.
>
> egrep -R -i '386|x86|32bit' did not come back with much relevant info.
>
> dnsmasq runs on all kinds of disparate hardware, so i know
Good day,
I think it would be useful to disable serving DNS queries on an
interface on which TFTP, and DHCP are still provided. My use case:
- TFTP and DHCP are provided by Dnsmasq.
- Unbound is used as the DNS recursive resolver/cache.
- Dnsmasq is used as a stub resolver for the addresses han
On 16-04-12 02:37 PM, Rob Townley wrote:
> Yes, compile on 64bit machine to run on a 32bit machine. Same OS.
To do this you need to have a cross-compilation toolchain, which is a build
of gcc, ld and other tools, plus libc and any other libraries dnsmasq needs,
that runs on your host (64bit) sy
Yes, compile on 64bit machine to run on a 32bit machine. Same OS.
To do this you need to have a cross-compilation toolchain, which is a build
of gcc, ld and other tools, plus libc and any other libraries dnsmasq needs,
that runs on your host (64bit) system but outputs binaries for your target
Yes, compile on 64bit machine to run on a 32bit machine. Same OS.
On Tue, Apr 12, 2016 at 10:14 AM, wrote:
> On 04/11/2016 11:42 PM, Rob Townley wrote:
>
>> My name server runs on 32bit hardware, but all other machines are 64bit
>> OS on
>> 64bit hardware.
>>
>> egrep -R -i '386|x86|32bit' did
Albert ARIBAUD writes:
[...]
>> So I need to notice about this bug (?) to network-manager team!
>
> Depends: could be a Network manager inherent bug, or a NM
> configuration file issue -- in the second case, this is not for the NM
> team to handle, but for the distro team.
It appears being thi
On Mon, 2016-04-11 at 09:24 +0200, Albert ARIBAUD wrote:
> Hi Leandro,
>
> Le Sun, 10 Apr 2016 21:42:57 +0200
> Leandro Noferini a écrit:
>
> >
> > Albert ARIBAUD writes:
> >
> >
> > [...]
> >
> > >
> > > So it would appear that dnsmasq already sends the right domain
> > > search option, a
On 04/11/2016 11:42 PM, Rob Townley wrote:
My name server runs on 32bit hardware, but all other machines are 64bit OS on
64bit hardware.
egrep -R -i '386|x86|32bit' did not come back with much relevant info.
dnsmasq runs on all kinds of disparate hardware, so i know it is done everyday.
(CentO
Hello,
In China some of us use dnsmasq to resolv all domestic domains from local
nameservers, but anything else from other more secure nameservers, e.g. via VPN
tunnel or dnscrypt. We have a list of 20k+ local domains, which is translated
into 20k+ lines of config file[1].
Dnsmasq works just fine