<?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 Port forward still not work in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338954#M311475</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;This NAT rule if overriding the Static PAT you have configured for the port TCP/80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to remove it and add it in another format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no nat (inside,outside) source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will also have to make the ACL rule to allow the traffic since as I mentioned above you have another ACL attached on the device compared to the one you have mentioned in the original post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Oct 2013 01:01:40 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-10-06T01:01:40Z</dc:date>
    <item>
      <title>Port forward still not work</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338949#M311470</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to access to an inside machine: 192.168.67.245 on tcp port 80, from the outside using my plublic IP: 1.1.1.1 (example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what i did:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outisde_access_in permit tcp any host 192.168.67.245 eq 80&lt;/P&gt;&lt;P&gt;access-list outisde_access_in permit tcp any host 1.1.1.1 eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network My_inside_machine&lt;/P&gt;&lt;P&gt;host 192.168.67.245&lt;/P&gt;&lt;P&gt;nat (inside,outside) static interface service tcp 80 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When i try to browse: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://1.1.1.1" target="_blank"&gt;http://1.1.1.1&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; from outside (My home), i have something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Oct 06 2013&lt;/TD&gt;&lt;TD&gt;00:02:50&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;my_home_ip&lt;/TD&gt;&lt;TD&gt;18159&lt;/TD&gt;&lt;TD&gt;1.1.1.1&lt;/TD&gt;&lt;TD&gt;80&lt;/TD&gt;&lt;TD&gt;TCP access denied by ACL from my_home_ip/18159 to outside:1.1.1.1/80&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong whith my config ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA 5505&lt;/P&gt;&lt;P&gt;ASDM 7.1&lt;/P&gt;&lt;P&gt;ASA 9.1&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:47:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338949#M311470</guid>
      <dc:creator>Houari DALI YOUCEF</dc:creator>
      <dc:date>2019-03-12T02:47:54Z</dc:date>
    </item>
    <item>
      <title>Port forward still not work</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338950#M311471</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;Well the configurations looks otherwise good but I have a doubt about your ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name is &lt;STRONG&gt;"outisde_access_in"&lt;/STRONG&gt; though I would imagine that it should usually be &lt;STRONG&gt;"outside_access_in"&lt;/STRONG&gt;. Now that the ACL name matters but just thinking if the ACL is at all attached to an interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would check the output of the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run access-group&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will tell what ACLs (name) are attached to which interface and in which direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if the ACL is attached to the interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; commands to test the ASA rules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input outside tcp &lt;YOUR home="" ip=""&gt; 12345 &lt;YOUR public="" ip=""&gt; 80&lt;/YOUR&gt;&lt;/YOUR&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This commands output should tell if there is some problem with the ASA configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 00:19:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338950#M311471</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-06T00:19:22Z</dc:date>
    </item>
    <item>
      <title>Port forward still not work</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338951#M311472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Result of the command: "show run access-group"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group global_access global&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;P&gt;&lt;/P&gt;&lt;P&gt;Result of the command: "packet-tracer input outside tcp my_home_ip 12345 Public_IP 80"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype: &lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Implicit Rule&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;MAC Access list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&lt;/P&gt;&lt;P&gt;Type: ROUTE-LOOKUP&lt;/P&gt;&lt;P&gt;Subtype: input&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;in&amp;nbsp;&amp;nbsp; Public_IP&amp;nbsp;&amp;nbsp; 255.255.255.255 identity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 3&lt;/P&gt;&lt;P&gt;Type: NAT&lt;/P&gt;&lt;P&gt;Subtype: per-session&lt;/P&gt;&lt;P&gt;Result: ALLOW&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 4&lt;/P&gt;&lt;P&gt;Type: ACCESS-LIST&lt;/P&gt;&lt;P&gt;Subtype: &lt;/P&gt;&lt;P&gt;Result: DROP&lt;/P&gt;&lt;P&gt;Config:&lt;/P&gt;&lt;P&gt;Implicit Rule&lt;/P&gt;&lt;P&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;input-interface: outside&lt;/P&gt;&lt;P&gt;input-status: up&lt;/P&gt;&lt;P&gt;input-line-status: up&lt;/P&gt;&lt;P&gt;output-interface: NP Identity Ifc&lt;/P&gt;&lt;P&gt;output-status: up&lt;/P&gt;&lt;P&gt;output-line-status: up&lt;/P&gt;&lt;P&gt;Action: drop&lt;/P&gt;&lt;P&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&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;P&gt;&lt;/P&gt;&lt;P&gt;Which rule is configured to deny the traffic ??!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 00:49:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338951#M311472</guid>
      <dc:creator>Houari DALI YOUCEF</dc:creator>
      <dc:date>2013-10-06T00:49:35Z</dc:date>
    </item>
    <item>
      <title>Port forward still not work</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338952#M311473</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;As you can see you have not attached the ACL you mention in the original post to any interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have only configure an ACL named &lt;STRONG&gt;"global_access" &lt;/STRONG&gt;and it applies to all interfaces on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I think you should see an UN-NAT phase in the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; but that is not true in the above. So I think there might be a problem with some other NAT configurations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would need to see the output of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run nat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 00:53:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338952#M311473</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-06T00:53:03Z</dc:date>
    </item>
    <item>
      <title>Port forward still not work</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338953#M311474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Result of the command: "show run nat"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (any,any) source static NETWORK_OBJ_172.19.16.0_20 NETWORK_OBJ_172.19.16.0_20&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static NETWORK_OBJ_192.168.67.0_24 NETWORK_OBJ_192.168.67.0_24 destination static NETWORK_OBJ_172.19.16.0_20 NETWORK_OBJ_172.19.16.0_20 no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic any interface&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static any any destination static NETWORK_OBJ_192.168.67.248_29 NETWORK_OBJ_192.168.67.248_29 no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network My_inside_machine&lt;/P&gt;&lt;P&gt; nat (inside,outside) static interface service tcp www www &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 00:57:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338953#M311474</guid>
      <dc:creator>Houari DALI YOUCEF</dc:creator>
      <dc:date>2013-10-06T00:57:49Z</dc:date>
    </item>
    <item>
      <title>Port forward still not work</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338954#M311475</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;This NAT rule if overriding the Static PAT you have configured for the port TCP/80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to remove it and add it in another format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no nat (inside,outside) source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will also have to make the ACL rule to allow the traffic since as I mentioned above you have another ACL attached on the device compared to the one you have mentioned in the original post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 01:01:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338954#M311475</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-10-06T01:01:40Z</dc:date>
    </item>
    <item>
      <title>Port forward still not work</title>
      <link>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338955#M311476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything seems to be okey &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much JouniForss.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 01:17:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forward-still-not-work/m-p/2338955#M311476</guid>
      <dc:creator>Houari DALI YOUCEF</dc:creator>
      <dc:date>2013-10-06T01:17:57Z</dc:date>
    </item>
  </channel>
</rss>

