<?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: Trouble passing HTTP traffic w/ IPS enabled on Multilink Int in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/trouble-passing-http-traffic-w-ips-enabled-on-multilink/m-p/540932#M90517</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 would suggest a slight change in you ACLs which you have configured up at present.&lt;/P&gt;&lt;P&gt;do remove the access-group 101 commands from the multilink first and then remove the ACL 101 using no access-list 101.&lt;/P&gt;&lt;P&gt;once you are done with that pls paste the below mentioned config lines onto your router..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 4444&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 4444&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq tftp&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 593&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 1025&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 1029&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 7789&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 1025&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 1029&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 7789&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 135&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 136&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 137&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 139&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 135&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 136&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq netbios-ns&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq netbios-ss&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At present you have the permit any any in the middle and start denying everything again.&lt;/P&gt;&lt;P&gt;That shuld be not the case while the ACLs are getting processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2006 08:39:41 GMT</pubDate>
    <dc:creator>spremkumar</dc:creator>
    <dc:date>2006-02-07T08:39:41Z</dc:date>
    <item>
      <title>Trouble passing HTTP traffic w/ IPS enabled on Multilink Interface</title>
      <link>https://community.cisco.com/t5/network-security/trouble-passing-http-traffic-w-ips-enabled-on-multilink/m-p/540931#M90516</link>
      <description>&lt;P&gt;Scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 2811 using 2 bonded T1s to the Internet (via MLPPP).  Before I bonded the T1s and used the serial0 interface to access the net, I used the following statements on my public interface with no problems;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-ip ips myips in&lt;/P&gt;&lt;P&gt;-ip inspect myfw in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I bonded the T1s and removed the above statements from the serial interface and placed them on them my multilink interface, everything stopped working (i.e. my in house DNS, websites), however a remote user could ping the internal websites.  When I removed the above statements from the multilink interface traffic flowed fine, but I had no security.  I've included my config.  Anyone have any pointers?  I also tried using "ip inspect myfw out" on fa0/0 to see if it would work any better and I received the same results, no access to my web servers from the outside world.  Once I removed the statement however, everything flowed perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 09:52:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trouble-passing-http-traffic-w-ips-enabled-on-multilink/m-p/540931#M90516</guid>
      <dc:creator>Adam Frederick</dc:creator>
      <dc:date>2019-03-10T09:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble passing HTTP traffic w/ IPS enabled on Multilink Int</title>
      <link>https://community.cisco.com/t5/network-security/trouble-passing-http-traffic-w-ips-enabled-on-multilink/m-p/540932#M90517</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 would suggest a slight change in you ACLs which you have configured up at present.&lt;/P&gt;&lt;P&gt;do remove the access-group 101 commands from the multilink first and then remove the ACL 101 using no access-list 101.&lt;/P&gt;&lt;P&gt;once you are done with that pls paste the below mentioned config lines onto your router..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 4444&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 4444&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq tftp&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 593&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 1025&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 1029&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 7789&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 1025&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 1029&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 7789&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 135&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 136&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 137&lt;/P&gt;&lt;P&gt;access-list 101 deny   tcp any any eq 139&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 135&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq 136&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq netbios-ns&lt;/P&gt;&lt;P&gt;access-list 101 deny   udp any any eq netbios-ss&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At present you have the permit any any in the middle and start denying everything again.&lt;/P&gt;&lt;P&gt;That shuld be not the case while the ACLs are getting processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 08:39:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trouble-passing-http-traffic-w-ips-enabled-on-multilink/m-p/540932#M90517</guid>
      <dc:creator>spremkumar</dc:creator>
      <dc:date>2006-02-07T08:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble passing HTTP traffic w/ IPS enabled on Multilink Int</title>
      <link>https://community.cisco.com/t5/network-security/trouble-passing-http-traffic-w-ips-enabled-on-multilink/m-p/540933#M90519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Along with cleaning up the ACL, this was received from TAC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This bug was filed to remove the default connection limit &lt;/P&gt;&lt;P&gt;restrictions that are currently in the IOS Firewall feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past, the limits were increased from the original values to &lt;/P&gt;&lt;P&gt;the current values today:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ip inspect max-incomplete high 500&lt;/P&gt;&lt;P&gt;    ip inspect max-incomplete low 400&lt;/P&gt;&lt;P&gt;    ip inspect one-minute high 500&lt;/P&gt;&lt;P&gt;    ip inspect one-minute low 400&lt;/P&gt;&lt;P&gt;    ip inspect tcp max-incomplete host 50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However these arbitrary limits have caused a many, many customers to &lt;/P&gt;&lt;P&gt;open cases with the TAC when these limits have been hit, and normal &lt;/P&gt;&lt;P&gt;production traffic has been impacted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 01:58:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trouble-passing-http-traffic-w-ips-enabled-on-multilink/m-p/540933#M90519</guid>
      <dc:creator>Adam Frederick</dc:creator>
      <dc:date>2006-02-10T01:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble passing HTTP traffic w/ IPS enabled on Multilink Int</title>
      <link>https://community.cisco.com/t5/network-security/trouble-passing-http-traffic-w-ips-enabled-on-multilink/m-p/540934#M90521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there good to see your mail with additional info/stuffs to overcome/solve the issue :-)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 10:01:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/trouble-passing-http-traffic-w-ips-enabled-on-multilink/m-p/540934#M90521</guid>
      <dc:creator>spremkumar</dc:creator>
      <dc:date>2006-02-10T10:01:29Z</dc:date>
    </item>
  </channel>
</rss>

