<?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 ASA ACL Question (SMTP and RDP) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146934#M361708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the "packet-tracer" you were supposed to take was something that is coming from "inside" interface and heading "outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input inside tcp 172.16.0.100 1234 1.2.3.4 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input inside tcp 172.16.0.100 1234 1.2.3.4 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These would show you if RDP and SMTP would go through the firewall from the "inside" to "outside". The source and destination IP address are naturally made up by me and might not be any actual device on a given network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont see a problem with the current configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a default PAT translation configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will basically&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do PAT translation by using the "outside" interface public IP address&lt;/LI&gt;&lt;LI&gt;It does this for traffic from "inside" to "outside"&lt;/LI&gt;&lt;LI&gt;Source address can be anything&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also have the following ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list inside_access_in extended permit ip 172.16.0.0 255.255.254.0 any &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list inside_access_in extended permit tcp 209.118.65.192 255.255.255.252 172.16.0.0 255.255.254.0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This basically allows all TCP/UDP traffic from the LAN network of 172.16.0.0/23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second line seems off to me as that kind of traffic wont be hitting the ACL and the public source network isnt located on your LAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also this route command seems useless&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route inside 172.16.0.0 255.255.254.0 192.168.1.2 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that the network you have the route for is the network that is configured for your "inside" interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you having problems with the configuration you attached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2013 16:02:11 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-03-01T16:02:11Z</dc:date>
    <item>
      <title>ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146929#M361698</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I inherited an ASA 5510 and have very limited experience with ACLs.&amp;nbsp; There are two main problems I'm running into:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We have a multifunction device that sends scans as email but they never go out.&amp;nbsp; I attempted to make an access list to allow SMTP traffic but when they do pass the test runs when applied I lose Internet access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It's the same issue but with RDP traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the running config for the ASA.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:03:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146929#M361698</guid>
      <dc:creator>EricGoldsmith</dc:creator>
      <dc:date>2019-03-12T01:03:17Z</dc:date>
    </item>
    <item>
      <title>ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146930#M361700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I cannot see your config, can you tell me the following info? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source interface &lt;/P&gt;&lt;P&gt;Source IP &lt;/P&gt;&lt;P&gt;Destination Interface &lt;/P&gt;&lt;P&gt;Destination IP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then do the following: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input &lt;SOURCE_INTERFACE&gt; tcp &lt;SOURCE_IP&gt; 1025 &lt;DESTINATION_IP&gt; 3389&lt;/DESTINATION_IP&gt;&lt;/SOURCE_IP&gt;&lt;/SOURCE_INTERFACE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And paste the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 23:51:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146930#M361700</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2013-02-25T23:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146931#M361701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying.&amp;nbsp; Sorry it took so long to get back to you.&amp;nbsp; The information you asked for is below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source interface:&amp;nbsp; Ethernet 0/1&lt;/P&gt;&lt;P&gt;Source IP:&amp;nbsp; 209.118.65.194&lt;/P&gt;&lt;P&gt;Destination Interface:&amp;nbsp; Ethernet 0/0&lt;/P&gt;&lt;P&gt;Destination IP:&amp;nbsp; 172.16.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result of the command: "packet-tracer input outside tcp 209.118.65.194 1025 172.16.0.1 3389"&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 172.16.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 identity&lt;/P&gt;&lt;P&gt;Phase: 2&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;/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: NP Identity Ifc&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 15:17:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146931#M361701</guid>
      <dc:creator>EricGoldsmith</dc:creator>
      <dc:date>2013-03-01T15:17:25Z</dc:date>
    </item>
    <item>
      <title>ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146932#M361704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Attachement file cant be opened. I think this is due to a problem on the forums that was on when you posted the original question/post. So I cant see your configuration unless you share it again &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my the "packet-tracer" output seem like you are targeting an ASA interface IP address perhaps? Is this true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 15:26:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146932#M361704</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-01T15:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146933#M361706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is targeting the ASA interface IP.&amp;nbsp; I'm not sure that everything is configured correctly since I just took this over and am learning on the fly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the running config.&amp;nbsp; Thanks again for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 15:51:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146933#M361706</guid>
      <dc:creator>EricGoldsmith</dc:creator>
      <dc:date>2013-03-01T15:51:23Z</dc:date>
    </item>
    <item>
      <title>ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146934#M361708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the "packet-tracer" you were supposed to take was something that is coming from "inside" interface and heading "outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input inside tcp 172.16.0.100 1234 1.2.3.4 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input inside tcp 172.16.0.100 1234 1.2.3.4 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These would show you if RDP and SMTP would go through the firewall from the "inside" to "outside". The source and destination IP address are naturally made up by me and might not be any actual device on a given network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont see a problem with the current configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a default PAT translation configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will basically&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do PAT translation by using the "outside" interface public IP address&lt;/LI&gt;&lt;LI&gt;It does this for traffic from "inside" to "outside"&lt;/LI&gt;&lt;LI&gt;Source address can be anything&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also have the following ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list inside_access_in extended permit ip 172.16.0.0 255.255.254.0 any &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list inside_access_in extended permit tcp 209.118.65.192 255.255.255.252 172.16.0.0 255.255.254.0 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This basically allows all TCP/UDP traffic from the LAN network of 172.16.0.0/23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second line seems off to me as that kind of traffic wont be hitting the ACL and the public source network isnt located on your LAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also this route command seems useless&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route inside 172.16.0.0 255.255.254.0 192.168.1.2 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that the network you have the route for is the network that is configured for your "inside" interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you having problems with the configuration you attached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 16:02:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146934#M361708</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-01T16:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146935#M361710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran both the tests and they came back allowing access.&amp;nbsp; The problem I'm having is coming from outside in.&amp;nbsp; When I attempt to RDP external it doesn't connect.&amp;nbsp; What do I need to make for the external network, if any, so that it should work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 16:18:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146935#M361710</guid>
      <dc:creator>EricGoldsmith</dc:creator>
      <dc:date>2013-03-01T16:18:17Z</dc:date>
    </item>
    <item>
      <title>ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146936#M361711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the original post you were talking about connections that are initiated from your "inside" network to "outside" networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you at the moment have a need to access some device specifically from the Internet (behind "outside" interface)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is the case then we would need to use Port Forward / Static PAT to make it possible for someone to connect to a device in your network with the public IP address you have on the "outside" interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I guess that Port Forward / Static PAT is the only choice at this point since you only have a /30 size network on your "outside" interface so the only available IPs in that subnet are already used up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment any device on your "inside" network should be able to connect to Internet with no problems. For connections that are initiated from the "outside" networks you will need ACL and more importantly NAT configurations. Let me know how the situation is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 16:25:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146936#M361711</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-01T16:25:16Z</dc:date>
    </item>
    <item>
      <title>ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146937#M361713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes everything internally works correctly.&amp;nbsp; I wanted to be able to RDP to the site when I'm not here but I have other ways of connecting and would rather not needlessly overcomplicate things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, I greatly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 16:42:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146937#M361713</guid>
      <dc:creator>EricGoldsmith</dc:creator>
      <dc:date>2013-03-01T16:42:59Z</dc:date>
    </item>
    <item>
      <title>ASA ACL Question (SMTP and RDP)</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146938#M361716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case you would want to get to some internal host with RDP from the Internet, then you could use the following configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network SERVER-RDP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host &lt;LOCAL ip="" of="" server=""&gt;&lt;/LOCAL&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static interface service tcp 3389 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list outside_access_in remark Allow RDP connections&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list outside_access_in permit tcp any object SERVER-RDP eq 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group outside_access_in in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have found the information helpfull, please rate &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 16:48:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question-smtp-and-rdp/m-p/2146938#M361716</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-01T16:48:59Z</dc:date>
    </item>
  </channel>
</rss>

