<?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: Issue with ASA port forwarding in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199616#M1065438</link>
    <description>&lt;P&gt;Hi Flavio,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for you quick and constructive response!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My bad on the config part! I seem to have given you the backup I took prior to having a stab at this one!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have currently:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network Static3650&lt;BR /&gt; nat (inside,outside) static interface service tcp ssh 4444&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The article you linked was actually the one I followed originally, however with little luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was hoping someone may be able to idiot check my config, but it seems the idiot check failed at the part where I forgot to include any actual config!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any further assistance would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2017 18:54:33 GMT</pubDate>
    <dc:creator>Xertzski</dc:creator>
    <dc:date>2017-10-16T18:54:33Z</dc:date>
    <item>
      <title>Issue with ASA port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199547#M1065434</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Firstly, please shoot me down if I'm being a moron. Secondly, it's my first time posting, so please point me in the right direction if I'm asking this in the wrong place!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've seen this asked before, however, I can't seem to find a post that matches my issue and all of the similar solutions haven't worked so far!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I'm trying to manage a switch on my internal network through SSH externally. I was hoping to be able to add a NAT rule to translate port 22 internally to port 4444 (For example) externally. I've created an object with the host IP address, and I think I added the port translation correctly. I then created an ACL to allow this, but it doesn't seem to be working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TL;DR: I want to be able to manage &lt;SPAN&gt;172.25.0.2 externally with SSH and I'm about to pull my hair out, as my exposure to ASAs is limited at best!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I've included the config below with the necessary&amp;nbsp;stuff removed (And some unnecessary!). If possible I'd really appreciate a breakdown of where I'm going wrong. I'd love to learn more about this stuff rather than just jam in lines to the CLI that someone on the internet said would fix my problem!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt; description WAN Interface&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address x.x.x.x 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt; description Staff Interface&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address x.x.x.x 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt; description Guest Access Interface&lt;BR /&gt; nameif Guest&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address x.x.x.x 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&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 GigabitEthernet1/5&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 GigabitEthernet1/6&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 GigabitEthernet1/7&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 GigabitEthernet1/8&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 Management1/1&lt;BR /&gt; management-only&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; domain-name xxxx&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network xxxx&lt;BR /&gt; subnet x.x.x.x 255.255.252.0&lt;BR /&gt; description Range1&lt;BR /&gt;object network xxxx&lt;BR /&gt; subnet x.x.x.x 255.255.252.0&lt;BR /&gt; description Range2&lt;BR /&gt;object network xxxx&lt;BR /&gt;subnet x.x.x.x 255.255.248.0&lt;BR /&gt;object network xxxx&lt;BR /&gt;subnet x.x.x.x 255.255.248.0&lt;BR /&gt;object network xxxx&lt;BR /&gt;subnet x.x.x.x 255.255.252.0&lt;BR /&gt;object network xxxx&lt;BR /&gt;subnet x.x.x.x 255.255.252.0&lt;BR /&gt;object network xxxx&lt;BR /&gt;subnet x.x.x.x 255.255.252.0&lt;BR /&gt;object network Cisco3650Switch&lt;BR /&gt; host 172.25.0.2&lt;BR /&gt;object-group network xxxx&lt;BR /&gt; description VOIP Provider&lt;BR /&gt; network-object object xxxx&lt;BR /&gt; network-object object xxxx&lt;BR /&gt; network-object object xxxx&lt;BR /&gt; network-object object xxxx&lt;BR /&gt; network-object object xxxx&lt;BR /&gt; network-object object xxxx&lt;BR /&gt;object-group service VoIP-MobileApp&lt;BR /&gt; service-object tcp destination range 5090 5091&lt;BR /&gt; service-object udp destination range 50000 59999&lt;BR /&gt; service-object tcp-udp destination eq 5097&lt;BR /&gt; service-object udp destination range 60000 64999&lt;BR /&gt; service-object tcp destination eq 5091&lt;BR /&gt; service-object udp destination eq 5099&lt;BR /&gt; service-object tcp destination eq https&lt;BR /&gt;object-group service VoIP-Softphone&lt;BR /&gt; service-object udp destination range 50000 59999&lt;BR /&gt; service-object tcp-udp destination eq 5097&lt;BR /&gt; service-object udp destination range 60000 64999&lt;BR /&gt; service-object udp destination eq 5099&lt;BR /&gt; service-object tcp-udp destination eq 5091&lt;BR /&gt;object-group network xxxx&lt;BR /&gt; description IPs for Remote Management&lt;BR /&gt; network-object host x.x.x.x&lt;BR /&gt; network-object host x.x.x.x&lt;BR /&gt; network-object host x.x.x.x&lt;BR /&gt; network-object host x.x.x.x&lt;BR /&gt; network-object host x.x.x.x&lt;BR /&gt; network-object x.x.x.x 255.255.255.252&lt;BR /&gt;access-list VOIP_OUT extended permit ip 172.25.0.0 255.255.255.0 object-group xxxx&lt;BR /&gt;access-list VOIP_Inbound extended permit ip object-group xxxx 172.25.0.0 255.255.255.0&lt;BR /&gt;access-list outside_access_in remark Allow access to Internal Switch&lt;BR /&gt;access-list outside_access_in extended permit tcp object-group xxxx object Cisco3650Switch eq ssh&lt;BR /&gt;access-list outside_access_in extended permit icmp any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1492&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu Guest 1500&lt;BR /&gt;mtu FirepowerAccess 1500&lt;BR /&gt;mtu Backup 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any outside&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;nat (inside,outside) source dynamic any interface&lt;BR /&gt;nat (Guest,outside) source dynamic any interface&lt;BR /&gt;!&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 x.x.x.x 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 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 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http x.x.x.x 255.255.254.0 inside&lt;BR /&gt;http x.x.x.x 255.255.255.255 outside&lt;BR /&gt;http x.x.x.x 255.255.255.255 outside&lt;BR /&gt;http x.x.x.x 255.255.255.255 outside&lt;BR /&gt;http x.x.x.x 255.255.255.255 outside&lt;BR /&gt;http x.x.x.x 255.255.255.255 outside&lt;BR /&gt;http x.x.x.x 255.255.255.255 outside&lt;BR /&gt;http x.x.x.x 255.255.255.255 outside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;!&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh x.x.x.x 255.255.255.252 outside&lt;BR /&gt;ssh x.x.x.x 255.255.255.255 outside&lt;BR /&gt;ssh x.x.x.x 255.255.255.255 outside&lt;BR /&gt;ssh x.x.x.x 255.255.255.255 outside&lt;BR /&gt;ssh x.x.x.x 255.255.255.255 outside&lt;BR /&gt;ssh x.x.x.x 255.255.255.255 outside&lt;BR /&gt;ssh x.x.x.x 255.255.255.255 outside&lt;BR /&gt;ssh x.x.x.x 255.255.255.255 outside&lt;BR /&gt;ssh x.x.x.x 255.255.254.0 inside&lt;BR /&gt;ssh timeout 20&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd address 172.25.0.20-172.25.0.250 inside&lt;BR /&gt;dhcpd dns 75.75.75.75 8.8.8.8 interface inside&lt;BR /&gt;dhcpd lease 43200 interface inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 10.1.0.20-10.1.0.250 Guest&lt;BR /&gt;dhcpd dns 75.75.75.75 8.8.8.8 interface Guest&lt;BR /&gt;dhcpd lease 14400 interface Guest&lt;BR /&gt;dhcpd enable Guest&lt;BR /&gt;!&lt;BR /&gt;priority-queue outside&lt;BR /&gt; queue-limit 800&lt;BR /&gt; tx-ring-limit 15&lt;BR /&gt;priority-queue inside&lt;BR /&gt; queue-limit 800&lt;BR /&gt; tx-ring-limit 15&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username xxxx password xxxx&lt;BR /&gt;username xxxx password xxxx&lt;BR /&gt;!&lt;BR /&gt;class-map VOIP&lt;BR /&gt; match dscp ef&lt;BR /&gt;class-map VOIP_INBOUND&lt;BR /&gt; match access-list VOIP_Inbound&lt;BR /&gt;class-map icmp-class&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;class-map sfr&lt;BR /&gt; match access-list sfr_redirect&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;class-map VOIP_IPs&lt;BR /&gt; match access-list VOIP_OUT&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt; message-length maximum client auto&lt;BR /&gt; message-length maximum 512&lt;BR /&gt;policy-map VOIP_priority_Inbound&lt;BR /&gt; class VOIP_INBOUND&lt;BR /&gt; priority&lt;BR /&gt;policy-map VOIP_priority&lt;BR /&gt; class VOIP&lt;BR /&gt; priority&lt;BR /&gt; class VOIP_IPs&lt;BR /&gt; priority&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect dns preset_dns_map&lt;BR /&gt; inspect ftp&lt;BR /&gt; inspect h323 h225&lt;BR /&gt; inspect h323 ras&lt;BR /&gt; inspect rsh&lt;BR /&gt; inspect rtsp&lt;BR /&gt; inspect esmtp&lt;BR /&gt; inspect sqlnet&lt;BR /&gt; inspect skinny&lt;BR /&gt; inspect sunrpc&lt;BR /&gt; inspect xdmcp&lt;BR /&gt; inspect sip&lt;BR /&gt; inspect netbios&lt;BR /&gt; inspect tftp&lt;BR /&gt; inspect ip-options&lt;BR /&gt; inspect icmp&lt;BR /&gt; inspect icmp error&lt;BR /&gt; class icmp-class&lt;BR /&gt; inspect icmp&lt;BR /&gt; class class-default&lt;BR /&gt; user-statistics accounting&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;service-policy VOIP_priority interface outside&lt;BR /&gt;service-policy VOIP_priority_Inbound interface inside&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:30:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199547#M1065434</guid>
      <dc:creator>Xertzski</dc:creator>
      <dc:date>2020-02-21T14:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ASA port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199567#M1065436</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/383933"&gt;@Xertzski&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am missing some config like this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (inside,outside) source static real_IP mapped_IP service real_port mapped_port&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can refer to this guide:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118996-config-asa-00.html" target="_self"&gt;https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118996-config-asa-00.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-If I helped you somehow, please, rate it as useful.-&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 17:58:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199567#M1065436</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-10-16T17:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ASA port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199616#M1065438</link>
      <description>&lt;P&gt;Hi Flavio,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for you quick and constructive response!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My bad on the config part! I seem to have given you the backup I took prior to having a stab at this one!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have currently:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network Static3650&lt;BR /&gt; nat (inside,outside) static interface service tcp ssh 4444&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The article you linked was actually the one I followed originally, however with little luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was hoping someone may be able to idiot check my config, but it seems the idiot check failed at the part where I forgot to include any actual config!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any further assistance would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 18:54:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199616#M1065438</guid>
      <dc:creator>Xertzski</dc:creator>
      <dc:date>2017-10-16T18:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ASA port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199620#M1065440</link>
      <description>&lt;P&gt;No problem. Try to run a packet tracer on ASA and see if the problem is NAT or permission.&lt;/P&gt;
&lt;P&gt;Also start an capture on the interface to see packet back and forth.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 19:03:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199620#M1065440</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-10-16T19:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ASA port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199635#M1065442</link>
      <description>I'll have a crack at that packet capture tomorrow. I've been up too long and my brain is fried tonight!&lt;BR /&gt;&lt;BR /&gt;Thanks  again.</description>
      <pubDate>Mon, 16 Oct 2017 19:23:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-with-asa-port-forwarding/m-p/3199635#M1065442</guid>
      <dc:creator>Xertzski</dc:creator>
      <dc:date>2017-10-16T19:23:08Z</dc:date>
    </item>
  </channel>
</rss>

