<?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: PAT + PIX + PPTP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12379#M655007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PPTP passing PAT is a special feature.&lt;/P&gt;&lt;P&gt;PIX does not support this feature yet.&lt;/P&gt;&lt;P&gt;Cisco routers with 12.1.4T above code support PPTP over PAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2002 10:12:52 GMT</pubDate>
    <dc:creator>paqiu</dc:creator>
    <dc:date>2002-07-16T10:12:52Z</dc:date>
    <item>
      <title>PAT + PIX + PPTP</title>
      <link>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12373#M654985</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Is that possible if the clients do the pptp traffic to the microsoft pptp server with PAT enabled on the pix ?? There is no static nat on the PIX, all using the the same ip to go to the internet....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clients with pptp ----PIX (PAT Enabled)--------Microsoft PPTP server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to dial from pptp client to the server I got this error message from the pix...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;305006: regular translation creation failed for protocol 47 src inside:1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:04:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12373#M654985</guid>
      <dc:creator>wongsusanto</dc:creator>
      <dc:date>2020-02-21T06:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: PAT + PIX + PPTP</title>
      <link>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12374#M654989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not possible and is discussed in detail at:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/customer/110/pix_pptp.html" target="_blank"&gt;http://www.cisco.com/warp/customer/110/pix_pptp.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2002 10:50:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12374#M654989</guid>
      <dc:creator>vijkrish</dc:creator>
      <dc:date>2002-05-31T10:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: PAT + PIX + PPTP</title>
      <link>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12375#M654995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tried PPTP with PAT-enabled router..it works....but why it doesn't work with PIX. Is there a different translation algorithm (PAT ) between PIX and router ??&lt;/P&gt;&lt;P&gt;Another problem, I have set a vpn connection between PIX as a vpn gateway and VPN client. The VPN can be established, but VPN client can initiate the traffic, if the inside users which are behind the fire wall can initiate the traffics to VPN client. I tried to ping to the inside network, I can not ping them, although the users are alive, the vpn client can only ping the firewall inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Wong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2002 00:33:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12375#M654995</guid>
      <dc:creator>wongsusanto</dc:creator>
      <dc:date>2002-06-03T00:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: PAT + PIX + PPTP</title>
      <link>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12376#M654997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you configure PPTP on the PIX it will work with nat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip local pool vpnpool 10.0.1.1-10.0.1.254&lt;/P&gt;&lt;P&gt;sysopt connection permit-pptp&lt;/P&gt;&lt;P&gt;vpdn group 1 accept dialin pptp&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication pap&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication chap&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication mschap&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp encryption mppe 40&lt;/P&gt;&lt;P&gt;vpdn group 1 client configuration address local vpnpool&lt;/P&gt;&lt;P&gt;vpdn group 1 client configuration dns 10.0.1.237&lt;/P&gt;&lt;P&gt;vpdn group 1 client configuration wins 10.0.1.237&lt;/P&gt;&lt;P&gt;vpdn group 1 pptp echo 60&lt;/P&gt;&lt;P&gt;vpdn group 1 client authentication local&lt;/P&gt;&lt;P&gt;vpdn username pptp-Username password pwd&lt;/P&gt;&lt;P&gt;vpdn enable outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also add a Radius server for authentication. This is the minimum config for a PPTP connection VPN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/110/pptppix.html" target="_blank"&gt;http://www.cisco.com/warp/public/110/pptppix.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2002 14:54:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12376#M654997</guid>
      <dc:creator>mmarange</dc:creator>
      <dc:date>2002-07-10T14:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: PAT + PIX + PPTP</title>
      <link>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12377#M655001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, PPTP passthrough on a PIX doing PAT is not supported on the current PIX codes.&lt;/P&gt;&lt;P&gt;You are correct, the routers after code 12.1.2T can do it, but it has not been done on the PIX code.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2002 02:14:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12377#M655001</guid>
      <dc:creator>edadios</dc:creator>
      <dc:date>2002-07-11T02:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: PAT + PIX + PPTP</title>
      <link>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12378#M655004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you know how to setup pix so that PPTP client behind pix with PAT works fine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PPTP client -- pixfirewall 515 with PAT --|-- internet -- PPTP Server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before upgading to pixfirewall, we used WatchGuard SOHO, and didn't set anything for PPTP traffic. However, since with pix, when I try to connect PPTP server, I always get an error 721,&lt;/P&gt;&lt;P&gt;PPP conversation was attempted ..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2002 08:44:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12378#M655004</guid>
      <dc:creator>mikema</dc:creator>
      <dc:date>2002-07-16T08:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: PAT + PIX + PPTP</title>
      <link>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12379#M655007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PPTP passing PAT is a special feature.&lt;/P&gt;&lt;P&gt;PIX does not support this feature yet.&lt;/P&gt;&lt;P&gt;Cisco routers with 12.1.4T above code support PPTP over PAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2002 10:12:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12379#M655007</guid>
      <dc:creator>paqiu</dc:creator>
      <dc:date>2002-07-16T10:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: PAT + PIX + PPTP</title>
      <link>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12380#M655010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will PIX support PPTP passing PAT in the coming version 6.3 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2003 15:10:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-pix-pptp/m-p/12380#M655010</guid>
      <dc:creator>francoso</dc:creator>
      <dc:date>2003-02-20T15:10:24Z</dc:date>
    </item>
  </channel>
</rss>

