<?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 # packet-tracer input outside in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628038#M196542</link>
    <description>&lt;P&gt;# packet-tracer input outside tcp 8.8.8.8 12345 209.x.x.x&amp;nbsp;200 &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&amp;nbsp;&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt;MAC Access list&lt;/P&gt;&lt;P&gt;Phase: 2&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 SSH-SERVER&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp ssh 200&amp;nbsp;&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface inside&lt;BR /&gt;Untranslate 209.x.x.x/200 to 192.168.7.200/22&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&amp;nbsp;&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config: &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: outside&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: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp ssh 200&amp;nbsp;&lt;/P&gt;&lt;P&gt;# sh nat&lt;/P&gt;&lt;P&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source static SSH-SERVER interface service tcp ssh 200&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; translate_hits = 0, untranslate_hits = 7&lt;BR /&gt;2 (inside) to (outside) source dynamic obj_any interface&lt;BR /&gt;&amp;nbsp; &amp;nbsp; translate_hits = 2658, untranslate_hits = 508&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2015 22:25:34 GMT</pubDate>
    <dc:creator>bene</dc:creator>
    <dc:date>2015-03-04T22:25:34Z</dc:date>
    <item>
      <title>ASA 5505 8.3, Port mapping to different internal port number</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628032#M196536</link>
      <description>&lt;P&gt;I've been racking my brain lately trying to map one single port on the outside of my ASA: TCP 200, to an internal host TCP 22. I've done this countless times on previous routers and my old PIX, but this ASA is really frustrating me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already made sure my nat statement matches the suggestion here for 8.3 code:&lt;/P&gt;&lt;P&gt;&lt;A href="https://supportforums.cisco.com/discussion/12281796/cisco-asa-5505-port-mapping" target="_blank"&gt;https://supportforums.cisco.com/discussion/12281796/cisco-asa-5505-port-mapping&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;object network SSH-SERVER&amp;nbsp;&lt;BR /&gt;&amp;nbsp;host 192.168.7.200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#(config-network-object)# nat (inside,outside) static interface service tcp 200 22&lt;BR /&gt;ERROR: NAT unable to reserve ports.&lt;/P&gt;&lt;P&gt;access-list outside-access-in extended permit tcp any object SSH-SERVER eq ssh log&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;# sh asp table socket&amp;nbsp;&lt;/P&gt;&lt;P&gt;Protocol &amp;nbsp;Socket &amp;nbsp; &amp;nbsp;Local Address &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Foreign Address &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; State&lt;BR /&gt;SSL &amp;nbsp; &amp;nbsp; &amp;nbsp; 200c1daf &amp;nbsp;209.x.x.x:443 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0.0.0:* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LISTEN&lt;BR /&gt;TCP &amp;nbsp; &amp;nbsp; &amp;nbsp; 200f525f &amp;nbsp;209.x.x.x:22 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LISTEN&lt;BR /&gt;TCP &amp;nbsp; &amp;nbsp; &amp;nbsp; 8b88e6f8 &amp;nbsp;209.x.x.x:22 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 209.x.x.x:35162 &amp;nbsp; &amp;nbsp;ESTAB&lt;/P&gt;&lt;P&gt;....since TCP 200 is not in use I should not be getting this error. I can invert the ports successfully, but per the link supplied, the mapping would then be backwards. Any help with this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:35:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628032#M196536</guid>
      <dc:creator>bene</dc:creator>
      <dc:date>2019-03-12T05:35:28Z</dc:date>
    </item>
    <item>
      <title>That example you linked to</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628033#M196537</link>
      <description>&lt;P&gt;That example you linked to has the ports the wrong way round as far as&amp;nbsp;I can tell &amp;nbsp;ie. the syntax is -&lt;/P&gt;&lt;P&gt;nat (inside,outside) static interface service &amp;lt;real port&amp;gt; &amp;lt;mapped port&amp;gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 21:38:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628033#M196537</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-03-04T21:38:14Z</dc:date>
    </item>
    <item>
      <title>Thank you for the</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628034#M196538</link>
      <description>&lt;P&gt;Thank you for the clarification. The example seemed backwards to me too. I have corrected it and I'm still not able to ssh to the host on port 200. The issue I'm assuming is now with my ACL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network SSH-SERVER&amp;nbsp;&lt;BR /&gt;&amp;nbsp;host 192.168.7.200&lt;/P&gt;&lt;P&gt;object network SSH-SERVER&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp ssh 200&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-list outside-access-in extended permit tcp any object SSH-SERVER eq 200 log&lt;/P&gt;&lt;P&gt;access-group outside-access-in in interface outside&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 21:46:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628034#M196538</guid>
      <dc:creator>bene</dc:creator>
      <dc:date>2015-03-04T21:46:44Z</dc:date>
    </item>
    <item>
      <title>Yes, try changing the port</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628035#M196539</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;try using&amp;nbsp;the real port number in your acl and retest.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 21:54:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628035#M196539</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-03-04T21:54:17Z</dc:date>
    </item>
    <item>
      <title>I did try all these</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628036#M196540</link>
      <description>&lt;P&gt;I did try all these iterations before posting to no avail. I appreciate the guidance.&lt;/P&gt;&lt;P&gt;I've corrected the ACL, saved and reloaded the ASA:&lt;/P&gt;&lt;P&gt;access-list outside-access-in extended permit tcp any object SSH-SERVER eq ssh log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still no access. I've verified that the internal server is available on 192.168.7.200, and is accepting ssh on TCP 22.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 22:08:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628036#M196540</guid>
      <dc:creator>bene</dc:creator>
      <dc:date>2015-03-04T22:08:31Z</dc:date>
    </item>
    <item>
      <title>It could be the order of your</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628037#M196541</link>
      <description>&lt;P&gt;It could be the order of your NAT.&lt;/P&gt;&lt;P&gt;Can you run this command -&lt;/P&gt;&lt;P&gt;"packet-tracer input outside tcp 8.8.8.8 12345 &amp;lt;outside interface IP&amp;gt; 200"&lt;/P&gt;&lt;P&gt;and post results together with the NAT configuration on your ASA.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 22:12:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628037#M196541</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-03-04T22:12:44Z</dc:date>
    </item>
    <item>
      <title># packet-tracer input outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628038#M196542</link>
      <description>&lt;P&gt;# packet-tracer input outside tcp 8.8.8.8 12345 209.x.x.x&amp;nbsp;200 &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&amp;nbsp;&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt;MAC Access list&lt;/P&gt;&lt;P&gt;Phase: 2&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 SSH-SERVER&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp ssh 200&amp;nbsp;&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface inside&lt;BR /&gt;Untranslate 209.x.x.x/200 to 192.168.7.200/22&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&amp;nbsp;&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config: &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: outside&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: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp ssh 200&amp;nbsp;&lt;/P&gt;&lt;P&gt;# sh nat&lt;/P&gt;&lt;P&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source static SSH-SERVER interface service tcp ssh 200&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; translate_hits = 0, untranslate_hits = 7&lt;BR /&gt;2 (inside) to (outside) source dynamic obj_any interface&lt;BR /&gt;&amp;nbsp; &amp;nbsp; translate_hits = 2658, untranslate_hits = 508&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 22:25:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628038#M196542</guid>
      <dc:creator>bene</dc:creator>
      <dc:date>2015-03-04T22:25:34Z</dc:date>
    </item>
    <item>
      <title>Can you post the full</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628039#M196543</link>
      <description>&lt;P&gt;Can you post the full configuration of your ASA or at least the acls ?&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 22:29:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628039#M196543</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-03-04T22:29:04Z</dc:date>
    </item>
    <item>
      <title># sh run: Saved:ASA Version 8</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628040#M196544</link>
      <description>&lt;P&gt;# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.3(2)&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;hostname xxxxxxx&lt;BR /&gt;domain-name xxxxxxxxxx&lt;BR /&gt;enable password xxxxxx encrypted&lt;BR /&gt;passwd xxxxxxx encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.7.1 255.255.255.0&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;pppoe client vpdn group acs&lt;BR /&gt;&amp;nbsp;ip address pppoe setroute&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;! &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa832-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name xxxxxxxxx&lt;BR /&gt;object network obj_any&amp;nbsp;&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network INSIDE-SUBNET&amp;nbsp;&lt;BR /&gt;&amp;nbsp;subnet 192.168.7.0 255.255.255.0&lt;BR /&gt;object network SSH-SERVER&amp;nbsp;&lt;BR /&gt;&amp;nbsp;host 192.168.7.200&lt;BR /&gt;access-list outside_access_in extended permit icmp any any&amp;nbsp;&lt;BR /&gt;access-list outside-access-in extended permit tcp any object SSH-SERVER eq ssh log&amp;nbsp;&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging monitor warnings&lt;BR /&gt;logging buffered errors&lt;BR /&gt;logging asdm informational&lt;BR /&gt;logging class auth monitor warnings&amp;nbsp;&lt;BR /&gt;mtu inside 1460&lt;BR /&gt;mtu outside 1460&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;asdm image disk0:/asdm-635.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt;&amp;nbsp;nat (inside,outside) dynamic interface&lt;BR /&gt;object network SSH-SERVER&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static interface service tcp ssh 200&amp;nbsp;&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 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;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL&amp;nbsp;&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.7.0 255.255.255.0 inside&lt;BR /&gt;http 0.0.0.0 0.0.0.0 outside&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 192.168.7.0 255.255.255.0 inside&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;vpdn group acs request dialout pppoe&lt;BR /&gt;vpdn group acs localname xxxxxxxxxxx&lt;BR /&gt;vpdn group acs ppp authentication pap&lt;BR /&gt;vpdn username xxxxxxxxx password ***** store-local&lt;BR /&gt;dhcpd address 192.168.7.100-192.168.7.120 inside&lt;BR /&gt;dhcpd dns xxxxxxxxxx interface inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics&lt;BR /&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;BR /&gt;webvpn&lt;BR /&gt;username xxxx password xxxx 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 global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect icmp&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&amp;nbsp;&lt;BR /&gt;call-home&lt;BR /&gt;&amp;nbsp;profile CiscoTAC-1&lt;BR /&gt;&amp;nbsp; no active&lt;BR /&gt;&amp;nbsp; destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; destination address email callhome@cisco.com&lt;BR /&gt;&amp;nbsp; destination transport-method http&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;hpm topN enable&lt;BR /&gt;Cryptochecksum:xxxxxxxxxx&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 22:56:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628040#M196544</guid>
      <dc:creator>bene</dc:creator>
      <dc:date>2015-03-04T22:56:39Z</dc:date>
    </item>
    <item>
      <title>You haven't applied the acl</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628041#M196545</link>
      <description>&lt;P&gt;You haven't applied the acl to the outside interface ie. -&lt;/P&gt;&lt;P&gt;"access-group&amp;nbsp;outside-access-in&amp;nbsp;in interface outside"&lt;/P&gt;&lt;P&gt;note you have two different acls, make sure you use the right one.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 23:08:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628041#M196545</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-03-04T23:08:43Z</dc:date>
    </item>
    <item>
      <title>Thanks for the help Jon. I</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628042#M196546</link>
      <description>&lt;P&gt;Thanks for the help Jon. I didn't notice that the access-group fell out when I tore out the access-list to correct the port number. All is well.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 16:16:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-port-mapping-to-different-internal-port-number/m-p/2628042#M196546</guid>
      <dc:creator>bene</dc:creator>
      <dc:date>2015-03-05T16:16:56Z</dc:date>
    </item>
  </channel>
</rss>

