<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: dhcpd dns did not assign to client in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608663#M570071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; glad that I could be of help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jitendriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2011 15:43:50 GMT</pubDate>
    <dc:creator>Jitendriya Athavale</dc:creator>
    <dc:date>2011-01-13T15:43:50Z</dc:date>
    <item>
      <title>dhcpd dns did not assign to client</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608658#M570049</link>
      <description>&lt;P&gt;On a ASA 5505 8.2(3), the dhcpd dns command did not assign a dns server to the client when configured as such&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;dhcpd address 10.3.2.100-10.3.2.131 inside&lt;/P&gt;&lt;P&gt;dhcpd dns resolver1.opendns.com interface outside&lt;/P&gt;&lt;P&gt;dhcpd lease 172800 interface inside&lt;BR /&gt;dhcpd domain monroe.local interface inside&lt;BR /&gt;dhcpd option 3 ip asa-inside interface inside&lt;BR /&gt;dhcpd enable inside&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It wasn't until I put in this command that the client actually got the dns server address&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;dhcpd option 6 ip resolver1.opendns.com&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is option 6 the same command as dhcpd dns? Any reason why the dhcpd dns command did not work with the above config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:34:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608658#M570049</guid>
      <dc:creator>lcaruso</dc:creator>
      <dc:date>2019-03-11T19:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: dhcpd dns did not assign to client</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608659#M570059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah optoin 6 is for dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the reason it didnt work is because of this i guess&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd dns resolver1.opendns.com interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the interface you have specified is outside and i guess your clients rae in inside trying to get ip address and dns server so change it to inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd dns resolver1.opendns.com interface inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 09:19:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608659#M570059</guid>
      <dc:creator>Jitendriya Athavale</dc:creator>
      <dc:date>2011-01-13T09:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: dhcpd dns did not assign to client</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608660#M570065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="jive-rendered-content"&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;yeah optoin 6 is for dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the reason it didnt work is because of this i guess&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd dns resolver1.opendns.com interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the
 interface you have specified is outside and i guess your clients rae in
 inside trying to get ip address and dns server so change it to inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd dns resolver1.opendns.com interface inside&lt;/P&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is that dns server is on the outside: name 208.67.222.222 resolver1.opendns.com&lt;/P&gt;&lt;P&gt;That's why I referenced outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what you are saying is that dhcpd dns is only for inside servers, whereas option 6 works no matter where it is. Is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 14:35:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608660#M570065</guid>
      <dc:creator>lcaruso</dc:creator>
      <dc:date>2011-01-13T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: dhcpd dns did not assign to client</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608661#M570068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its just about on which interface to send these value when a request comes from a particular interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have configured it such that if the dhcp request comes on outside interface it will respond with that value, so if you change the interface to inside it should work irrespective of where the dns server is, all this command does is provides the value of dns server to query requests &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jitendriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 15:36:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608661#M570068</guid>
      <dc:creator>Jitendriya Athavale</dc:creator>
      <dc:date>2011-01-13T15:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: dhcpd dns did not assign to client</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608662#M570070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you kindly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must be working too much &lt;SPAN __jive_emoticon_name="blush" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/blush.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 15:41:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608662#M570070</guid>
      <dc:creator>lcaruso</dc:creator>
      <dc:date>2011-01-13T15:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: dhcpd dns did not assign to client</title>
      <link>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608663#M570071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; glad that I could be of help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jitendriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 15:43:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcpd-dns-did-not-assign-to-client/m-p/1608663#M570071</guid>
      <dc:creator>Jitendriya Athavale</dc:creator>
      <dc:date>2011-01-13T15:43:50Z</dc:date>
    </item>
  </channel>
</rss>

