<?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: Port forwarding in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/1483494#M733971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which port forwarding is not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tested to telnet to 77.68.136.102 on port 3389 (RDP), and the connection is opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 12:33:22 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2010-05-04T12:33:22Z</dc:date>
    <item>
      <title>Port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/1483493#M733965</link>
      <description>&lt;P&gt;How to port forward on ASA 5510?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have tried this configuration, but is is not working. Can you guys tell us what is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 7.0(8)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;domain-name default.domain.invalid&lt;BR /&gt;enable password fhi49CaZUyRBMnYZ encrypted&lt;BR /&gt;passwd fhi49CaZUyRBMnYZ encrypted&lt;BR /&gt;names&lt;BR /&gt;dns-guard&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 77.68.136.102 255.255.255.128&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.0.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; nameif DMZ&lt;BR /&gt; security-level 90&lt;BR /&gt; ip address 192.168.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt; nameif management&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0&lt;BR /&gt; management-only&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;access-list OUTSIDE-NCT extended permit tcp any host 77.68.136.102 eq 3389&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu management 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu DMZ 1500&lt;BR /&gt;no failover&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 192.168.0.0 255.255.255.0&lt;BR /&gt;static (inside,outside) tcp interface 3389 192.168.0.24 3389 netmask 255.255.255.255&lt;BR /&gt;access-group OUTSIDE-NCT in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 77.68.136.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00&lt;BR /&gt;timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;BR /&gt;timeout uauth 0:05:00 absolute&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 management&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd address 192.168.1.2-192.168.1.254 management&lt;BR /&gt;dhcpd lease 3600&lt;BR /&gt;dhcpd ping_timeout 50&lt;BR /&gt;dhcpd enable management&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns maximum-length 512&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;Cryptochecksum:0ebb2ead927f4b8472c6f9292490b318&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:40:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/1483493#M733965</guid>
      <dc:creator>m1kkel1984</dc:creator>
      <dc:date>2019-03-11T17:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/1483494#M733971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which port forwarding is not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tested to telnet to 77.68.136.102 on port 3389 (RDP), and the connection is opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 12:33:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/1483494#M733971</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-05-04T12:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding/m-p/1483495#M733975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are absolutely right. Us dumbasses just made the test the wrong way! Lol...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 13:00:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding/m-p/1483495#M733975</guid>
      <dc:creator>m1kkel1984</dc:creator>
      <dc:date>2010-05-04T13:00:22Z</dc:date>
    </item>
  </channel>
</rss>

