<?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: Restricting some of my internal hosts from accessin internet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234207#M860199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave you a config for an ASA. Object groups don't exist under routers that I'm aware of &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2009 10:40:37 GMT</pubDate>
    <dc:creator>John Blakley</dc:creator>
    <dc:date>2009-05-05T10:40:37Z</dc:date>
    <item>
      <title>Restricting some of my internal hosts from accessin internet</title>
      <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234201#M860176</link>
      <description>&lt;P&gt;I will be glad if you can help me to compose an access list to block some address in my LAN (172.16.0.0/24). I want 172.16.0.1-172.16.0.65 to browse the internet and exclude all other address. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:27:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234201#M860176</guid>
      <dc:creator>obafemiboye</dc:creator>
      <dc:date>2019-03-11T15:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting some of my internal hosts from accessin internet</title>
      <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234202#M860180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What device? Assuming ASA...only did www, but you can add https etc. or do ip instead of tcp etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside extended permit tcp 172.16.0.0 255.255.255.192 any eq www&lt;/P&gt;&lt;P&gt;access-list inside extended permit tcp host 172.16.0.64 any eq www&lt;/P&gt;&lt;P&gt;access-list inside extended permit tcp host 172.16.0.65 any eq www&lt;/P&gt;&lt;P&gt;access-list inside extended deny tcp any any eq www&lt;/P&gt;&lt;P&gt;access-group inside in interface inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 16:12:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234202#M860180</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2009-05-04T16:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting some of my internal hosts from accessin internet</title>
      <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234203#M860181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since your acl would have to be split because of the range that you need to give, you could put all 64 addresses in an object group and then allow just that object group to the internet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network WEB&lt;/P&gt;&lt;P&gt;network host 172.16.0.0 255.255.255.192&lt;/P&gt;&lt;P&gt;network host 172.16.0.62&lt;/P&gt;&lt;P&gt;network host 172.16.0.63&lt;/P&gt;&lt;P&gt;network host 172.16.0.64&lt;/P&gt;&lt;P&gt;network host 172.16.0.65&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list WEB permit tcp object-group WEB any eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 16:19:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234203#M860181</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-04T16:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting some of my internal hosts from accessin internet</title>
      <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234204#M860186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply.. Pls how do i insert the command : object-group network WEB. thanks for you kind reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 09:22:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234204#M860186</guid>
      <dc:creator>obafemiboye</dc:creator>
      <dc:date>2009-05-05T09:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting some of my internal hosts from accessin internet</title>
      <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234205#M860191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for kind reply. I still cant get it working! My Router is 2821. Pls find attached a copy of my ''Show run'' and analysed this for me. Thanks once again for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 10:30:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234205#M860191</guid>
      <dc:creator>obafemiboye</dc:creator>
      <dc:date>2009-05-05T10:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting some of my internal hosts from accessin internet</title>
      <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234206#M860194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have your access-list applied to an interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create your access-list and apply like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended BLOCKWWW&lt;/P&gt;&lt;P&gt;permit tcp 172.16.0.0 255.255.255.192 any eq www&lt;/P&gt;&lt;P&gt;permit tcp host 172.16.0.64 any eq www&lt;/P&gt;&lt;P&gt;permit tcp host 172.16.0.65 any eq www&lt;/P&gt;&lt;P&gt;deny tcp any any eq www &lt;/P&gt;&lt;P&gt;permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int g0/0&lt;/P&gt;&lt;P&gt;ip access-group BLOCKWWW in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will only allow traffic to the web for the hosts you specified. It will allow everything else out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 10:38:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234206#M860194</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-05T10:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting some of my internal hosts from accessin internet</title>
      <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234207#M860199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave you a config for an ASA. Object groups don't exist under routers that I'm aware of &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 10:40:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234207#M860199</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-05T10:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting some of my internal hosts from accessin internet</title>
      <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234208#M860200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much,John. The Named-ACL works perfectly for my network. I really appreciate your effort. GOD bless&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 07:38:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234208#M860200</guid>
      <dc:creator>obafemiboye</dc:creator>
      <dc:date>2009-05-06T07:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting some of my internal hosts from accessin internet</title>
      <link>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234209#M860202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for your info object-groups are now supported on IOS with a minimum of 12.4(20)T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't tried them out though so not sure how close they are to ASA/Pix object-groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 08:06:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restricting-some-of-my-internal-hosts-from-accessin-internet/m-p/1234209#M860202</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-05-06T08:06:20Z</dc:date>
    </item>
  </channel>
</rss>

