<?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: Access  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access/m-p/1108167#M895551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am sorry to say this, but without explaining the fact of WHY any recommended commands be used, is many a times missing. I don't know how Ray is going to interpret these commands, but to me why would you ask him for static (inside, inside) ... if its a typo, then again without explanation ray is not going to understand. and if its not typo then why must he use this command when he is trying to use 2.2.2.2 as his outside ip address? (i haven't gone higher than 7.0, so asking)&lt;/P&gt;&lt;P&gt;What would the last command do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 02:34:07 GMT</pubDate>
    <dc:creator>mohsin.khan</dc:creator>
    <dc:date>2008-10-08T02:34:07Z</dc:date>
    <item>
      <title>Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108157#M895541</link>
      <description>&lt;P&gt;Hi, We have ASA 5505 and installed in the Production. Now we want to access the website by using Public IP from Server which is hosted in same server. Exp : The local IP of server is 1.1.1.1 and which is mapped with public IP 2.2.2.2 on ASA FW, now when I try to access same website like http:\\2.2.2.2\xyz then it doesn't open but when i use 1.1.1.1 then it works. I am using same Local Server 1.1.1.1 to open the website by its public IP. The website can be access from outside machine without any issue. Now  tell me is it possible??? Thnaks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:52:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108157#M895541</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2019-03-11T13:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108158#M895542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Suppose your inside network is 192.168.100.0&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; then see the configuration below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. access-list OUTSIDE extended permit tcp any  host 2.2.2.2 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.nat (inside) 1 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Static translation to allow hosts on the inside access to hosts on the dmz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.100.0 192.168.100.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.The "dns" keyword is added to instruct the security appliance to modify DNS records related to this entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) 2.2.2.2 1.1.1.1 netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.access-group OUTSIDE in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH..rate if helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:58:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108158#M895542</guid>
      <dc:creator>satish_zanjurne</dc:creator>
      <dc:date>2008-10-03T12:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108159#M895543</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;Thanks for your reply!!&lt;/P&gt;&lt;P&gt;Well, DMZ not in the scenario as I have already mentioned that all settings have been done and we can access the website from outside by using &lt;A class="jive-link-custom" href="http://2.2.2.2---mapped----internal" target="_blank"&gt;http://2.2.2.2---mapped----internal&lt;/A&gt; Server IP is 1.1.1.1 but when I open the same website http:\\2.2.2.2 on the same server where its hosted (1.1.1.1) then it doesn't work as it works when i use http:\\1.1.1.1. I think it can be done by DNAT but I don't know how to configure. Please advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 13:20:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108159#M895543</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-10-03T13:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108160#M895544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 14:33:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108160#M895544</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-10-03T14:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108161#M895545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADD " DNS " KEYWORD AT THE END OF STTAIC WHICH MAPS 2.2.2.2 TO 1.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp : The local IP of server is 1.1.1.1 and which is mapped with public IP 2.2.2.2 on ASA FW :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO STATIC (INSIDE,OUTSIDE) 2.2.2.2 1.1.1.1&lt;/P&gt;&lt;P&gt;STATIC (INSIDE,OUTSIDE) 2.2.2.2 1.1.1.1 DNS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL XLATE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oN SerVEr :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ipconfig/flushdns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://2.2.2.2" target="_blank"&gt;http://2.2.2.2&lt;/A&gt;--&amp;gt; should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 14:34:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108161#M895545</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2008-10-03T14:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108162#M895546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil : Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be affect of incoming web traffic from the outside world becoz its in the production. Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 15:47:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108162#M895546</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-10-03T15:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108163#M895547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you would remove static,incoming traffic to web server would stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as you add the static with dns keyword,access would come back up.So,it depends how fast you do the changes.I think you can simply copy and paste the commands in one go.There would be a momentarily disruption of traffic almost unnoticable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 16:27:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108163#M895547</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2008-10-03T16:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108164#M895548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 18:46:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108164#M895548</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-10-03T18:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108165#M895549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;Can you please explain the reason of using DNS? Why and when do we need to use DNS modification?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 02:44:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108165#M895549</guid>
      <dc:creator>mohsin.khan</dc:creator>
      <dc:date>2008-10-07T02:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108166#M895550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;folks..the "keyword" dns modifies the return FQDN/DNS Reply packet,called DNS Doctrine however here the requester(Ray) mentions this in his issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"now when I try to access same website like http:\\2.2.2.2\xyz then it doesn't open"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means he is trying to open it with the  IP address ..and it doesn work...how come DNS doctrine comes into picture when he is not sending DNS packet out ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ray are you running version higher than 7.2.2 ? if yes, then add these commands &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 2.2.2.2 1.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (inside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 04:44:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108166#M895550</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-10-07T04:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108167#M895551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am sorry to say this, but without explaining the fact of WHY any recommended commands be used, is many a times missing. I don't know how Ray is going to interpret these commands, but to me why would you ask him for static (inside, inside) ... if its a typo, then again without explanation ray is not going to understand. and if its not typo then why must he use this command when he is trying to use 2.2.2.2 as his outside ip address? (i haven't gone higher than 7.0, so asking)&lt;/P&gt;&lt;P&gt;What would the last command do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 02:34:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108167#M895551</guid>
      <dc:creator>mohsin.khan</dc:creator>
      <dc:date>2008-10-08T02:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Access</title>
      <link>https://community.cisco.com/t5/network-security/access/m-p/1108168#M895552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is U-turning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not typo..static (inside,inside) 2.2.2.2 1.1.1.1.....suggest source and destination both on inside (in simpler terms)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 04:13:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access/m-p/1108168#M895552</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-10-08T04:13:49Z</dc:date>
    </item>
  </channel>
</rss>

