<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
Do I need to make any edits/additions to the dnsmasq.conf below to
support the following scenario?<br>
<br>
Ubuntu 20.04<br>
dnsmasq 2.80<br>
<br>
Details:<br>
<br>
I want to provide a _minimal_ DNS server. It *only* serves a few A
records (from /etc/hosts).<br>
<br>
A key point: I want to make sure it does NOTHING else. No
upstream-DNS-server/service connection. Any DNS requests sent to
said server outside of the /etc/hosts A-record list will fail.
Further: no DHCP, tftp, or any others. All of the other bells and
whistles I do not know about: I want them disabled, too. Just plain
old proper DNS records serving and associated error-condition
handling.<br>
<br>
Additionally, the dnsmasq-based DNS server will
bind/interface/respond-to only <tt>`</tt><tt>eth8`</tt>.<br>
<br>
<br>
<blockquote><tt>/etc/dnsmasq.conf:</tt><br>
<tt>interface=eth8</tt><br>
<tt>no-dhcp-interface=eth8</tt><br>
</blockquote>
<br>
<br>
~Johnny<br>
<div class="moz-signature">-- <br>
<i> </i></div>
</body>
</html>