<?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 asa5505 dns issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212202#M348622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definate learnings here. Assigning the interface is required. The generic non interface command line didnt work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help Jounl!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 17:35:30 GMT</pubDate>
    <dc:creator>vgreenlee</dc:creator>
    <dc:date>2013-06-05T17:35:30Z</dc:date>
    <item>
      <title>asa5505 dns issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212196#M348610</link>
      <description>&lt;P&gt;I have just set up my asa5505 and while in the sh run I have the following lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.2.200-192.168.2.231 inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd dns 68.94.156.1 interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a client connects to the device like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.2.215 there is no dns assigned. My devices are unable to access the internet unless I manually assign the dns in the local settings for that host. Any ideas? I am under the impression there is a bug somehow on this point. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:53:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212196#M348610</guid>
      <dc:creator>vgreenlee</dc:creator>
      <dc:date>2019-03-12T01:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: asa5505 dns issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212197#M348611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;"dns"&lt;/STRONG&gt; related command should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd dns 68.94.156.1 interface inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or just without the &lt;STRONG&gt;"interface inside"&lt;/STRONG&gt; at all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont specify an interface then it means its globally used DNS server for all DHCP pools configured on the ASA. If the &lt;STRONG&gt;"interface &lt;NAMEIF&gt;"&lt;/NAMEIF&gt;&lt;/STRONG&gt; is added then it means that that DNS server(s) are only applied to the mentioned interfaces DHCP Pool which means you can have different DNS servers for different DHCP Pools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 15:03:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212197#M348611</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-05T15:03:36Z</dc:date>
    </item>
    <item>
      <title>asa5505 dns issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212198#M348612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try this. I would like to make the change via cli and I am in config t what would the command be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to just enter dhcpd dns 68.94.156.1 (without the interface at all) and got an invalid input error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 15:09:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212198#M348612</guid>
      <dc:creator>vgreenlee</dc:creator>
      <dc:date>2013-06-05T15:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: asa5505 dns issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212199#M348613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be possible to enter like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# dhcpd dns 1.1.1.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 15:27:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212199#M348613</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-05T15:27:33Z</dc:date>
    </item>
    <item>
      <title>asa5505 dns issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212200#M348614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fat fingered the dhcpd command which is why it failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I input the command correctly this time and still after an ipconfig /release and ipconfig /renew I still get no dns assigned &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 15:38:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212200#M348614</guid>
      <dc:creator>vgreenlee</dc:creator>
      <dc:date>2013-06-05T15:38:19Z</dc:date>
    </item>
    <item>
      <title>asa5505 dns issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212201#M348619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it with setting it for the "inside" interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd dns x.x.x.x interface inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never run into problems with the ASA DHCP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you could even consider booting the whole computer or perhaps saving ASA configuration and booting it up if possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 16:49:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212201#M348619</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-05T16:49:54Z</dc:date>
    </item>
    <item>
      <title>asa5505 dns issue</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212202#M348622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definate learnings here. Assigning the interface is required. The generic non interface command line didnt work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help Jounl!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 17:35:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-dns-issue/m-p/2212202#M348622</guid>
      <dc:creator>vgreenlee</dc:creator>
      <dc:date>2013-06-05T17:35:30Z</dc:date>
    </item>
  </channel>
</rss>

