<?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 Static NAT/PAT in Ver 8.3 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-pat-in-ver-8-3/m-p/1617087#M604321</link>
    <description>&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to translate one host ip into an another network IP to access the host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have host A in X network and need to access the A host in Z network through ASA 5510 Ver 8.3 firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the Static Nat configuration, but it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the configuration in below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network X-network-host &lt;BR /&gt; host 192.168.10.14&lt;/P&gt;&lt;P&gt;nat (inside,dmz-1) static 192.168.50.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp host 192.168.10.14 host 192.168.50.30 eq ssh&lt;/P&gt;&lt;P&gt;access-group 101 in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to allow remote desktop on the same, but ssh also is not working on the above scenario.&lt;/P&gt;&lt;P&gt;Please check and revert back.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 20:01:59 GMT</pubDate>
    <dc:creator>psaravanan</dc:creator>
    <dc:date>2019-03-11T20:01:59Z</dc:date>
    <item>
      <title>Static NAT/PAT in Ver 8.3</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-pat-in-ver-8-3/m-p/1617087#M604321</link>
      <description>&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to translate one host ip into an another network IP to access the host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have host A in X network and need to access the A host in Z network through ASA 5510 Ver 8.3 firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the Static Nat configuration, but it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the configuration in below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network X-network-host &lt;BR /&gt; host 192.168.10.14&lt;/P&gt;&lt;P&gt;nat (inside,dmz-1) static 192.168.50.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp host 192.168.10.14 host 192.168.50.30 eq ssh&lt;/P&gt;&lt;P&gt;access-group 101 in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to allow remote desktop on the same, but ssh also is not working on the above scenario.&lt;/P&gt;&lt;P&gt;Please check and revert back.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:01:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-pat-in-ver-8-3/m-p/1617087#M604321</guid>
      <dc:creator>psaravanan</dc:creator>
      <dc:date>2019-03-11T20:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT/PAT in Ver 8.3</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-pat-in-ver-8-3/m-p/1617088#M604322</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;Assuming that the A host is on the Inside (X netword) seems that the configuration is not that bad. Needs some modifications thou:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network X-network-host &lt;BR /&gt; host 192.168.10.14&lt;/P&gt;&lt;P&gt;nat (inside,dmz-1) static 192.168.50.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That statement is saying that you are going to access the host 192.168.10.14 from the DMZ-1 using the IP address 192.168.50.30, in oder words, you are translatng the IP address .14 into .30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing that you may need is to put an access list on the dmz-1, the ACL would be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host 192.168.10.14&lt;/P&gt;&lt;P&gt;&lt;DENY statement="" if="" you="" want="" to="" block="" the="" rest="" of="" the="" traffic="" to="" the="" inside=""&gt;&lt;/DENY&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any&lt;/P&gt;&lt;P&gt;access.group 101 in interface dmz-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thay way, any host on the DMZ should be able to access the host 192.168.10.14 with the IP 192.168.50.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 07:57:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-pat-in-ver-8-3/m-p/1617088#M604322</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-03-07T07:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT/PAT in Ver 8.3</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-pat-in-ver-8-3/m-p/1617089#M604323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maykol Rojas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the above method, but it's not access ssh or remote desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network DC-Server&lt;BR /&gt; host 192.168.10.14&lt;/P&gt;&lt;P&gt;nat (inside,dmz-1) static 192.168.50.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host 192.168.10.14&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host 192.168.10.14 eq ssh&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any&lt;/P&gt;&lt;P&gt;access.group 101 in interface dmz-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.50.30 is a free ip, I try to translate 192.168.10.14 to 192.168.50.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 06:35:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-pat-in-ver-8-3/m-p/1617089#M604323</guid>
      <dc:creator>psaravanan</dc:creator>
      <dc:date>2011-03-08T06:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT/PAT in Ver 8.3</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-pat-in-ver-8-3/m-p/1617090#M604324</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;Try with this config, where any host in DMZ-1 network (192.168.50.0) can access SSH service in inside host 192.168.10.14&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;ssh 192.168.10.14 from any 192.168.50.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network DC-Server&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;host 192.168.10.14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; object network DMZ-1-NETWORK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subnet 192.168.50.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,dmz-1) 2 source static DC-Server DC-Server destination static DMZ-1-NETWORK DMZ-1-NETWORK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in line 1 extended permit ip host 192.168.10.14 192.168.50.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list dmz-1_access_in line 1 extended permit tcp 192.168.50.0 255.255.255.0 host 192.168.10.14 eq ssh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group dmz-1_access_in in interface dmz-1&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;If problem still present try using ASDM packet-tracer using&lt;/DIV&gt;&lt;DIV&gt;source interface: DMZ-1 &lt;/DIV&gt;&lt;DIV&gt;Packet type: TCP&lt;/DIV&gt;&lt;DIV&gt;source IP address:&amp;nbsp; 192.168.50.20&lt;/DIV&gt;&lt;DIV&gt;source port 1024&lt;/DIV&gt;&lt;DIV&gt;Destination IP adddress 192.168.10.14&lt;/DIV&gt;&lt;DIV&gt;Destination port 22&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Here, you will cath the mistake.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Erick&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 16:10:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-pat-in-ver-8-3/m-p/1617090#M604324</guid>
      <dc:creator>erickflamenco</dc:creator>
      <dc:date>2011-03-08T16:10:32Z</dc:date>
    </item>
  </channel>
</rss>

