<?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: static (outside , inside) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-outside-inside/m-p/2178045#M356979</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;I tried the above configuration, but it's not working...For your information please find the xlate entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i trying to reach one of the server from outside network ( 172.10.10.10) to inside network ( 10.10.10.183)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCP outside &lt;INSIDE nat="" ip=""&gt; (172.10.10.10):4405 inside 10.10.10.183:3389, idle 0:00:41, bytes 0, flags SaAB&lt;/INSIDE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Inside NAT IP is 10.10.10.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Feb 2013 05:46:09 GMT</pubDate>
    <dc:creator>Ganesan Palaniappan</dc:creator>
    <dc:date>2013-02-09T05:46:09Z</dc:date>
    <item>
      <title>static (outside , inside)</title>
      <link>https://community.cisco.com/t5/network-security/static-outside-inside/m-p/2178043#M356977</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to achieve the below scenario with static NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have a firewall which is having two legs ( inside and outside). As usual inside security is 100 and outside is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have done a PAT for all the inside networks to access the outside network. Now the requirement is i have server in outside network which should be accessed by the inside network with a help inside ip address itself ( mapping the server to a free inside ip address and all the inside hosts will connect to the inside ip which intun communicates the outside ip address)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried to achieve the above using static (outside,inside ) command , but somewhat we are unable to communicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We created ACL as permint ip any any and applied on the both the interface. Proper route has been added in the Firewall to the ouside network and also we added route in the Outside network L3 Switch for the firewall inside network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plea&lt;SPAN style="font-size: 10pt;"&gt;se help us !!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Attached a sample diagram ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gan.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:57:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-outside-inside/m-p/2178043#M356977</guid>
      <dc:creator>Ganesan Palaniappan</dc:creator>
      <dc:date>2019-03-12T00:57:29Z</dc:date>
    </item>
    <item>
      <title>static (outside , inside)</title>
      <link>https://community.cisco.com/t5/network-security/static-outside-inside/m-p/2178044#M356978</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;So is the Firewall actually connected to Internet on the "outside" since you say that you have routed the "inside" network on the L3 switch behind the "outside" interface of the firewall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the "outside" side router really has a route to the "inside" network then I would try out this Policy NAT configurations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list SERVER-POLICY-NAT permit ip host 172.10.10.5 10.10.10.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (outside,inside) &lt;INSIDE nat="" ip=""&gt; access-list SERVER-POLICY-NAT&lt;/INSIDE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if it will work though...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 18:07:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-outside-inside/m-p/2178044#M356978</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-07T18:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: static (outside , inside)</title>
      <link>https://community.cisco.com/t5/network-security/static-outside-inside/m-p/2178045#M356979</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;I tried the above configuration, but it's not working...For your information please find the xlate entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i trying to reach one of the server from outside network ( 172.10.10.10) to inside network ( 10.10.10.183)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCP outside &lt;INSIDE nat="" ip=""&gt; (172.10.10.10):4405 inside 10.10.10.183:3389, idle 0:00:41, bytes 0, flags SaAB&lt;/INSIDE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Inside NAT IP is 10.10.10.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2013 05:46:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-outside-inside/m-p/2178045#M356979</guid>
      <dc:creator>Ganesan Palaniappan</dc:creator>
      <dc:date>2013-02-09T05:46:09Z</dc:date>
    </item>
    <item>
      <title>static (outside , inside)</title>
      <link>https://community.cisco.com/t5/network-security/static-outside-inside/m-p/2178046#M356980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To initiate a connection from the outside to inside, firstly you would need a static NAT statement for your inside host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the inside host is 10.10.10.183, this host needs to be statically NATed first (dynamic PAT won't work because that only works for outbound connection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So static NAT for the inside host as follows:&lt;/P&gt;&lt;P&gt;If you don't want to NAT, then:&lt;/P&gt;&lt;P&gt;static (inside,outside) 10.10.10.183 10.10.10.183 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to NAT, then:&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x 10.10.10.183 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then to actually NAT the outside host to an inside address:&lt;/P&gt;&lt;P&gt;static (outside,inside) 10.10.10.10 172.10.10.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then "clear xlate" and test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2013 06:22:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-outside-inside/m-p/2178046#M356980</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2013-02-09T06:22:18Z</dc:date>
    </item>
  </channel>
</rss>

