<?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 Thank you!! It works fine now in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885573#M153660</link>
    <description>&lt;P&gt;Thank you!! It works fine now.&lt;/P&gt;
&lt;P&gt;What if I want to change the mapping. For example:&lt;/P&gt;
&lt;P&gt;People will be able to reach the Device which is configured with port 443, but they should reach it to 888&amp;nbsp;for example.&lt;/P&gt;
&lt;P&gt;http://mypublicIP:888 will drive all the traffic to 443_Device on Port 443.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What should I change if I want to have this?&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;object network 443_Raspberry_Pi&lt;BR /&gt; nat (inside,outside) static interface service tcp https 888 &lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Would be enough?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2016 18:37:23 GMT</pubDate>
    <dc:creator>sergioloporto</dc:creator>
    <dc:date>2016-05-23T18:37:23Z</dc:date>
    <item>
      <title>ACL problem on ASA-5505</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885565#M153645</link>
      <description>&lt;P&gt;Hello, I have a device that needs to be reached from outside on port 443.&lt;/P&gt;
&lt;P&gt;I am trying to redirect all the requests that come from outside on port 443, to 192.168.1.25 on port 443.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I configured it in ASDM, however I see this in the logs:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;4 May 22 2016 16:42:32 106023 x.x.x.x&amp;nbsp;50278 192.168.1.25 443 Deny tcp src outside:&lt;SPAN&gt;x.x.x.x&lt;/SPAN&gt;/50278 dst inside:192.168.1.25/443 by access-group "outside_access_in_1" [0x0, 0x0]&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;(x.x.x.x) is an external public IP of a port checker&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In ACL manager I have a rule that says:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;2 True outside 192.168.1.25 Port443 Permit Default&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Can anybody help?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:46:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885565#M153645</guid>
      <dc:creator>sergioloporto</dc:creator>
      <dc:date>2019-03-12T07:46:53Z</dc:date>
    </item>
    <item>
      <title>Please post the output of the</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885566#M153647</link>
      <description>&lt;P&gt;Please post the output of the following command (just insert the public IP that you use in your NAT):&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;packet-tracer input outside tcp 1.2.3.4 1234 YOUR_PUBLIC_IP_FOR_THE_SERVER 443&lt;/PRE&gt;</description>
      <pubDate>Sun, 22 May 2016 18:30:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885566#M153647</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-05-22T18:30:09Z</dc:date>
    </item>
    <item>
      <title>Here it is:</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885567#M153648</link>
      <description>&lt;P&gt;Here it is:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;Result of the command: "packet-tracer input outside tcp 1.2.3.4 1234 8x.x.x.x 443"&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: &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;/PRE&gt;
&lt;PRE class="prettyprint"&gt;Phase: 2&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: Resolve Egress Interface&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in 0.0.0.0 0.0.0.0 via 192.168.0.1, outside&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;Phase: 3&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: &lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;/PRE&gt;
&lt;PRE class="prettyprint"&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: outside&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;/PRE&gt;</description>
      <pubDate>Sun, 22 May 2016 19:53:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885567#M153648</guid>
      <dc:creator>sergioloporto</dc:creator>
      <dc:date>2016-05-22T19:53:25Z</dc:date>
    </item>
    <item>
      <title>It doesn't match your NAT</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885568#M153651</link>
      <description>&lt;P&gt;It doesn't match your NAT-rule. Please check them or post the output of "show run nat".&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 04:47:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885568#M153651</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-05-23T04:47:13Z</dc:date>
    </item>
    <item>
      <title>Here it is:</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885569#M153653</link>
      <description>&lt;P&gt;Here it is:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;Result of the command: "show run nat"&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt; nat (inside,outside) dynamic interface&lt;BR /&gt;object network SSH_2222_Device&lt;BR /&gt; nat (inside,outside) static interface service tcp 2222 2222 &lt;BR /&gt;object network 443_Device&lt;BR /&gt; nat (inside,outside) static interface service tcp https https&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;The strange thing is that the port 2222 forwarding works fine. If I check with a port scanner from the internet it says that 2222 is open&lt;/P&gt;
