<?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 How to block a Lan ip to use wan resources in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-block-a-lan-ip-to-use-wan-resources/m-p/1788660#M493464</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting to many teardown tcp connection for outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to block this ip using CISCO IPS or using A access-list in ASA 5520 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant.&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 21:49:55 GMT</pubDate>
    <dc:creator>prashantrecon</dc:creator>
    <dc:date>2019-03-11T21:49:55Z</dc:date>
    <item>
      <title>How to block a Lan ip to use wan resources</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-a-lan-ip-to-use-wan-resources/m-p/1788660#M493464</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting to many teardown tcp connection for outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to block this ip using CISCO IPS or using A access-list in ASA 5520 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant.&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:49:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-a-lan-ip-to-use-wan-resources/m-p/1788660#M493464</guid>
      <dc:creator>prashantrecon</dc:creator>
      <dc:date>2019-03-11T21:49:55Z</dc:date>
    </item>
    <item>
      <title>How to block a Lan ip to use wan resources</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-a-lan-ip-to-use-wan-resources/m-p/1788661#M493469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the traffic that you want to block is coming from internet, then you can use the access-list below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in deny ip host &lt;IP u="" want="" to="" block=""&gt; any&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can also shun that ip, using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shun &lt;IP address=""&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this would have the firewall drop the packet without even processing the ACL for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the command reference:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/s8.html#wp1525925"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/s8.html#wp1525925&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 07:12:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-a-lan-ip-to-use-wan-resources/m-p/1788661#M493469</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-11-14T07:12:26Z</dc:date>
    </item>
    <item>
      <title>How to block a Lan ip to use wan resources</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-a-lan-ip-to-use-wan-resources/m-p/1788662#M493471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting to many connection from a internal ip 192.68.1.1 ok i want to block this for any destination (Public IP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i do this by IPS ?&lt;/P&gt;&lt;P&gt;if yes please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise we have a choice to do that using access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 08:08:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-a-lan-ip-to-use-wan-resources/m-p/1788662#M493471</guid>
      <dc:creator>prashantrecon</dc:creator>
      <dc:date>2011-11-14T08:08:28Z</dc:date>
    </item>
    <item>
      <title>How to block a Lan ip to use wan resources</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-a-lan-ip-to-use-wan-resources/m-p/1788663#M493473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to do that from the ACL, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_out deny ip host 192.168.1.1 any&lt;/P&gt;&lt;P&gt;access-list inside_out permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inside_out in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to add the ip any any access-list at the bottom otherwise, it would block access to other ip's as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 08:28:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-a-lan-ip-to-use-wan-resources/m-p/1788663#M493473</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-11-14T08:28:43Z</dc:date>
    </item>
  </channel>
</rss>

