<?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 I suggest setting up a packet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-9-port-forwarding-problem/m-p/2543578#M234556</link>
    <description>&lt;P&gt;I suggest setting up a packet capture between the two hosts on the outside interface and the inside interface.&amp;nbsp; Then try to establish an RDP session to the local server and check the output of the packet capture.&amp;nbsp; If you see the traffic entering the outside interface and leaving the inside interface but you see no return traffic then the issue is either on the network between the ASA and the server or the server is misconfigured.&amp;nbsp; If you do not see the traffic entering the outside interface then there could be an issue with NAT or ACL.&lt;/P&gt;&lt;P&gt;&lt;A href="https://supportforums.cisco.com/document/69281/asa-using-packet-capture-troubleshoot-asa-firewall-configuration-and-scenarios"&gt;https://supportforums.cisco.com/document/69281/asa-using-packet-capture-troubleshoot-asa-firewall-configuration-and-scenarios&lt;/A&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
    <pubDate>Fri, 26 Sep 2014 10:31:19 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2014-09-26T10:31:19Z</dc:date>
    <item>
      <title>ASA 9 Port forwarding problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-port-forwarding-problem/m-p/2543577#M234551</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Need help.&lt;/P&gt;&lt;P&gt;There is a simple task - to publish port #3389 to the Internet (through the outside interface and address 195.xxx.). The port belongs to a host on the internal network (192.168.00/23).&lt;/P&gt;&lt;P&gt;Equipment - ASA 5510 9.0 (1)&lt;/P&gt;&lt;P&gt;Here are the contents of the config:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network 1921681222&lt;BR /&gt;&amp;nbsp;host 192.168.1.222&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object service rdp&lt;BR /&gt;&amp;nbsp;service tcp destination eq 3389&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object-group protocol DM_INLINE_PROTOCOL_2&lt;BR /&gt;&amp;nbsp;protocol-object ip&lt;BR /&gt;&amp;nbsp;protocol-object icmp&lt;BR /&gt;object-group network DM_INLINE_NETWORK_11rw&lt;BR /&gt;&amp;nbsp;network-object object 192168010&lt;BR /&gt;&amp;nbsp;network-object object 19216806&lt;BR /&gt;&amp;nbsp;network-object object 192168012&lt;BR /&gt;&amp;nbsp;network-object object 1921681222&lt;BR /&gt;access-list INSIDE_access_in extended permit object-group DM_INLINE_PROTOCOL_2 object-group DM_INLINE_NETWORK_11 any&lt;BR /&gt;access-list OUTSIDE1_access_in_1 extended permit object rdp any object 1921681222&lt;BR /&gt;object network 1921681222&lt;BR /&gt;&amp;nbsp;nat (INSIDE,OUTSIDE1) static interface service tcp 3389 3389&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Results of Packet-tracer:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;asaGW1# packet-tracer input OUTSIDE1 tcp 1.1.1.1 15678 195.112.112.116 3389&lt;BR /&gt;&lt;BR /&gt;Phase: 1&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;object network 1921681222&lt;BR /&gt;&amp;nbsp;nat (INSIDE,OUTSIDE1) static interface service tcp 3389 3389&amp;nbsp;&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface INSIDE&lt;BR /&gt;Untranslate 195.112.112.116/3389 to 192.168.1.222/3389&lt;BR /&gt;&lt;BR /&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: log&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;access-group OUTSIDE1_access_in_1 in interface OUTSIDE1&lt;BR /&gt;access-list OUTSIDE1_access_in_1 extended permit object rdp any object 1921681222&amp;nbsp;&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;&amp;lt;--- More ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 4&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&amp;nbsp;&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 5&lt;BR /&gt;Type: VPN&lt;BR /&gt;Subtype: ipsec-tunnel-flow&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 6&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;object network 1921681222&lt;BR /&gt;&amp;nbsp;nat (INSIDE,OUTSIDE1) static interface service tcp 3389 3389&amp;nbsp;&lt;BR /&gt;&amp;lt;--- More ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 7&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 8&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&amp;nbsp;&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&lt;BR /&gt;Phase: 9&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&amp;nbsp;&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;New flow created with id 63185, packet dispatched to next module&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;Result:&lt;BR /&gt;input-interface: OUTSIDE1&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: INSIDE&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: allow&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The problem is that the packets do not reach the host. Wireshark on the host sees only ARP or ICMP packets. ASA is set as a default gateway on the host. &amp;nbsp;Anti-virus and firewall are disabled.&lt;/P&gt;&lt;P&gt;What could cause the problem?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:49:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-port-forwarding-problem/m-p/2543577#M234551</guid>
      <dc:creator>Ivan Kurguzov</dc:creator>
      <dc:date>2019-03-12T04:49:33Z</dc:date>
    </item>
    <item>
      <title>I suggest setting up a packet</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-port-forwarding-problem/m-p/2543578#M234556</link>
      <description>&lt;P&gt;I suggest setting up a packet capture between the two hosts on the outside interface and the inside interface.&amp;nbsp; Then try to establish an RDP session to the local server and check the output of the packet capture.&amp;nbsp; If you see the traffic entering the outside interface and leaving the inside interface but you see no return traffic then the issue is either on the network between the ASA and the server or the server is misconfigured.&amp;nbsp; If you do not see the traffic entering the outside interface then there could be an issue with NAT or ACL.&lt;/P&gt;&lt;P&gt;&lt;A href="https://supportforums.cisco.com/document/69281/asa-using-packet-capture-troubleshoot-asa-firewall-configuration-and-scenarios"&gt;https://supportforums.cisco.com/document/69281/asa-using-packet-capture-troubleshoot-asa-firewall-configuration-and-scenarios&lt;/A&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2014 10:31:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-port-forwarding-problem/m-p/2543578#M234556</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-09-26T10:31:19Z</dc:date>
    </item>
  </channel>
</rss>