&lt;P&gt;But 443 is open only if I test it within the LAN, not from the internet.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 07:56:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885569#M153653</guid>
      <dc:creator>sergioloporto</dc:creator>
      <dc:date>2016-05-23T07:56:25Z</dc:date>
    </item>
    <item>
      <title>Check the object "443_Device"</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885570#M153655</link>
      <description>&lt;P&gt;Check the object "443_Device". It shoud be the following:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;object network 443_Device&lt;BR /&gt;&amp;nbsp;host 192.168.1.25&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 May 2016 17:22:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885570#M153655</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-05-23T17:22:48Z</dc:date>
    </item>
    <item>
      <title>It looks like it is there as</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885571#M153656</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It looks like it is there as you said:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ASA Version 9.2(3)4 &lt;BR /&gt;!&lt;BR /&gt;hostname MYHOSTNAME&lt;BR /&gt;enable password MYPASS encrypted&lt;BR /&gt;passwd MYPASSSS encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&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;interface Vlan1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.2 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address dhcp setroute &lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa923-4-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone Rome 1&lt;BR /&gt;clock summer-time Rome recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network SSH_2222_Device&lt;BR /&gt; host 192.168.1.25&lt;BR /&gt; description Device&lt;BR /&gt;object service port_100&lt;BR /&gt; service tcp destination eq 100 &lt;BR /&gt;object service port_443&lt;BR /&gt; service tcp destination eq https &lt;BR /&gt;object network 443_Device&lt;BR /&gt; host 192.168.1.25&lt;BR /&gt;object-group service Port2222 tcp&lt;BR /&gt; port-object eq 2222&lt;BR /&gt;object-group service Port3333 tcp&lt;BR /&gt; port-object eq 3333&lt;BR /&gt;object-group service Port443 tcp&lt;BR /&gt; group-object Port3333&lt;BR /&gt;access-list outside_access_in_1 extended permit tcp any object SSH_2222_Device object-group Port2222 &lt;BR /&gt;access-list outside_access_in_1 extended permit tcp interface outside object 443_Device object-group Port443 &lt;BR /&gt;pager lines 24&lt;BR /&gt;logging monitor debugging&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-741.bin&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; nat (inside,outside) dynamic interface&lt;BR /&gt;object network SSH_2222_Device&lt;BR /&gt; nat (inside,outside) static interface service tcp 2222 2222 &lt;BR /&gt;object network 443_Device&lt;BR /&gt; nat (inside,outside) static interface service tcp https https &lt;BR /&gt;access-group outside_access_in_1 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 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;dynamic-access-policy-record DfltAccessPolicy&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.1.0 255.255.255.0 inside&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 trustpoint _SmartCallHome_ServerCA&lt;BR /&gt; no validation-usage&lt;BR /&gt; crl configure&lt;BR /&gt;crypto ca trustpoint ASDM_Launcher_Access_TrustPoint_0&lt;BR /&gt; enrollment self&lt;BR /&gt; fqdn none&lt;BR /&gt; subject-name CN=192.168.1.26,CN=MYasa&lt;BR /&gt; keypair ASDM_LAUNCHER&lt;BR /&gt; crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt; certificate ca XXXXXXXXXXXXXXXX&lt;BR /&gt; quit&lt;BR /&gt;crypto ca certificate chain ASDM_Launcher_Access_TrustPoint_0&lt;BR /&gt; certificate XXXXXXXXXXXXX&lt;BR /&gt; quit&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 inside&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 outside&lt;BR /&gt;ssh timeout 60&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;&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcprelay server 192.168.1.1 outside&lt;BR /&gt;dhcprelay enable inside&lt;BR /&gt;dhcprelay setroute inside&lt;BR /&gt;dhcprelay timeout 60&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ssl trust-point ASDM_Launcher_Access_TrustPoint_0&lt;BR /&gt;username MYNAME password MYPASSSS encrypted&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; 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:c34e38e523b98e9ssc40026424e15801&lt;BR /&gt;: end&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 May 2016 17:30:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885571#M153656</guid>
      <dc:creator>sergioloporto</dc:creator>
      <dc:date>2016-05-23T17:30:34Z</dc:date>
    </item>
    <item>
      <title>There are two things going</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885572#M153657</link>
      <description>&lt;P&gt;There are two things going wrong in&amp;nbsp;your config:&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;group&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; service &lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Port443&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; tcp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;group&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Port3333&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;You are referencing the object Port3333 instead of using a "port-object eq 443".&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN class="pln"&gt;access&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;list outside_access_in_1 extended permit tcp &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;interface&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; outside &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;443&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;_Device&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;group&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Port443&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Here you specify a source of the interface which has to be "any":&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN class="pln"&gt;access&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;list outside_access_in_1 extended permit tcp &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;any&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;443&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;_Device&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;group&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Port443&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 May 2016 18:20:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885572#M153657</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-05-23T18:20:52Z</dc:date>
    </item>
    <item>
      <title>Thank you!! It works fine now</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885573#M153660</link>
      <description>&lt;P&gt;Thank you!! It works fine now.&lt;/P&gt;
&lt;P&gt;What if I want to change the mapping. For example:&lt;/P&gt;
&lt;P&gt;People will be able to reach the Device which is configured with port 443, but they should reach it to 888&amp;nbsp;for example.&lt;/P&gt;
&lt;P&gt;http://mypublicIP:888 will drive all the traffic to 443_Device on Port 443.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What should I change if I want to have this?&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;object network 443_Raspberry_Pi&lt;BR /&gt; nat (inside,outside) static interface service tcp https 888 &lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Would be enough?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 18:37:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885573#M153660</guid>
      <dc:creator>sergioloporto</dc:creator>
      <dc:date>2016-05-23T18:37:23Z</dc:date>
    </item>
    <item>
      <title>object network 443_Raspberry</title>
      <link>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885574#M153661</link>
      <description>&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; network &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;443&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;_Raspberry_Pi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt; nat &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;inside&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;outside&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;static&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;interface&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; service tcp https &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;888&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class="pln"&gt;yes, that's all that has to be done. The ACL stays the same as there the real port/IP on the server is used, which is already allowed.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 18:55:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-problem-on-asa-5505/m-p/2885574#M153661</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-05-23T18:55:09Z</dc:date>
    </item>
  </channel>
</rss>

