<?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 nat statement in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-statement/m-p/779630#M988931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand.  So I was totally going the wrong way. Well I found the following documentation on the cisco website:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This setup also includes a static one-to-one NAT for a server at 10.1.1.3. This is NAT'd to 200.1.1.25 so that Internet users can access it. Issue this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.1.1.3 200.1.1.25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what is the difference between this and what I was asking?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 21:46:48 GMT</pubDate>
    <dc:creator>dexteroc1</dc:creator>
    <dc:date>2007-05-23T21:46:48Z</dc:date>
    <item>
      <title>Static nat statement</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-statement/m-p/779628#M988916</link>
      <description>&lt;P&gt;I need to setup a static one to one nat statement on my PIX 515.  I need to map an outside IP to an inside IP.  Let's say the IP address on the outside is outside.ip and the internal IP is 192.168.100.125.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interfaces that we have defined are inside, outside and DMZ1 and if it matters I will be setting up acl's and static statements to route the traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are already three other nat statements defined as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list acl_name&lt;/P&gt;&lt;P&gt;nat (inside) 1 vpn 255.0.0.0 0 0&lt;/P&gt;&lt;P&gt;nat (DMZ1) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know how I should go about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:19:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-statement/m-p/779628#M988916</guid>
      <dc:creator>dexteroc1</dc:creator>
      <dc:date>2019-03-11T10:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Static nat statement</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-statement/m-p/779629#M988920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you have an outside interface configured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create a one-to-one static nat as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) outside.ip  192.168.100.125 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to create an access list : say you want to allow telnet access from to 192.168.100.125&lt;/P&gt;&lt;P&gt;from the outside world.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in  permit tcp any host outside.ip eq 23&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 21:37:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-statement/m-p/779629#M988920</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-05-23T21:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Static nat statement</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-statement/m-p/779630#M988931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand.  So I was totally going the wrong way. Well I found the following documentation on the cisco website:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This setup also includes a static one-to-one NAT for a server at 10.1.1.3. This is NAT'd to 200.1.1.25 so that Internet users can access it. Issue this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.1.1.3 200.1.1.25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what is the difference between this and what I was asking?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 21:46:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-statement/m-p/779630#M988931</guid>
      <dc:creator>dexteroc1</dc:creator>
      <dc:date>2007-05-23T21:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Static nat statement</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-statement/m-p/779631#M988942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the difference is that you are statically natting a local IP address 10.1.1.3 with 200.1.1.25 on a router and not on your pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the same principle as before, a one-to-one nat, if you are nating on a router you have to define your (ip nat outside) on the 200.1.1.0 interface.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge   &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 22:07:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-statement/m-p/779631#M988942</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-05-23T22:07:14Z</dc:date>
    </item>
  </channel>
</rss>

