<?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 Are you suggesting I change: in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088568#M133477</link>
    <description>&lt;P&gt;Are you suggesting I change:&lt;/P&gt;
&lt;P&gt;access-list outside_acl extended permit tcp any object ssh_server object-group ssh-non-standard&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;access-list outside_acl extended permit tcp any host 192.168.0.110 22022&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 18:46:10 GMT</pubDate>
    <dc:creator>andylize</dc:creator>
    <dc:date>2017-08-07T18:46:10Z</dc:date>
    <item>
      <title>Forwarding non-standard ssh port to standard ssh port internal</title>
      <link>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088566#M133475</link>
      <description>&lt;P&gt;I am having a difficult time getting my nat transaltion to work with a port forward on my 5506w-x.&amp;nbsp; I think I have my nat rules set up correctly, but my access-list does not seem to be correct.&amp;nbsp; What I would like to be able to do is forward requests to outside address on port 22022 to inside host on port 22 for ssh.&amp;nbsp; The following is what I have for my config:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;: Saved&lt;BR /&gt;&lt;BR /&gt;:&lt;BR /&gt;: Serial Number: JAD20300B1Q&lt;BR /&gt;: Hardware:&amp;nbsp;&amp;nbsp; ASA5506W, 4096 MB RAM, CPU Atom C2000 series 1250 MHz, 1 CPU (4 cores)&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.6(1)&lt;BR /&gt;!&lt;BR /&gt;hostname fwl&lt;BR /&gt;enable password JWAW.Vk/Rdj57hiA encrypted&lt;BR /&gt;names&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;&amp;nbsp;description to WAN&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address dhcp setroute&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;&amp;nbsp;description to LAN&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.0.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/6&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/7&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/8&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/9&lt;BR /&gt;&amp;nbsp;nameif wifi&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt;&amp;nbsp;management-only&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns domain-lookup inside&lt;BR /&gt;dns domain-lookup wifi&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;name-server 208.67.220.220&lt;BR /&gt;&amp;nbsp;name-server 216.146.35.35&lt;BR /&gt;&amp;nbsp;name-server 156.154.70.1&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;object network obj_any&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network ssh_server&lt;BR /&gt;&amp;nbsp;host 192.168.0.110&lt;BR /&gt;object-group service ssh-non-standard tcp&lt;BR /&gt;&amp;nbsp;port-object eq 22022&lt;BR /&gt;access-list outside_acl extended permit tcp any object ssh_server object-group ssh-non-standard&lt;BR /&gt;no pager&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu wifi 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt;&amp;nbsp;nat (any,outside) dynamic interface&lt;BR /&gt;object network ssh_server&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp ssh 22022&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;access-group outside_acl in interface outside&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;http server enable&lt;BR /&gt;http 192.168.10.0 255.255.255.0 wifi&lt;BR /&gt;http 192.168.0.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;&lt;BR /&gt;console timeout 0&lt;BR /&gt;&lt;BR /&gt;dhcpd dns 208.67.220.220&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.0.150-192.168.0.254 inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.10.2-192.168.10.254 wifi&lt;BR /&gt;dhcpd enable wifi&lt;BR /&gt;!&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username admin password 0Z2UW3R7M94mIRj4 encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&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;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:1868383b9efd460523a8dcb5bb769ab4&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:47:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088566#M133475</guid>
      <dc:creator>andylize</dc:creator>
      <dc:date>2019-03-12T09:47:07Z</dc:date>
    </item>
    <item>
      <title>In your acl you need to use</title>
      <link>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088567#M133476</link>
      <description>&lt;P&gt;In your acl you need to use the real server IP and the real port number ie. the ones after translation so you are using the wrong port number.&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:28:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088567#M133476</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2017-08-07T18:28:52Z</dc:date>
    </item>
    <item>
      <title>Are you suggesting I change:</title>
      <link>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088568#M133477</link>
      <description>&lt;P&gt;Are you suggesting I change:&lt;/P&gt;
&lt;P&gt;access-list outside_acl extended permit tcp any object ssh_server object-group ssh-non-standard&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;access-list outside_acl extended permit tcp any host 192.168.0.110 22022&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:46:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088568#M133477</guid>
      <dc:creator>andylize</dc:creator>
      <dc:date>2017-08-07T18:46:10Z</dc:date>
    </item>
    <item>
      <title>I was suggesting -</title>
      <link>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088569#M133478</link>
      <description>&lt;P&gt;I was suggesting -&lt;/P&gt;
&lt;P&gt;access-list outside_acl extended permit tcp any object-group ssh_server eq 22&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:49:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088569#M133478</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2017-08-07T18:49:20Z</dc:date>
    </item>
    <item>
      <title>That worked perfectly! </title>
      <link>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088570#M133479</link>
      <description>&lt;P&gt;That worked perfectly!&amp;nbsp; Thanks much.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:59:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088570#M133479</guid>
      <dc:creator>andylize</dc:creator>
      <dc:date>2017-08-07T18:59:17Z</dc:date>
    </item>
    <item>
      <title>No problem, glad to have</title>
      <link>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088571#M133480</link>
      <description>&lt;P&gt;No problem, glad to have helped.&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:01:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forwarding-non-standard-ssh-port-to-standard-ssh-port-internal/m-p/3088571#M133480</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2017-08-07T19:01:46Z</dc:date>
    </item>
  </channel>
</rss>

