<?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 Redirect any internet request to a certain url (i.e google.com) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123804#M394453</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;Can anyone tell me what is needed to achieve above requirement? I mean if ASA alone cannot fulfill the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Dec 2012 08:35:15 GMT</pubDate>
    <dc:creator>Sirajhussain</dc:creator>
    <dc:date>2012-12-09T08:35:15Z</dc:date>
    <item>
      <title>traffic redirects</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123798#M394447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;traffic redirects..&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:34:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123798#M394447</guid>
      <dc:creator>Sirajhussain</dc:creator>
      <dc:date>2019-03-12T00:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Block internet and redirect them to custom url</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123799#M394448</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;Well I'm not exactly sure if this is what you are looking for but you can define on the ASA that when certain users initiate for example a http/https connection that they will have to authenticate with the ASA first either using LOCAL or AAA-SERVER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initiating a HTTP/HTTPS connection should direct the users connection to ASA which asks for authentication before allowing the connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I for example tested on my home ASA just now with following configurations (This was just something i configured fast so it might be lacking)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic Configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;username proxy password test privilege 0&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;access-list PROXY-TEST permit tcp host 10.0.0.5 any eq http&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;access-list PROXY-TEST permit tcp host 10.0.0.5 any eq https&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;aaa authentication match PROXY-TEST LAN LOCAL&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;aaa authentication listener http LAN port https redirect&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;aaa authentication listener https LAN port https redirect&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;LAN = my LAN interface&lt;/LI&gt;&lt;LI&gt;LOCAL = Refers to the ASAs LOCAL AAA&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional Commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;show uauth&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Show Authenticated users&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;clear uauth &lt;USERNAME&gt;&lt;/USERNAME&gt;&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Clear authenticated user (or without username all)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;timeout uauth xx:xx:xx absolute/inactivity&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Set the timeout value for authenticated user&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know more about this you should Google for ASA Cut Through Proxy or check the same thing from the Configuration Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 18:47:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123799#M394448</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-07T18:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Block internet and redirect them to custom url</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123800#M394449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can modify the Prompts the user gets when attempting the connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;auth-prompt prompt &lt;TEXT&gt;&lt;/TEXT&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;auth-prompt accept &lt;TEXT&gt;&lt;/TEXT&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;auth-prompt reject &lt;TEXT&gt;&lt;/TEXT&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:00:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123800#M394449</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-07T19:00:57Z</dc:date>
    </item>
    <item>
      <title>Traffic Redirects</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123801#M394450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, its the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:25:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123801#M394450</guid>
      <dc:creator>Sirajhussain</dc:creator>
      <dc:date>2012-12-07T19:25:54Z</dc:date>
    </item>
    <item>
      <title>Block internet and redirect them to custom url</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123802#M394451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I posted earlier will only make it so that certain users couldnt access the Internet unless they authenticate with the ASA first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think the ASA alone can do what you are asking with regards to redirecting users to a certain site. It would on the other hand block their connection attempts unless they had username/password needed to pass the authentication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:30:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123802#M394451</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-07T19:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Block internet and redirect them to custom url</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123803#M394452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that but thats not i want achieve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 20:52:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123803#M394452</guid>
      <dc:creator>Sirajhussain</dc:creator>
      <dc:date>2012-12-07T20:52:24Z</dc:date>
    </item>
    <item>
      <title>Redirect any internet request to a certain url (i.e google.com)</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123804#M394453</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;Can anyone tell me what is needed to achieve above requirement? I mean if ASA alone cannot fulfill the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 08:35:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123804#M394453</guid>
      <dc:creator>Sirajhussain</dc:creator>
      <dc:date>2012-12-09T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect any internet request to a certain url (i.e google.c</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123805#M394454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can redirect http traffic to certain IP address but not url if that solves your problem also?&lt;BR /&gt;&lt;BR /&gt;1. create network object for those IPs that don't have access to internet:&lt;BR /&gt;object network banned-ips&lt;BR /&gt; subnet 1.2.3.0 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;2. create network object for all ip addresses:&lt;BR /&gt;object network internet&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;3. create network object for web server&lt;BR /&gt;object network web-server&lt;BR /&gt; host 11.22.33.44&lt;BR /&gt;&lt;BR /&gt;4. create service object for http traffic&lt;BR /&gt;object service http-traffic&lt;BR /&gt; service tcp destination eq http&lt;BR /&gt;&lt;BR /&gt;4. create nat rule to translate http traffic to web server&lt;BR /&gt;nat(inside,outside) 10 source static banned-ips interface destination static internet web-server service http-traffic http-traffic&lt;BR /&gt;&lt;BR /&gt;Hope that solves your problem.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 09:04:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123805#M394454</guid>
      <dc:creator>Jernej Vodopivec</dc:creator>
      <dc:date>2012-12-09T09:04:21Z</dc:date>
    </item>
    <item>
      <title>Traffic Redirects</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123806#M394455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well that command will not accept in current version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 12:53:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123806#M394455</guid>
      <dc:creator>Sirajhussain</dc:creator>
      <dc:date>2012-12-09T12:53:45Z</dc:date>
    </item>
    <item>
      <title>Redirect any internet request to a certain url (i.e google.com)</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123807#M394456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sirajhusen,&lt;/P&gt;&lt;P&gt;sorry, I overlooked you're still running pre 8.3 version you mentioned in your first post.&lt;/P&gt;&lt;P&gt;I would recommend you upgrade to post 8.2 version which offers you much more flexibility when configuring nat rules. And you could also benefit from new features like AD integration, scansafe connector...&lt;/P&gt;&lt;P&gt;Is this possible in your case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 15:54:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123807#M394456</guid>
      <dc:creator>Jernej Vodopivec</dc:creator>
      <dc:date>2012-12-09T15:54:36Z</dc:date>
    </item>
    <item>
      <title>Redirect any internet request to a certain url (i.e google.com)</title>
      <link>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123808#M394457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jernej,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean the pre 8.3 version will not solve the problem, right? This an urgent requirement pls suggest if any other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already gone through the below link of pre 8.3 to 8.3 NAT config examples&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-9129"&gt;https://supportforums.cisco.com/docs/DOC-9129&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 16:14:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-redirects/m-p/2123808#M394457</guid>
      <dc:creator>Sirajhussain</dc:creator>
      <dc:date>2012-12-09T16:14:36Z</dc:date>
    </item>
  </channel>
</rss>

