<?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 Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084648#M395154</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to configuring the ASA particulary after the change to how NAT is implemented.&amp;nbsp; What I am trying to accomplish logically seems fairly simple, yet I cannot get it to work.&amp;nbsp; I have a Synology NAS at home that I am trying to reach via the internet.&amp;nbsp; Prior to using my ASA, I had Verizon's FIOS router as my gateway and everything forwarded with no issues.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As much as I've researched I haven't had any luck.&amp;nbsp; The ports I need forwarded or reachable via the internet are TCP port 80 and 5000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can also configure it via command line if that's the easier/preferred method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 00:27:48 GMT</pubDate>
    <dc:creator>RalphSmithIII</dc:creator>
    <dc:date>2019-03-12T00:27:48Z</dc:date>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084648#M395154</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to configuring the ASA particulary after the change to how NAT is implemented.&amp;nbsp; What I am trying to accomplish logically seems fairly simple, yet I cannot get it to work.&amp;nbsp; I have a Synology NAS at home that I am trying to reach via the internet.&amp;nbsp; Prior to using my ASA, I had Verizon's FIOS router as my gateway and everything forwarded with no issues.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As much as I've researched I haven't had any luck.&amp;nbsp; The ports I need forwarded or reachable via the internet are TCP port 80 and 5000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can also configure it via command line if that's the easier/preferred method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:27:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084648#M395154</guid>
      <dc:creator>RalphSmithIII</dc:creator>
      <dc:date>2019-03-12T00:27:48Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084649#M395155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ralph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say internal NAS host is 192.168.12.2 and you will be using the outside public IP address to access it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network NAS&lt;/P&gt;&lt;P&gt;host 192.168.12.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service 5000&lt;/P&gt;&lt;P&gt;service tcp source eq 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service HTTP&lt;/P&gt;&lt;P&gt;service tcp source eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) 1 source static NAS interface service 5000 5000&lt;/P&gt;&lt;P&gt;nat (inside,outside) 2 source static NAS interface service HTTP HTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any host 192.168.12.2 eq 5000&lt;/P&gt;&lt;P&gt;access-list outside_ in permit tcp any host 192.168.12.2 eq 80&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to rate all of my posts &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt; ( How to? Mark The five stars at the bottom of my reply)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Nov 2012 23:13:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084649#M395155</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-11-25T23:13:26Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084650#M395156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick!&amp;nbsp; Love the internet and people willing to contribute their time and knowledge. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 01:48:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084650#M395156</guid>
      <dc:creator>RalphSmithIII</dc:creator>
      <dc:date>2012-11-26T01:48:53Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084651#M395157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to know I could help &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 02:17:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084651#M395157</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-11-26T02:17:47Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084652#M395158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/message/3791541#3791541" style="color: #ee6804; border-collapse: collapse; list-style: none; outline: none; width: auto;" target="_blank"&gt;Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;I have the same issue. But You wrote your answer in console commands not like asdm 6.4&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;Can you please help me with asa...&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;The problem is: &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;Router d-link di824 (ip 192.168.100.1 255.255.255.0) have rules(Virtual Servers port forwarding) tcp ports 34000-34300 send to asa5505 (vlan2 ip 192.168.100.4 255.255.252.0). Connections to this router ports comes from outside (exmpl 81.30.199.4 and etc)&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;So, the question how to configure NAT or PAT to port forwarding this connections to another inside ip addresses.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;For example: 34234 to local ip &lt;A href="http://192.168.100.152:34234/" style="color: #1155cc;" target="_blank"&gt;192.168.100.152:34234&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;and next&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34235 to local ip &lt;A href="http://192.168.100.23:34235/" style="color: #1155cc;" target="_blank"&gt;192.168.100.23:34235&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;and next&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 34236 to local ip &lt;A href="http://192.168.100.133:34236/" style="color: #1155cc;" target="_blank"&gt;192.168.100.133:34236&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;and so on.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;It's have to have like 300 rules. or a littel bit less.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 06:18:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084652#M395158</guid>
      <dc:creator>mxa2kat1k</dc:creator>
      <dc:date>2013-03-06T06:18:30Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084653#M395159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kirill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service tcp-34234&lt;/P&gt;&lt;P&gt;service tcp source eq 34234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Internal-server1&lt;/P&gt;&lt;P&gt;host 192.168.100.152&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Internal-server1 interface service tcp-34234 tcp-34234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those would be the commands for the nat rules &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 06:40:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084653#M395159</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-03-06T06:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084654#M395160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you jcarvaja! &lt;/P&gt;&lt;P&gt;But it doesn't work for me exactly.&lt;/P&gt;&lt;P&gt;Propably you forget something, or i don't understand it right way.&lt;/P&gt;&lt;P&gt;Router dlink(192.168.100.1 have global inside ip 92.52.142.86 from ISP it is static) &lt;/P&gt;&lt;P&gt;Clients from public network have to connect to it using this ip (92.50.142.86 and specific tcp port 34601 and so on)&lt;/P&gt;&lt;P&gt;Router has connections to local PCs with ip's 192.168.100.23, 192.168.100.152 etc.&lt;/P&gt;&lt;P&gt;On this PCs running servers with ports 192.168.100.23:34601-34605, 192.168.100.152:34601-34605.&lt;/P&gt;&lt;P&gt;ASA has 2 interfaces: 1 inside (1-7 ports) and 2 outside (0 port)&lt;/P&gt;&lt;P&gt;inside: 192.168.100.4/24&lt;/P&gt;&lt;P&gt;outside: 192.168.0.4/24&lt;/P&gt;&lt;P&gt;Router Dlink connected with cisco from switch. Router lan port to switch and cisco interface inside with switch&lt;/P&gt;&lt;P&gt;Local PCs connected through switch as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to use outside interface (0 port) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wrote this rule: &lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Internal-server1 interface service tcp-34234 tcp-34234&lt;/P&gt;&lt;P&gt;Why it goes with outside "word"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it and tryed packet tracet and it shows that everything is good.&lt;/P&gt;&lt;P&gt;But still there is no connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even don't know how to monitor everithing..... )&lt;/P&gt;&lt;P&gt;Please help )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change virtual servers in Router dlink to connect straight to PCs it works. But only I cant write such number of rules. It allows me to write 23 rules lets say any 34605 to 192.168.100.23:34605 any 34606 to 192.168.100.152:34606. But it will be only 23 rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I tryed to write only one rule any tcp 34600-34900 to asa5505 (192.168.100.4:34600-34900)&amp;nbsp; but asa don't undarstand where to send it forward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 12:02:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084654#M395160</guid>
      <dc:creator>mxa2kat1k</dc:creator>
      <dc:date>2013-03-13T12:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084655#M395161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/4/2/4/132424-interfaces.png" class="jive-image" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;still don't have a solution. Please help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/2/2/4/132422-34608.png" class="jive-image" /&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/3/2/4/132423-access.png" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What i did.&lt;/P&gt;&lt;P&gt;Local PC lenovo (&lt;SPAN style="font-size: 10pt;"&gt;192.168.12.5) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;which is waiting connection from internet located in inside interface (192.168.12.4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also ASA has outside interface (192.168.100.4). &lt;/P&gt;&lt;P&gt;Routed dlink 192.168.100.1 has virtual server to port forwarding to 192.168.100.4 (ASAs outside interface)&lt;/P&gt;&lt;P&gt;ASA have to port it forward as well to 192.168.12.5 coz it has nat rules &lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/5/2/4/132425-nat1.png" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/6/2/4/132426-nat2.png" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;and it still don't work!&lt;/P&gt;&lt;P&gt;Please any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 05:55:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084655#M395161</guid>
      <dc:creator>mxa2kat1k</dc:creator>
      <dc:date>2013-03-19T05:55:50Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084656#M395162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kirill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets start from zero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you are doing NAT on two parts.. your ASA and the Outside Router.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On what port do you want to connect from the outside interface?&lt;/P&gt;&lt;P&gt;You will use the outside interface IP address to do the NAT right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show run NAT&lt;/P&gt;&lt;P&gt;And the show run objects for each of the objects that you have created for the nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 16:06:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084656#M395162</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-03-19T16:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084657#M395163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Result of the command: "show run object"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This part of objects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network lenovo&lt;/P&gt;&lt;P&gt; host 192.168.12.5&lt;/P&gt;&lt;P&gt;object network out&lt;/P&gt;&lt;P&gt; host 192.168.0.4&lt;/P&gt;&lt;P&gt;object service 34608&lt;/P&gt;&lt;P&gt; service tcp source eq 34608 destination eq 34608 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result of the command: "show run nat"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static lenovo interface service 34608 34608&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also:&lt;/P&gt;&lt;P&gt;Result of the command: "show run all"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 8.4(3) &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; no switchport protected&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; delay 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; switchport access vlan 1&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; no switchport protected&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; delay 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On what port do you want to connect from the outside interface? 34608.&lt;/P&gt;&lt;P&gt;You will use the outside interface IP address to do the NAT right? What do You mean?&lt;/P&gt;&lt;P&gt;PC lenovo 192.168.0.5 located inside. He is waiting connection from outside.&lt;/P&gt;&lt;P&gt;Outside has only one port 0/0 Ethetnart and ip is 192.168.100.4 to this port cable going router 192.168.100.1&lt;/P&gt;&lt;P&gt;Thank you very much for helpong! You are only the person who can help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 11:46:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084657#M395163</guid>
      <dc:creator>mxa2kat1k</dc:creator>
      <dc:date>2013-03-20T11:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084658#M395164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please change this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;object service 34608&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;no service tcp source eq 34608 destination eq 34608&lt;/P&gt;&lt;P&gt; service tcp source eq 34608&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leave it like that ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the following and share the output &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input outside tcp 4.2.2.2 1025 &lt;SPAN style="font-size: 10pt;"&gt;192.168.0.4 34608&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So just to confirm on the outside interface you are using the 192.168.0 range right?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 17:01:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084658#M395164</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-03-20T17:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084659#M395165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You jcarvaja!&lt;/P&gt;&lt;P&gt;It's working now! You are Great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 02:18:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084659#M395165</guid>
      <dc:creator>mxa2kat1k</dc:creator>
      <dc:date>2013-03-25T02:18:00Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084660#M395166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; please kindly help me on my issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all I want to perform is all http port ( port 80 ) going to our public IP 210.4.104.xx will port&lt;/P&gt;&lt;P&gt;forward to our web server&amp;nbsp; 10.0.1.155&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp; all port 39393 ( port that I created ) going to our public IP 210.4.104.xx&amp;nbsp; will port &lt;/P&gt;&lt;P&gt;forward to 10.0.1.155:39393&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate you help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 03:05:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084660#M395166</guid>
      <dc:creator>dffdejesus</dc:creator>
      <dc:date>2013-11-25T03:05:27Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084661#M395167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dexter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What OS version are you running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 04:51:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084661#M395167</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-11-25T04:51:16Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084662#M395168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jcarvaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply my OS version is 8.4(2 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 04:57:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084662#M395168</guid>
      <dc:creator>dffdejesus</dc:creator>
      <dc:date>2013-11-25T04:57:50Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084663#M395169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dexter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12.222222328186035px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;all I want to perform is all http port ( port 80 ) going to our public IP 210.4.104.xx will port&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12.222222328186035px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;forward to our web server&amp;nbsp; 10.0.1.155&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12.222222328186035px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;and&amp;nbsp; all port 39393 ( port that I created ) going to our public IP 210.4.104.xx&amp;nbsp; will port&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12.222222328186035px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;forward to 10.0.1.155:39393&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network Host-A&lt;/P&gt;&lt;P&gt;host &lt;SPAN style="font-size: 10pt;"&gt;10.0.1.155&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object Network Outside_IP&lt;/P&gt;&lt;P&gt;host 210.4.104.xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object Service TCP_HTTP&lt;/P&gt;&lt;P&gt;service tcp source eq 80 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object Service tcp_PORT2&lt;/P&gt;&lt;P&gt;service tcp source eq 39393&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static &lt;SPAN style="font-size: 10pt;"&gt;Host-A Outside_IP service TCP_HTTP TCP_HTTP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Host-A Outside_IP service&amp;nbsp; tcp_PORT2 tcp_PORT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list out_in permit tcp any host&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;10.0.1.155 eq 80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;access-list out_in permit tcp any host&amp;nbsp; 10.0.1.155 eq 39393&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group out_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it buddy &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt; As a thanks you can visit my webiste and make sure you talk about it with your friends hehe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 05:02:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084663#M395169</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-11-25T05:02:52Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084664#M395170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for the Post..I will give it a try later and will update you..&lt;/P&gt;&lt;P&gt;I always visit your site, and its very helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 05:12:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084664#M395170</guid>
      <dc:creator>dffdejesus</dc:creator>
      <dc:date>2013-11-25T05:12:40Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084665#M395172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dexter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem my pleasure to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it's always great to hear that kind of information &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 05:14:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084665#M395172</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-11-25T05:14:47Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084666#M395174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jcarvaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;receiving error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: Address 210.4.104.xx overlaps with outside interface address&lt;/P&gt;&lt;P&gt;Error: Nat Policy is not downloaded&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;Regards,&lt;/P&gt;&lt;P&gt;Dexter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 06:25:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084666#M395174</guid>
      <dc:creator>dffdejesus</dc:creator>
      <dc:date>2013-11-25T06:25:00Z</dc:date>
    </item>
    <item>
      <title>Basic Port Forwarding ASA5505 Verion 8.4 ASDM 6.4</title>
      <link>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084667#M395176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using the Outside interface IP address then use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12.222222328186035px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;nat (inside,outside) source static Host-A interface service TCP_HTTP TCP_HTTP&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12.222222328186035px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;nat (inside,outside) source static Host-A interface&amp;nbsp; service&amp;nbsp; tcp_PORT2 tcp_PORT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface is a keyword recognized by the ASA that lets you know you want to use the Outside IP address for the NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 06:26:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/basic-port-forwarding-asa5505-verion-8-4-asdm-6-4/m-p/2084667#M395176</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-11-25T06:26:57Z</dc:date>
    </item>
  </channel>
</rss>

