<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>I have tried enabling with the significant bits</p>
<p><font size="2"><span style="font-size:10pt">server 0.0.0.0/0 { edns no; };<br>
server ::/0 { edns no; };</span></font><br>
</p>
<p><br>
</p>
<p>But, I get the following Error<br>
</p>
<p></p>
<div>Error in named configuration:<br>
/etc/named.conf:120: '{' expected near '/'<br>
<br>
Error in /var/log/messages<br>
<br>
<div>Aug  5 11:59:19 coorg named:  failed<br>
Aug  5 11:59:19 coorg named: /etc/named.conf:120: '{' expected near '/'<br>
</div>
<br>
<br>
Thanks<br>
Harshith<br>
</div>
<br>
<p></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Mark Andrews <marka@isc.org><br>
<b>Sent:</b> Friday, August 5, 2016 11:11:01 AM<br>
<b>To:</b> Harshith Mulky<br>
<b>Cc:</b> bind-users@lists.isc.org<br>
<b>Subject:</b> Re: Option in named to turn off EDNS Globally</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
In message <PN1PR01MB02706AB69FAA9DC90203C65881070@PN1PR01MB0270.INDPRD01.PROD.OUTLOOK<br>
.COM>, Harshith Mulky writes:<br>
> Hello,<br>
> <br>
> Is there a option in named to turn off EDNS Responses(not Requests) Globally<br>
> <br>
> I have tried with this Option on named<br>
> <br>
> server 0.0.0.0<br>
> {<br>
> edns no;<br>
> };<br>
<br>
You need specify the significant bits.  By default all the bits are significant.<br>
<br>
server 0.0.0.0/0 { edns no; };<br>
server ::/0 { edns no; };<br>
 <br>
But why do you need to turn off EDNS?  Its almost always not what is needed.<br>
<br>
Mark<br>
<br>
> But does not seem to work<br>
> <br>
> Any other options?<br>
> <br>
> Thanks<br>
> <br>
> Harshith<br>
-- <br>
Mark Andrews, ISC<br>
1 Seymour St., Dundas Valley, NSW 2117, Australia<br>
PHONE: +61 2 9871 4742                 INTERNET: marka@isc.org<br>
</div>
</span></font>
</body>
</html>