<?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: PIX routing in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-routing/m-p/258780#M565841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A proxy is a host that will connect to another system on the user's behalf.  All connections to the internet terminate on the proxy, and the proxy will in turn send the data to the user.  Being an endpoint of both the user's and the internet connection will allow the pix to handle your case.  The pix is unaware of the proxy presense, it will see two distinct connections and route both of them properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you suggested that your users use a Citrix terminal server, that is one form of proxying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 May 2004 11:20:33 GMT</pubDate>
    <dc:creator>ehirsel</dc:creator>
    <dc:date>2004-05-18T11:20:33Z</dc:date>
    <item>
      <title>PIX routing</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing/m-p/258777#M565838</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've configured my remote access VPN client to connect via an IPSec tunnel to a PIX in headquarters network.&lt;/P&gt;&lt;P&gt;VPN client is able to connect to the company network now.&lt;/P&gt;&lt;P&gt;But users require to be able to browse the Internet at the time they are connected to the company network via VPN client.&lt;/P&gt;&lt;P&gt;I don't want to use split tunnel - I consider it dangerous.&lt;/P&gt;&lt;P&gt;So I'd like to configure the PIX to recognize the traffic originated from VPN clients and forward it to the company default gateway when VPN clients try to connect to the Internet.&lt;/P&gt;&lt;P&gt;But I can't use default route on the PIX - it has to be configured on the outside interface to be able to provide routing for IPSec tunnel establishment (client can connect from any place in Internet).&lt;/P&gt;&lt;P&gt;I'd need something like policy routing - to recognize traffic going from VPN client pool address range to the Internet and forward it to the company default gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Milan&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:24:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing/m-p/258777#M565838</guid>
      <dc:creator>milan.kulik</dc:creator>
      <dc:date>2020-02-21T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: PIX routing</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing/m-p/258778#M565839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a proxy. there is no other way. If you are not using split tunnelling, then everything is going to go to the pix in the encrypted tunnel. Traffic will not leave the pix interface it came in on, which is likely the outside int.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2004 14:09:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing/m-p/258778#M565839</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2004-05-17T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: PIX routing</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing/m-p/258779#M565840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, could you please explain in details what do you mean by "You need a proxy"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only solution I can imagine in the moment is following:&lt;/P&gt;&lt;P&gt;Put my PIX into DMZ (I've got another firewall used for DMZ implementation).&lt;/P&gt;&lt;P&gt;Configure the other firewall to translate the source address of packets coming to my PIX to one private subnet.&lt;/P&gt;&lt;P&gt;Configure IPSec NAT Traversal on my PIX.&lt;/P&gt;&lt;P&gt;Then I can configure one static route (to the translated source address) on my PIX outside interface and default route on the inside interface (enabling VPN users to browse the Internet).&lt;/P&gt;&lt;P&gt;The disadvantage of this solution is using NAT Traversal for all VPN IPSec connections which disables IPSec AH forever (if the VPN client supports AH in the future).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you imagine another solution with a proxy?&lt;/P&gt;&lt;P&gt;(I've suggested my users to use a Citrix terminal server for Internet browsing but they consider this solution "not comfortable".)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Milan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2004 05:17:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing/m-p/258779#M565840</guid>
      <dc:creator>milan.kulik</dc:creator>
      <dc:date>2004-05-18T05:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: PIX routing</title>
      <link>https://community.cisco.com/t5/network-security/pix-routing/m-p/258780#M565841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A proxy is a host that will connect to another system on the user's behalf.  All connections to the internet terminate on the proxy, and the proxy will in turn send the data to the user.  Being an endpoint of both the user's and the internet connection will allow the pix to handle your case.  The pix is unaware of the proxy presense, it will see two distinct connections and route both of them properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you suggested that your users use a Citrix terminal server, that is one form of proxying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2004 11:20:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-routing/m-p/258780#M565841</guid>
      <dc:creator>ehirsel</dc:creator>
      <dc:date>2004-05-18T11:20:33Z</dc:date>
    </item>
  </channel>
</rss>

