<?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 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070695#M134208</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I did the&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;static (inside,outside) 198.x.x.100 10.x.x.100 netmask 255.255.255.255 dns &lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default &lt;BR /&gt; inspect dns&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But 198.x.x.100 is not&amp;nbsp;recorded in DNS and&amp;nbsp;I modified&amp;nbsp;my computer hosts file:&lt;/P&gt;
&lt;P&gt;198.x.x.100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Then I ping test from my&amp;nbsp;computer, cannot succeed.&amp;nbsp;If the public IP is not in DNS, can DNS doctoring work?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you, Matthew&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2017 08:37:31 GMT</pubDate>
    <dc:creator>matthewik.lee</dc:creator>
    <dc:date>2017-07-11T08:37:31Z</dc:date>
    <item>
      <title>ASA 8.2(1) static NAT using public IP address in same subnet as WAN(outside) port</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070691#M134204</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Internet ---- outside_port@ASA1@inside_port ----- LAN ----- Server.&lt;/P&gt;
&lt;P&gt;IP addresses:&lt;/P&gt;
&lt;P&gt;Outside port: 118.x.x.1/24&lt;/P&gt;
&lt;P&gt;Server public: 118.x.x.2&lt;/P&gt;
&lt;P&gt;Server real: 10.10.10.2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Now cannot ping/web browsing&amp;nbsp;118.x.x.2 from the LAN 10.10.10.0/24.&lt;/P&gt;
&lt;P&gt;Outside inbound ACL is permitted any to 118.x.x.2 for any services.&lt;/P&gt;
&lt;P&gt;It is related to ASA hair pinning scenario.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Are there ways to let 10.10.10.x to reach 118.x.x.2 as our user demands. Thanks a lot.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Matthew&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:40:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070691#M134204</guid>
      <dc:creator>matthewik.lee</dc:creator>
      <dc:date>2019-03-12T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Hi matthewik.lee,</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070692#M134205</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://supportforums.cisco.com/users/matthewiklee" title="View user profile." class="username" lang="" about="/users/matthewiklee" typeof="sioc:UserAccount" property="foaf:name" datatype=""&gt;matthewik.lee&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;You are facing this issue due to the security feature called IP spoofing. Have you noticed the syslogs while testing connectivity from LAN to server&amp;nbsp;&lt;SPAN&gt;118.x.x.2 you are getting the folowing syslog:-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;%ASA-2-106016: Deny IP spoof from (x.x.x.x) to x.x.x.x&amp;nbsp;on interface outside&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is happening due to the following:-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let say you are trying to access the server from the LAN user 10.10.10.100. Traffic flow is like the following:-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Source IP 10.10.10.100 Destination IP 118.x.x.2 &amp;nbsp; &amp;nbsp;when the traffic reaches to ASA the source is getting PAT into ASA interface IP and ASA route the traffic towards ISP. ISP check it's routing table and sends the traffic back to ASA. Now ASA is recieving the traffic having source IP it's own outside interface IP. ASA assume that someone is sending the traffic with to &amp;nbsp;ASA by spoofing the IP of it's own.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Question 1) Are you using the local DNS server of any public DNS server?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 16:27:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070692#M134205</guid>
      <dc:creator>Spooster IT Services</dc:creator>
      <dc:date>2017-07-10T16:27:28Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070693#M134206</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks for your kind response.&lt;/P&gt;
&lt;P&gt;We are using local DNS.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Matthew&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 01:49:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070693#M134206</guid>
      <dc:creator>matthewik.lee</dc:creator>
      <dc:date>2017-07-11T01:49:11Z</dc:date>
    </item>
    <item>
      <title>You need change the A record</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070694#M134207</link>
      <description>&lt;P&gt;You need change the A record at your local DNS server from public IP to private IP.&amp;nbsp;The DNS server should hand out a private IP address, which is the real IP address assigned to the application server. This allows the local client to connect directly to the application server. Now the point is that&amp;nbsp;the remote client cannot access the application server with the private address. As a result, DNS Doctoring is configured on the ASA to change the embedded IP address within the DNS response packet. This ensures that when the remote client makes a DNS request for &lt;A href="https://community.cisco.com/www.abc.com" target="_blank"&gt;www.abc.com&lt;/A&gt;, the response they get is for the translated address of the application server. Following is the config example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's say 10.x.x.100 is the private IP of application server and 198.x.x.100 is the public IP&lt;/P&gt;
&lt;P&gt;nat (inside,outside) source static 10.x.x.100 198.x.x.100 dns&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default &lt;BR /&gt; inspect dns&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 05:32:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070694#M134207</guid>
      <dc:creator>Spooster IT Services</dc:creator>
      <dc:date>2017-07-11T05:32:19Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070695#M134208</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I did the&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;static (inside,outside) 198.x.x.100 10.x.x.100 netmask 255.255.255.255 dns &lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default &lt;BR /&gt; inspect dns&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But 198.x.x.100 is not&amp;nbsp;recorded in DNS and&amp;nbsp;I modified&amp;nbsp;my computer hosts file:&lt;/P&gt;
&lt;P&gt;198.x.x.100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Then I ping test from my&amp;nbsp;computer, cannot succeed.&amp;nbsp;If the public IP is not in DNS, can DNS doctoring work?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you, Matthew&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 08:37:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070695#M134208</guid>
      <dc:creator>matthewik.lee</dc:creator>
      <dc:date>2017-07-11T08:37:31Z</dc:date>
    </item>
    <item>
      <title>Hi Matthew,</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070696#M134209</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In your local DNS server, what is the A record ( is that public IP or private IP) for your application server?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 10:13:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070696#M134209</guid>
      <dc:creator>Spooster IT Services</dc:creator>
      <dc:date>2017-07-11T10:13:30Z</dc:date>
    </item>
    <item>
      <title>Hi, as this a test web server</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070697#M134210</link>
      <description>&lt;P&gt;Hi, as this a test web server, and we use IP to do tests, so not registered it in our DNS.&lt;/P&gt;
&lt;P&gt;We only do ASA static NAT public to real in the office LAN. Then try to reach the public IP from the office LAN.&lt;/P&gt;
&lt;P&gt;Thank you. Matthew&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 02:06:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070697#M134210</guid>
      <dc:creator>matthewik.lee</dc:creator>
      <dc:date>2017-07-12T02:06:09Z</dc:date>
    </item>
    <item>
      <title>Unfortunately, ASA doesn't</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070698#M134211</link>
      <description>&lt;P&gt;Unfortunately, ASA doesn't not allow you to do that. You can't reach using public IP from the office LAN.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 21:43:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070698#M134211</guid>
      <dc:creator>Spooster IT Services</dc:creator>
      <dc:date>2017-07-12T21:43:30Z</dc:date>
    </item>
    <item>
      <title>Thank you.</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070699#M134212</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 02:54:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-1-static-nat-using-public-ip-address-in-same-subnet-as/m-p/3070699#M134212</guid>
      <dc:creator>matthewik.lee</dc:creator>
      <dc:date>2017-07-17T02:54:40Z</dc:date>
    </item>
  </channel>
</rss>

