<?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 PBR and port redirection in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pbr-and-port-redirection/m-p/1611035#M593490</link>
    <description>&lt;P&gt;What does the first line of below acl does for proxy redirect? I hope&amp;nbsp; it denies all traffic except 80 and redirects 80 traffic to proxy ip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 111 deny&amp;nbsp;&amp;nbsp; tcp any any neq www&lt;BR /&gt;access-list 111 deny&amp;nbsp;&amp;nbsp; tcp host 192.168.40.11 any&lt;/P&gt;&lt;P&gt;access-list 111 permit tcp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.40.11 is my proxy ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This config works for me. But at times, we are not able to access some https sites..For eg, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gmail.com" target="_blank"&gt;http://gmail.com&lt;/A&gt;&lt;SPAN&gt; redirects to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://gmail.com" target="_blank"&gt;https://gmail.com&lt;/A&gt;&lt;SPAN&gt;, but it doesnt work all the time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ribin&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 19:39:11 GMT</pubDate>
    <dc:creator>ribin.jones</dc:creator>
    <dc:date>2019-03-11T19:39:11Z</dc:date>
    <item>
      <title>PBR and port redirection</title>
      <link>https://community.cisco.com/t5/network-security/pbr-and-port-redirection/m-p/1611035#M593490</link>
      <description>&lt;P&gt;What does the first line of below acl does for proxy redirect? I hope&amp;nbsp; it denies all traffic except 80 and redirects 80 traffic to proxy ip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 111 deny&amp;nbsp;&amp;nbsp; tcp any any neq www&lt;BR /&gt;access-list 111 deny&amp;nbsp;&amp;nbsp; tcp host 192.168.40.11 any&lt;/P&gt;&lt;P&gt;access-list 111 permit tcp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.40.11 is my proxy ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This config works for me. But at times, we are not able to access some https sites..For eg, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gmail.com" target="_blank"&gt;http://gmail.com&lt;/A&gt;&lt;SPAN&gt; redirects to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://gmail.com" target="_blank"&gt;https://gmail.com&lt;/A&gt;&lt;SPAN&gt;, but it doesnt work all the time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ribin&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:39:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pbr-and-port-redirection/m-p/1611035#M593490</guid>
      <dc:creator>ribin.jones</dc:creator>
      <dc:date>2019-03-11T19:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: PBR and port redirection</title>
      <link>https://community.cisco.com/t5/network-security/pbr-and-port-redirection/m-p/1611036#M593491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, if the ACL is applied to the proxy redirection ACL, it does mean what you posted earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, the acl says:&lt;/P&gt;&lt;P&gt;line 1: deny all TCP traffic whose port is not equal to www (port 80)&lt;/P&gt;&lt;P&gt;line 2: deny all TCP traffic from the proxy server&lt;/P&gt;&lt;P&gt;line 3: permit all TCP outbound traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since line 1 already deny all TCP ports but port 80, line 3 essentially means permit TCP/80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in summary, redirect all TCP/80 traffic except traffic from the proxy serve itself. Everything else will not be redirected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 07:47:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pbr-and-port-redirection/m-p/1611036#M593491</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-01-24T07:47:38Z</dc:date>
    </item>
  </channel>
</rss>

