<?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 Hi,I think you can create the in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568651#M206065</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you can create the NAT statements as:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network &lt;/STRONG&gt;192.168.10.2&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;host &amp;lt;internal ip&amp;gt;&lt;BR /&gt;&amp;nbsp;nat (dmz,inside) static &lt;/STRONG&gt;203.10.10.2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network &lt;/STRONG&gt;192.168.10.3&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;host &amp;lt;internal ip&amp;gt;&lt;BR /&gt;&amp;nbsp;nat (dmz,inside) static &lt;/STRONG&gt;203.10.10.3&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network &lt;/STRONG&gt;192.168.10.4&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;host &amp;lt;internal ip&amp;gt;&lt;BR /&gt;&amp;nbsp;nat (dmz,inside) static &lt;/STRONG&gt;203.10.10.2&lt;/P&gt;&lt;P&gt;You can permit port or the complete IP based on your requirement.&lt;/P&gt;&lt;P&gt;access-list outside-inside permit ip any host 192.168.10.2&lt;BR /&gt;access-list outside-inside permit ip any host 192.168.10.3&lt;/P&gt;&lt;P&gt;access-list outside-inside permit ip any host 192.168.10.4&lt;/P&gt;&lt;P&gt;access-group outside-inside in interface outside&lt;/P&gt;</description>
    <pubDate>Thu, 16 Oct 2014 08:10:08 GMT</pubDate>
    <dc:creator>Vibhor Amrodia</dc:creator>
    <dc:date>2014-10-16T08:10:08Z</dc:date>
    <item>
      <title>inside ASA cannot use domain name !</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568646#M206060</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently i'm using ASA 5512X and i have DMZ for web server. and i was forwarding from outside to DMZ is working fine. but i have problem with my client access web ( &lt;A href="https://community.cisco.com/www.abc.com" target="_blank"&gt;www.abc.com&lt;/A&gt; ) it doesn't work but they using ip address ( 192.168.0.50 ) it's working, i think have some problem and not resolve domain name. how can i allow inside host to access web by domain name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rechard&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:55:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568646#M206060</guid>
      <dc:creator>rechard_hk</dc:creator>
      <dc:date>2019-03-12T04:55:24Z</dc:date>
    </item>
    <item>
      <title>Hi,What is the DNS server you</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568647#M206061</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the DNS server you are using on the Clients ?&lt;/P&gt;&lt;P&gt;If External DNS server . do you have DNS allowed on the ASA device ?&lt;/P&gt;&lt;P&gt;This you can find out using a packet tracer output:-&lt;/P&gt;&lt;P&gt;packet inout &amp;lt;ingress interface&amp;gt; udp &amp;lt;internal client ip&amp;gt; 3456 4.2.2.2 53 det&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:30:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568647#M206061</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-10-14T10:30:19Z</dc:date>
    </item>
    <item>
      <title>Hi, The problem is most</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568648#M206062</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is most likely that your LAN users are using a public DNS (or internal DNS that resolves the name using public DNS information) and this DNS query returns the public IP address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now if this is true then the next problem is the NAT portion of the ASA. You most likely only have a Static NAT configured for the DMZ server towards the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface. When the LAN host gets the public IP address as a reply from the public DNS server it then tries to connect to that IP address. Since the NAT is only performed towards the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface and not your LAN interface this means that the connections will fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some solutions for this are the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have the following format Static NAT configuration for the server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SERVER&lt;BR /&gt;&amp;nbsp;host &amp;lt;internal ip&amp;gt;&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static &amp;lt;public ip&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you will need to add the parameter &lt;STRONG&gt;"dns"&lt;/STRONG&gt; after the section &lt;STRONG&gt;"&amp;lt;public ip&amp;gt;"&lt;/STRONG&gt;. This will make it so that when the ASA sees the DNS reply from the server which contains this public NAT IP address it will change the DNS reply to contain the &lt;STRONG&gt;"&amp;lt;internal ip&amp;gt;"&lt;/STRONG&gt; and in this way the users can use the DNS name to connect even though they will actually connect using the internal IP address rather than the public IP address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option is to simply configure a Static NAT from DMZ to LAN using the public IP address. With this you have to consider the existing environment and answer the question: Is any LAN host connecting to this server with its public IP address? If not then you can configure the Static NAT towards LAN. If yes, then you would either have to use another solution OR configure Static Identity NAT and Static NAT so that the server can be accessed with either of the IP addresses (local or public)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network PUBLIC-NAT&lt;BR /&gt;&amp;nbsp;host &amp;lt;internal ip&amp;gt;&lt;BR /&gt;&amp;nbsp;nat (dmz,inside) static &amp;lt;public ip&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network IDENTITY-NAT&lt;BR /&gt;&amp;nbsp;host &amp;lt;internal ip&amp;gt;&lt;BR /&gt;&amp;nbsp;nat (dmz,inside) static &amp;lt;internal ip&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have an internal DNS server then you can naturally configure the DNS name to point to the local IP address directly on your own server and avoid this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this made any sense and hope it helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; Error in the second options NAT configuration. Corrected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:38:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568648#M206062</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-10-14T10:38:06Z</dc:date>
    </item>
    <item>
      <title>Dear Vibhor and jouni, Thanks</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568649#M206063</link>
      <description>&lt;P&gt;Dear Vibhor and jouni,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you for your email !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on my client using DNS from ISP. and let me try to add nat(DMZ,inside) .&lt;/P&gt;&lt;P&gt;if still the same problem i will let you know.&lt;/P&gt;&lt;P&gt;one more think i have some issue that, i have one ISP but have multi public ip address line 203.10.10.1- 203.10.10.5 and i have 3 webserver , how can i use and forwarding from outside to webserver by using 3 public ip address . let me detail that:&lt;/P&gt;&lt;P&gt;1- Webserver 01( DMZ01: 192.168.10.2 with public ip : 203.10.10.2)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;2- Webserver 01( DMZ02: 192.168.10.3 with public ip : 203.10.10.3&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;3- Webserver 01( DMZ03: 192.168.10.4 with public ip : 203.10.10.4&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.3636360168457px;"&gt;Note: interface outside is 203.10.10.1 and inside is 192.168.10.1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rechard&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 07:58:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568649#M206063</guid>
      <dc:creator>rechard_hk</dc:creator>
      <dc:date>2014-10-16T07:58:57Z</dc:date>
    </item>
    <item>
      <title>Hi, Notice that configuring</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568650#M206064</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notice that configuring the same public Static NAT towards &lt;STRONG&gt;"inside"&lt;/STRONG&gt; was just one of the suggestions. Adding the &lt;STRONG&gt;"dns"&lt;/STRONG&gt; parameter to the end of the current &lt;STRONG&gt;"nat"&lt;/STRONG&gt; command might already do the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With regards to the question you have, are you saying that you simply want to configure Static NAT for 3 internal servers by giving each of them their own public IP address?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so then theres nothing different there compared to any existing Static NAT you have configured. Just configure the &lt;STRONG&gt;"object network"&lt;/STRONG&gt; for each of the servers and define the servers local IP address under the &lt;STRONG&gt;"object network"&lt;/STRONG&gt; with the command &lt;STRONG&gt;"host"&lt;/STRONG&gt; and then enter the proper &lt;STRONG&gt;"nat"&lt;/STRONG&gt; command also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The basic configuration format for Static NAT using Auto NAT / Network Object NAT is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network WEBSERVER-01&lt;BR /&gt;&amp;nbsp;host 192.168.10.2&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static 203.10.10.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Naturally your &lt;STRONG&gt;"object network"&lt;/STRONG&gt; name might probably be different and you might have named your interfaces differently. But you should be able to convert the above configuration to your needs for all the 3 servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 08:08:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568650#M206064</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-10-16T08:08:29Z</dc:date>
    </item>
    <item>
      <title>Hi,I think you can create the</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568651#M206065</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you can create the NAT statements as:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network &lt;/STRONG&gt;192.168.10.2&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;host &amp;lt;internal ip&amp;gt;&lt;BR /&gt;&amp;nbsp;nat (dmz,inside) static &lt;/STRONG&gt;203.10.10.2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network &lt;/STRONG&gt;192.168.10.3&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;host &amp;lt;internal ip&amp;gt;&lt;BR /&gt;&amp;nbsp;nat (dmz,inside) static &lt;/STRONG&gt;203.10.10.3&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network &lt;/STRONG&gt;192.168.10.4&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;host &amp;lt;internal ip&amp;gt;&lt;BR /&gt;&amp;nbsp;nat (dmz,inside) static &lt;/STRONG&gt;203.10.10.2&lt;/P&gt;&lt;P&gt;You can permit port or the complete IP based on your requirement.&lt;/P&gt;&lt;P&gt;access-list outside-inside permit ip any host 192.168.10.2&lt;BR /&gt;access-list outside-inside permit ip any host 192.168.10.3&lt;/P&gt;&lt;P&gt;access-list outside-inside permit ip any host 192.168.10.4&lt;/P&gt;&lt;P&gt;access-group outside-inside in interface outside&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 08:10:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568651#M206065</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-10-16T08:10:08Z</dc:date>
    </item>
    <item>
      <title>Dear Jouni and Vibhor, thanks</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568652#M206066</link>
      <description>&lt;P&gt;Dear Jouni and Vibhor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your advice.&lt;/P&gt;&lt;P&gt;Could you verify on command as below:&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 203.10.10.1 255.255.255.224&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list outside-inside permit tcp any host 192.168.10.2 eq www&lt;BR /&gt;access-list outside-inside permit tcp any host 192.168.10.3 eq www&lt;BR /&gt;access-list outside-inside permit tcp any host 192.168.10.4 eq www&lt;/P&gt;&lt;P&gt;access-group outside-inside in interface outside&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object network web01&lt;BR /&gt;&amp;nbsp;host 192.168.10.2&lt;BR /&gt;&amp;nbsp;nat (outside,inside) static 203.10.10.2&lt;/P&gt;&lt;P&gt;object network web02&lt;BR /&gt;&amp;nbsp;host 192.168.10.3&lt;BR /&gt;&amp;nbsp;nat (outside,inside) static 203.10.10.3&lt;/P&gt;&lt;P&gt;object network web03&lt;BR /&gt;&amp;nbsp;host 192.168.10.4&lt;BR /&gt;&amp;nbsp;nat (outside,inside) static 203.10.10.4&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 02:21:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568652#M206066</guid>
      <dc:creator>rechard_hk</dc:creator>
      <dc:date>2014-10-17T02:21:14Z</dc:date>
    </item>
    <item>
      <title>Hi,Reverse the Interface</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568653#M206067</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Reverse the Interface Names:-&lt;/P&gt;&lt;P&gt;object network web01&lt;BR /&gt;&amp;nbsp;host 192.168.10.2&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 203.10.10.2&lt;/P&gt;&lt;P&gt;object network web02&lt;BR /&gt;&amp;nbsp;host 192.168.10.3&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 203.10.10.3&lt;/P&gt;&lt;P&gt;object network web03&lt;BR /&gt;&amp;nbsp;host 192.168.10.4&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 203.10.10.4&lt;/P&gt;&lt;P&gt;Rest is good.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 10:54:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568653#M206067</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-10-17T10:54:40Z</dc:date>
    </item>
    <item>
      <title>Dear Vibhor, thanks for you</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568654#M206068</link>
      <description>&lt;P&gt;Dear Vibhor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for you command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i will apply and test it.&lt;/P&gt;&lt;P&gt;One more, i still one problem that i post last time that from outside they can access my domain &lt;A href="https://abc.com" target="_blank"&gt;https://abc.com&lt;/A&gt; and my client inside they cannot access by domain ( &lt;A href="https://abc.com)" target="_blank"&gt;https://abc.com)&lt;/A&gt; but i can access ip address . what is going on ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;now i'm using ASA 5515 with V9.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best Regards,&lt;/P&gt;&lt;P&gt;Rechard&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 14:35:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568654#M206068</guid>
      <dc:creator>rechard_hk</dc:creator>
      <dc:date>2014-10-17T14:35:15Z</dc:date>
    </item>
    <item>
      <title>Hi,By Domain are you</title>
      <link>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568655#M206069</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;By Domain are you referring to the Web Server using the Host names ?&lt;/P&gt;&lt;P&gt;If yes , were you able to add the NAT statement which i recommended earlier ?&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Sat, 18 Oct 2014 05:38:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/inside-asa-cannot-use-domain-name/m-p/2568655#M206069</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-10-18T05:38:55Z</dc:date>
    </item>
  </channel>
</rss>

