Ask your questions here.
Post a reply

dnsmasq

Tue Nov 05, 2013 2:49 pm

Anyone has ever used that?
I need it in a team with a vpn, but am struggling to understand ... well: anything.
https://wiki.debian.org/FreedomBox/Configs/DNSMasq
https://wiki.debian.org/HowTo/dnsmasq

Re: dnsmasq

Wed Nov 06, 2013 5:03 pm

I had to make sure the dnsserver itself is working
dig duckduckgo.com @127.0.0.1
Then make it be used. using resolv.conf was wrong, i had to:
user% grep prepend dhclient.conf | grep -v '^#'
prepend domain-name-servers 127.0.0.1;
user%

I was told it isn't mentioned anywhere as it's too obvious ... Well: not for me. :-)

Saving a link: http://blog.nixpanic.net/2013/03/use-dn ... eries.html
which might or might not be of use.
More links or explanations are welcome.
Post a reply