Tagged Questions
0
votes
0answers
213 views
libvirt's dnsmasq does not respond to dns queries or provide dhcp
This is on Ubuntu 10.04 server, using KVM to run Ubuntu guests. This system has been working for a long time and I have not changed anything (other than applying security updates), but today I found ...
1
vote
1answer
376 views
Does running dnsmasq and named create conflicts on Ubuntu 12.04?
dnsmasq is run to help make the user experience smoother for the desktop users. If I run bind/named on this same server will there be conflicts between the two? What are the limitations of dnsmasq, ...
0
votes
1answer
351 views
dnsmasq TFTP, GNU/Linux workstation, DHCP not responding
I'm attempting to get a TFTP server working, from my workstation. I've actually attempted this multiple times, never succeeded. I've setup real tftp from a router, but my home router is nothing close ...
1
vote
1answer
1k views
OpenVPN: Not all DNS entries get pushed to clients from server. (dnsmasq)
I have been trying to find a solution to this problem, but have found no answer so far, so I hope you guys can help me out.
I have a server running Ubuntu 10.04, which has a static IP address and an ...
1
vote
1answer
311 views
resolvconf dnsmasq issue - system startup leaves blank dnsmasq resolv.conf file
On system start, /var/run/dnsmasq/resolv.conf file ends up being blank. I had expected the resolvconf package to update it with the info from /etc/network/interfaces (dns-nameservers, dns-search).
...
1
vote
2answers
393 views
How to downgrade dnsmasq?
after upgrating to ubuntu 11.04, I lost dnsmasq.
When I run /usr/sbin/dnsmasq start I get
dnsmasq: junk found in command line
Apparently I need to downgrade dnsmasq but Package->Force version is ...
1
vote
1answer
450 views
dnsmasq and mac filter
Using dnsmasq as DHCP provider, how is it possible to allow only certain mac addresses to get IP address?
0
votes
1answer
826 views
Problems setting up dnsmasq
Its currently set up as follows:
# /etc/dnsmasq.conf
domain-needed
bogus-priv
address=/doubleclick.net/127.0.0.1
except-interface=eth0
dhcp-range=interface:eth1,192.168.1.10,192.168.1.127,12h
...
1
vote
2answers
2k views
DNS lookup aliasing of hostnames (not IP aliases), probably via dnsmasq
I'd like to be able to set up a host, say "eg", to be an alias to some server on the internet, say "example.example.com".
I just need this functionality to be available from my local machine. I'm ...