<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal>I have the following dhcp options in my dnsmasq.conf file:<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal>dhcp-option=option:router,192.168.22.252 #
set router address (3)<o:p></o:p></p>
<p class=MsoNormal>dhcp-option=option:dns-server,192.168.22.244 #
set dns server address (6)<o:p></o:p></p>
<p class=MsoNormal>dhcp-option=option:domain-name,djmuller.com #
set domain name (15) <o:p></o:p></p>
<p class=MsoNormal>dhcp-option=option:ntp-server,192.168.22.250 #
set time server (42)<o:p></o:p></p>
<p class=MsoNormal>dhcp-option=option:netbios-ns,192.168.22.244 #
set netbios-over-TCP/IP nameserver(s) aka WINS server(s) (44)<o:p></o:p></p>
<p class=MsoNormal>dhcp-option=option:netbios-nodetype,8
#
netbios node type (46)<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal>They work fine with no problems. I decided to move them to
their own file using dhcp-optsfile=. When I restarted dnsmasq I received the
following errors in the log file:<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal>Feb 26 10:05:19 dnsmasq[10052]: bad dhcp-option at line 3 of
/share/MD0_DATA/apps/config/dnsmasq/dnsmasq-dhcp-options.conf<o:p></o:p></p>
<p class=MsoNormal>Feb 26 10:05:19 dnsmasq[10052]: bad dhcp-option at line 4 of
/share/MD0_DATA/apps/config/dnsmasq/dnsmasq-dhcp-options.conf<o:p></o:p></p>
<p class=MsoNormal>Feb 26 10:05:19 dnsmasq[10052]: bad dhcp-option at line 5 of
/share/MD0_DATA/apps/config/dnsmasq/dnsmasq-dhcp-options.conf<o:p></o:p></p>
<p class=MsoNormal>Feb 26 10:05:19 dnsmasq[10052]: bad dhcp-option at line 6 of
/share/MD0_DATA/apps/config/dnsmasq/dnsmasq-dhcp-options.conf<o:p></o:p></p>
<p class=MsoNormal>Feb 26 10:05:19 dnsmasq[10052]: bad dhcp-option at line 7 of
/share/MD0_DATA/apps/config/dnsmasq/dnsmasq-dhcp-options.conf<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal>The first two lines in the dhcp-optsfile are comments.<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal>Why do these lines work in the dnsmasq.conf file but not in
the dhcp-optsfile? What am I doing wrong?<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal>Don<o:p></o:p></p>
</div>
</body>
</html>