<?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: Outside Static Nat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735642#M494856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jack &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example of where i have used static NAT. We had a lab setup conected to our prod network with a firewall ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prod network -&amp;gt; (inside interface) pix (outside interface)&amp;nbsp; -&amp;gt; lab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the pix was there to protect the prod network from the lab. In the lab we had 172.16.x.x addressing but our prod network used 10.228.x.x addressing and we didn't want to add 172.16.x.x addresses to our routing tables in prod. So we did this on the pix - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 10.228.56.10 172.16.10.1 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then we could connect to 10.228.56.10 from prod and it was translated to 172.16.10.1 in the lab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically what you are doing this command is you are translating the destination IP as you go from the inside to outside interfaces of the pix. Compare this with a normal static (inside,outside).. command ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 10.228.56.10 172.16.10.1 netmask 255.255.255.255&amp;nbsp; means - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) a packet coming from the inside of the pix with a source IP of 172.16.10.1 will be translated to 10.228.56.10 &lt;/P&gt;&lt;P&gt;2) a packet coming from the outside of the pix with a destination IP of 10.228.56.10 will be translated to 172.16.10.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 10.228.56.10 172.16.10.1 netmask 255.255.255.255. means - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) a packet coming from the inside with a destination of 10.228.56.10 will be translated to 172.16.10.1 &lt;/P&gt;&lt;P&gt;2) a packet coming from the outside with a source IP of 172.16.10.1 will be translated to 10.228.56.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the FWSM you do indeed need an acl from higher to lower which is different from the standalone pix/ASA devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether or not you need NAT depends. If you have nat-control turned off then you do not need NAT. If it is turned on then if i remember correctly you do need it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2011 20:53:25 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2011-10-25T20:53:25Z</dc:date>
    <item>
      <title>Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735641#M494855</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;i have thought many times about outside Nat but i m confused when will be such situation that we will require outside NAT.Can anybody give me best example of real Network, and explain me the traffic flow i have read in book but still it is not clear.&lt;/LI&gt;&lt;LI&gt;In FWSM interface with higher security level&amp;nbsp; when access to&amp;nbsp; lower security level we only need access-list, NAT is not reqiured, Is it i m on the correct path???? or this is misunderstood.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:42:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735641#M494855</guid>
      <dc:creator>jack samuel</dc:creator>
      <dc:date>2019-03-11T21:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735642#M494856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jack &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example of where i have used static NAT. We had a lab setup conected to our prod network with a firewall ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prod network -&amp;gt; (inside interface) pix (outside interface)&amp;nbsp; -&amp;gt; lab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the pix was there to protect the prod network from the lab. In the lab we had 172.16.x.x addressing but our prod network used 10.228.x.x addressing and we didn't want to add 172.16.x.x addresses to our routing tables in prod. So we did this on the pix - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 10.228.56.10 172.16.10.1 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then we could connect to 10.228.56.10 from prod and it was translated to 172.16.10.1 in the lab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically what you are doing this command is you are translating the destination IP as you go from the inside to outside interfaces of the pix. Compare this with a normal static (inside,outside).. command ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 10.228.56.10 172.16.10.1 netmask 255.255.255.255&amp;nbsp; means - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) a packet coming from the inside of the pix with a source IP of 172.16.10.1 will be translated to 10.228.56.10 &lt;/P&gt;&lt;P&gt;2) a packet coming from the outside of the pix with a destination IP of 10.228.56.10 will be translated to 172.16.10.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 10.228.56.10 172.16.10.1 netmask 255.255.255.255. means - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) a packet coming from the inside with a destination of 10.228.56.10 will be translated to 172.16.10.1 &lt;/P&gt;&lt;P&gt;2) a packet coming from the outside with a source IP of 172.16.10.1 will be translated to 10.228.56.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the FWSM you do indeed need an acl from higher to lower which is different from the standalone pix/ASA devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether or not you need NAT depends. If you have nat-control turned off then you do not need NAT. If it is turned on then if i remember correctly you do need it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 20:53:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735642#M494856</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-25T20:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735643#M494857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jon &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have explained very well .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For FWSM i have 50 interface vlan's so to managed them by Nat it is very difficult so we have disable nat-control but on 2 interface i m using NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 2&lt;/P&gt;&lt;P&gt;ip add 10.10.2.254 255.255.255.0&lt;/P&gt;&lt;P&gt;nameif vlan2&lt;/P&gt;&lt;P&gt;security-level 90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 3&lt;/P&gt;&lt;P&gt;ip add 10.10.3.254 255.255.255.0&lt;/P&gt;&lt;P&gt;nameif vlan3&lt;/P&gt;&lt;P&gt;security-level 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (vlan3,vlan2) 10.10.2.2 10.10.3.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain me what's the above command doing, please have a look on security-level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 20:03:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735643#M494857</guid>
      <dc:creator>jack samuel</dc:creator>
      <dc:date>2011-10-27T20:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735644#M494858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;nat (vlan3,vlan2) 10.10.2.2 10.10.3.2 netmask 255.255.255.255&lt;/EM&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you explain me what's the above command doing, please have a look on security-level&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not entirely sure. Is that the whole NAT config ie. shouldn;t that be - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (vlan3, vlan2) 10.10.2.2 10.10.3.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if it is nat and not static at the beginning is there any other config to go with it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 22:46:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735644#M494858</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-27T22:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735645#M494859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m absolutely sorry, I missed static word&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is &lt;/P&gt;&lt;P&gt;static (vlan3, vlan2) 10.10.2.2 10.10.3.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls have a look at security level for both the vlans in the above mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Below scenario what will be static Nat statements if i want to use a lower-security level first such as ( outside,inside) and PCB wants to access PCA. I know that by static (inside,outside) will work becz traffic is bidirectional&amp;nbsp; but purposely i want to use (outside inside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC-A---------inside----------outside-----------------------PCB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 23:09:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735645#M494859</guid>
      <dc:creator>jack samuel</dc:creator>
      <dc:date>2011-10-27T23:09:18Z</dc:date>
    </item>
    <item>
      <title>Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735646#M494860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well it doesn't make a lot of sense. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, as far as i can tell, it says - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from vlan 3 if you connect to the destination IP 10.10.2.2 then translate to 10.10.3.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 23:16:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735646#M494860</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-27T23:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735647#M494861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Below scenario what will be static Nat statements if i want to&amp;nbsp; use a lower-security level first such as ( outside,inside) and PCB&amp;nbsp; wants to access PCA. I know that by static (inside,outside) will work&amp;nbsp; becz traffic is bidirectional&amp;nbsp; but purposely i want to use (outside&amp;nbsp; inside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC-A ip is 172.16.10.1&lt;/P&gt;&lt;P&gt;PC-B ip is 172.16.5.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC-A---------inside----------outside-----------------------PCB&lt;/P&gt;&lt;P&gt; 172.16.10.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 23:21:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735647#M494861</guid>
      <dc:creator>jack samuel</dc:creator>
      <dc:date>2011-10-27T23:21:35Z</dc:date>
    </item>
    <item>
      <title>Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735648#M494862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't use it like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to present a device on a higher level interface to a lower level interface you use static (inside,outside). So that's what you would use in the above case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would simply do - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x&amp;nbsp; 172.16.10.1 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x.x.x.x is the address you want to present to PCB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't just simply decide to use a static (outside,inside) ... statement instead as it is used for a different purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 23:37:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735648#M494862</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-27T23:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735649#M494863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Dear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be pateints with me and i appreciate ur help. i will tell u the fact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below configs are on the FWSM, the real ip is 10.10.3.2 and the virtual IP is 10.10.2.2,. what i m understanding from the below static command is that the real IP 10.10.3.2 (vlan 3) when comes in FWSM to access vlan 2&amp;nbsp; it will be translated to 10.10.2.2 and the users in vlan 2 will see the packet is from 10.10.2.2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it i m on the correct path?????????????????????????????????????????????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 2&lt;/P&gt;&lt;P&gt;ip add 10.10.2.254 255.255.255.0&lt;/P&gt;&lt;P&gt;nameif vlan2&lt;/P&gt;&lt;P&gt;security-level 90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 3&lt;/P&gt;&lt;P&gt;ip add 10.10.3.254 255.255.255.0&lt;/P&gt;&lt;P&gt;nameif vlan3&lt;/P&gt;&lt;P&gt;security-level 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (vlan3,vlan2) 10.10.2.2 10.10.3.2 netmask 255.255.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 23:47:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735649#M494863</guid>
      <dc:creator>jack samuel</dc:creator>
      <dc:date>2011-10-27T23:47:24Z</dc:date>
    </item>
    <item>
      <title>Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735650#M494864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always teach this kind of the statics the same way, what you need to see is the following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Real,mapped) Mapped Real &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The concept is exactly the same, what changes is the name only, (Outside Nat, Destination Nat etc etc) They are configured the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 04:21:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735650#M494864</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-10-28T04:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735651#M494865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jack &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 10.228.56.10 172.16.10.1 netmask 255.255.255.255. means - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) a packet coming from the inside with a destination of 10.228.56.3 will be translated to 172.16.10.1 &lt;/P&gt;&lt;P&gt;&lt;EM&gt;2) a packet coming from the outside with a source IP of 172.16.10.1 will be translated to 10.228.56.3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;seems i can't even read my own posts &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (vlan3,vlan2) 10.10.2.2 10.10.3.2 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie. a packet coming from vlan3 with a source IP of 10.10.3.2 will be translated to 10.10.2.2 on vlan 2 just as you say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincere apologies for the confusion and many thanks to Mike for clarifying things. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 12:04:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735651#M494865</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-28T12:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735652#M494866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use static (outside,inside) for the 2 scenarios of the diagram.Can you tell me what will be the static command and is it static (outside,inside)&amp;nbsp; command will be applicable on both the secnarios.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it is a typo mistake,instead of 10.228.56.3 it should be 10.228.56.10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 10.228.56.10 172.16.10.1 netmask 255.255.255.255. means - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) a packet coming from the inside with a destination of 10.228.56.3 will be translated to 172.16.10.1 &lt;/P&gt;&lt;P&gt;&lt;EM&gt;2) a packet coming from the outside with a source IP of 172.16.10.1 will be translated to 10.228.56.3&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 08:22:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735652#M494866</guid>
      <dc:creator>jack samuel</dc:creator>
      <dc:date>2011-10-29T08:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735653#M494867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a static NAT from internal to internet you should use static(inside,outside).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here also you can use the same.&lt;/P&gt;&lt;P&gt;Here in both scenario internet facing device is ASA/PIX. so you can use static(inside,outside).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In first scenaio you need to create route in ASA to reach the PC(1.1.1.0) as route inside............ command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can create static NAT in the ASA using static(inside,outside) command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 08:40:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735653#M494867</guid>
      <dc:creator>vipinrajrc</dc:creator>
      <dc:date>2011-10-29T08:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735654#M494868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that i can reach through static (inside,outside) but i want to use static ( outside,inside) . On which scenario outside inside is possible, if PC-B want to reach PC-A &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to be more clear for static (oustside,inside). JON explained me very well but posting this scenario i want to get answers that are matching to my thoughts or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please specify the static commands with proper PC ip addresses if applicable on the secnarios.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 08:52:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735654#M494868</guid>
      <dc:creator>jack samuel</dc:creator>
      <dc:date>2011-10-29T08:52:56Z</dc:date>
    </item>
    <item>
      <title>Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735655#M494869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it's a typo, it should be 10.228.56.10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for any confusion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 13:41:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735655#M494869</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-29T13:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735656#M494870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;edited for spacing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 14:02:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735656#M494870</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-29T14:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735657#M494871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Jack &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I know that i can reach through static (inside,outside) but i want to use static ( outside,inside) . On which scenario outside inside is possible, if PC-B want to reach PC-A &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use the static that is applicable. If you want PCB on the outside to be able to access PCA on the inside then you use a static (inside,outside) command. If you want to use a static (outside,inside) then you are not using the right command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And they do different things. I gave you an example of when the (outside,inside) would be used but that doesn't really apply to your scenario. Your original question asked when it would be applicable to use a static (outside,inside) and in the scenario from your .jpg you wouldn't use&amp;nbsp; it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A scenario where you would use a static (outside,inside) would be - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCA = 10.10.10.1 &lt;/P&gt;&lt;P&gt;PCB = 172.16.10.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want PCA to be able to connect to PCB but using the IP address 10.10.10.10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 10.10.10.10 172.16.10.1 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 14:06:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735657#M494871</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-29T14:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Outside Static Nat</title>
      <link>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735658#M494872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U are the expert i have seen many replied post of yours,My concept is still not clear,pls do not leave the post in between and be patients with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference in my previous mail Diagram -2 and the example i gave for vlan 2 and vlan 3?????? yourself and mike told me that what i m thinking is correct for vlan translation that same concept i m applying on Diagram -2 of previous mail then why i m wrong.i m thinking&amp;nbsp; vlan 3 as outside and vlan 2 as inside. Is it my previous mail Diagram-2 applicable for static (outside,inside).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ur previous mail u gave me the below example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCA = 10.10.10.1 &lt;/P&gt;&lt;P&gt;PCB = 172.16.10.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want PCA to be able to connect to PCB but using the IP address 10.10.10.10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) 10.10.10.10 172.16.10.1 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the diagram assumptions are same as below, if not please correct ,and explain me the traffic flow.and how the translation will happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC-A IP Address: 10.10.10.1&lt;/P&gt;&lt;P&gt;Inside Virtual IP Address:10.10.10.10&lt;/P&gt;&lt;P&gt;outside PC-B real IP Address: 172.16.10.1&lt;/P&gt;&lt;P&gt;PCA connected to internal network and not directly to ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;PCA---Core Sw----Inside (PIX) outside-------PC-B&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate you for replying my mails and trying to make me understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 20:36:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outside-static-nat/m-p/1735658#M494872</guid>
      <dc:creator>jack samuel</dc:creator>
      <dc:date>2011-10-29T20:36:02Z</dc:date>
    </item>
  </channel>
</rss>

