<?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: Internet access control for cloud app in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585999#M592064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I need an access-group command also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Avitable, MCSA, CCNA, Security +&lt;/P&gt;&lt;P&gt;javitable@cfl.rr.com &lt;/P&gt;&lt;P&gt;35 Hummingbird Lane &lt;/P&gt;&lt;P&gt;Ormond Beach, Fl 32174&lt;/P&gt;&lt;P&gt;C - 386-212-1309&lt;/P&gt;&lt;P&gt;H - 386-677-8924&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Feb 2011 03:10:08 GMT</pubDate>
    <dc:creator>jima</dc:creator>
    <dc:date>2011-02-11T03:10:08Z</dc:date>
    <item>
      <title>Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585995#M592060</link>
      <description>&lt;P&gt;I havae an ASA 5505 and have a need to keep a range of IP addresses pointed to cloud based app. Is there a way to control where they can go on the net using ACL's or some other method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:48:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585995#M592060</guid>
      <dc:creator>jima</dc:creator>
      <dc:date>2019-03-11T19:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585996#M592061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can, using the NAT with access-list.&lt;/P&gt;&lt;P&gt;Can you share more information on the cloup app ip addresses, and also which internal subnet you would like to NAT to a specific IP Address when traffic is destined to the cloud application, and what IP Address would you like to NAT it to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 03:58:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585996#M592061</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-02-10T03:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585997#M592062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the IP is 207.x.x.x and I have 10 PC's that have DHCP assisgned addresses but they can be excluded, reserved or Static. 192.168.1.50-.100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 23:43:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585997#M592062</guid>
      <dc:creator>jima</dc:creator>
      <dc:date>2011-02-10T23:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585998#M592063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so assuming that this is only for outbound connection towards the cloud, and you would like to PAT it to 207.x.x.x, here is the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nat-to-cloud permit ip 192.168.1.0 255.255.255.0 host &lt;CLOUD-IP-ADDRESS&gt;&lt;/CLOUD-IP-ADDRESS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 2 access-list nat-to-cloud&lt;/P&gt;&lt;P&gt;global (outside) 2 207.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then "clear xlate" after the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 01:40:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585998#M592063</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-02-11T01:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585999#M592064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I need an access-group command also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Avitable, MCSA, CCNA, Security +&lt;/P&gt;&lt;P&gt;javitable@cfl.rr.com &lt;/P&gt;&lt;P&gt;35 Hummingbird Lane &lt;/P&gt;&lt;P&gt;Ormond Beach, Fl 32174&lt;/P&gt;&lt;P&gt;C - 386-212-1309&lt;/P&gt;&lt;P&gt;H - 386-677-8924&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 03:10:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1585999#M592064</guid>
      <dc:creator>jima</dc:creator>
      <dc:date>2011-02-11T03:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586000#M592065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The access-list that I advise earlier is to be applied to the NAT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any existing access-list applied to your inside interface? If you do, if it hasn't allowed outbound access to the Internet, then you would need to, otherwise, if it is already allowing outbound access to the internet, you don't have to add anything else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 03:14:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586000#M592065</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-02-11T03:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586001#M592066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to allow about 10 users to have full internet access but only allow another 10 users (static IPs) to only have access to the cloud app. Can I do that by using an IP range like 192.168.1.80-100?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config file is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 16:26:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586001#M592066</guid>
      <dc:creator>jima</dc:creator>
      <dc:date>2011-02-16T16:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586002#M592067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhh, ok, now I understand your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me just rephrase and see if that is the correct assumption:&lt;/P&gt;&lt;P&gt;- You would like a specific range of users (eg: 192.168.1.80-100) to only have access to this cloud base applications on the internet, but nothing else.&lt;/P&gt;&lt;P&gt;- While the rest of the users, you would like to have full internet access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above assumptions are correct, here is what you can configure:&lt;/P&gt;&lt;P&gt;1) Let's pick a contiguous subnet so it's easier to write the access-list: say 192.168.1.80 - 192.168.1.95 (that gives you 16 addresses, with subnet of 255.255.255.240), or if you would like more addresses, you can go for 32 addresses (192.168.1.80 - 192.168.1.111).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Your current "inside_access_in" access-list is permitting all outbound users to the internet, so we need to configure access-list above the current "permit ip any any" for this cloud base application (it would be best if you know the port that this cloud base application uses so we can be more specific when allowing access). Again, let me assume that it uses TCP/80. Here is the example on what we need to configure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in line 1 extended deny ip 192.168.1.80&amp;nbsp; 255.255.255.240 any&lt;/P&gt;&lt;P&gt;access-list inside_access_in line 1 extended permit tcp 192.168.1.80&amp;nbsp; 255.255.255.240 host &lt;CLOUD-BASE-APPLICATION-IP-ADDRESS&gt; eq 80&lt;/CLOUD-BASE-APPLICATION-IP-ADDRESS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you configure the above access-list in order, the bottom line will appear at the top, the top line will become the second line, and your last line will be your existing "permit ip any any" which is the correct order. If you check the output of "show access-list inside_access_in", it should be in the following order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit tcp 192.168.1.80&amp;nbsp; 255.255.255.240 host &lt;CLOUD-BASE-APPLICATION-IP-ADDRESS&gt; eq 80&lt;/CLOUD-BASE-APPLICATION-IP-ADDRESS&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in&amp;nbsp; extended deny ip 192.168.1.80&amp;nbsp; 255.255.255.240 any&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense, and pls confirm the cloud base application ip address and port, also the internal subnet that you only want access to this cloud base app. and I can provide you with the exact commands.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 23:18:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586002#M592067</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-02-16T23:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586003#M592068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW, if you only want 10 internal ip addresses exactly to have the access, we can also do that grouping it with object-group. Let me know exactly which IP, and i can help with the commands.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 23:20:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586003#M592068</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-02-16T23:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586004#M592069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are correct in your understanding of what I need to do. We can use 192.168.1.80-192.168.1.95 as you suggested, with a subnet of 255.255.255.240.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Application is using port 5432 for database activity and port 80 for updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in line 1 extended deny 192.168.1.80 255.255.255.240 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list insde_access_in line 1 extended permit tcp 192.168.1.80 255.255.255.240 host 207.x.x.x eq 5432 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means that it will allow access to 207.x.x.x and deny all others from that subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I correct?&amp;nbsp;&amp;nbsp; How does the use of port 80 for updating affect? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 17:58:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586004#M592069</guid>
      <dc:creator>jima</dc:creator>
      <dc:date>2011-02-17T17:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586005#M592070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add the following for port 80 after adding the other 2 lines advised earlier:&lt;/P&gt;&lt;P&gt;access-list inside_access_in line 1 extended permit tcp 192.168.1.80 255.255.255.240 host 207.x.x.x eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For confirmation, once you have configured all the access-list lines, please feel free to share the output of "show access-list inside_access_in" to double confirm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 23:04:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586005#M592070</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-02-17T23:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586006#M592071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Entered the commands and here is the result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 16:55:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586006#M592071</guid>
      <dc:creator>jima</dc:creator>
      <dc:date>2011-02-21T16:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586007#M592072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent, looks perfect to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 22:23:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586007#M592072</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-02-21T22:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586008#M592073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Then "clear xlate" after the changes.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not technically accurate.&amp;nbsp; Depending on the version of the code he is running on the ASA.&amp;nbsp; There is a "bug" in some version of the ASA that "clear xlate" will do nothing.&amp;nbsp; A better command would be "clear local-host".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 00:40:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586008#M592073</guid>
      <dc:creator>cciesec2011</dc:creator>
      <dc:date>2011-02-22T00:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586009#M592074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why exactly must I do the "clear xlate" or "clear local-host" command? It seems to be working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 02:47:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586009#M592074</guid>
      <dc:creator>jima</dc:creator>
      <dc:date>2011-02-23T02:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Internet access control for cloud app</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586010#M592075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason why you perform "clear xlate" or "clear local-host" is if you have existing connections through the firewall, the new translation command and/or new access-list will not take effect until the existing connections are cleared. If you don't have prior connection to the changes, then there is no requirement to clear them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 03:03:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-control-for-cloud-app/m-p/1586010#M592075</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-02-23T03:03:01Z</dc:date>
    </item>
  </channel>
</rss>

