<?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: W2000 PPTP inside PIX path through the PIX  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/w2000-pptp-inside-pix-path-through-the-pix/m-p/49189#M626513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off I'd suggest not cutting/pasting your entire PIX config in here, or at the very least x.x.x.x out your outside IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX does not currently support PPTP thru PAT (nat/global).  PPTP uses IP protocol 47 (GRE), and the PIX can't PAT these cause there's no TCP/UDP port number to use.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 6.3 code will support it though, but it won't be available till the start of next year.  At the moment the only way around your predicament is to define a one-to-one NAT translation for this internal host.  Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;gt; static (inside,outside) 217.215.220.222 194.132.183.10 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will do the trick for you, provided 217.215.220.222 routed and available to you.  I'd also suggest changing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;gt; access-list acl_outside permit gre any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;gt; access-list acl_outside permit gre host 194.71.189.109 host 217.215.220.222 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's a bit more secure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Oct 2002 01:25:33 GMT</pubDate>
    <dc:creator>gfullage</dc:creator>
    <dc:date>2002-10-31T01:25:33Z</dc:date>
    <item>
      <title>W2000 PPTP inside PIX path through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/w2000-pptp-inside-pix-path-through-the-pix/m-p/49188#M626476</link>
      <description>&lt;P&gt;Inside a simple configured PIX I have a w2000 VPN-client with PPTP. The client can't talk with an other PIX otside configured with VPDN.&lt;/P&gt;&lt;P&gt;Every thing works as expected if I put in a siple nat-firewal NETGEAR801 insted of PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See PIX config and syslog.  Waths wrong??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;passwd FAXRuw8pF2Tl7oBe encrypted&lt;/P&gt;&lt;P&gt;hostname nsm&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list acl_outside permit icmp any any &lt;/P&gt;&lt;P&gt;access-list acl_outside permit gre any any &lt;/P&gt;&lt;P&gt;access-list acl_outside permit esp any any &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on    &lt;/P&gt;&lt;P&gt;logging console debugging&lt;/P&gt;&lt;P&gt;logging trap debugging&lt;/P&gt;&lt;P&gt;logging host inside 194.132.183.10&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10baset&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside 217.215.220.221 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 194.132.183.2 255.255.255.192&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;access-group acl_outside in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 217.215.220.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius &lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;nsm# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syslog sed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX-6-305011: Built dynamic TCP translation from ide:194.132.183.10/1366 to outside:217.215.220.221/1124&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX-6-302013: Built outbound TCP connection 212 for :194.71.189.109/1723 (194.71.189.109/1723) to inside:194.132.183.10/1366  217.215.220.221/1124)&lt;/P&gt;&lt;P&gt;%PIX-3-305006: regular translation creation failed for protocol 47 src inside:194.132.183.10 dst outside:194.71.189.109&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX-3-305006: regular translation creation failed for protocol 47 src inside:194.132.183.10 dst outside:194.71.189.109&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX-3-305006: regular translation creation failed for protocol 47 src inside:194.132.183.10 dst outside:194.71.189.109&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX-3-305006: regular translation creation failed for protocol 47 src inside:194.132.183.10 dst outside:194.71.189.109&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX-6-302014: Teardown TCP connection 212 for side:194.71.189.109/1723 to inside:194.132.183.10/1366 duration 0:00:10 bytes 788 TCP FINs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:20:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/w2000-pptp-inside-pix-path-through-the-pix/m-p/49188#M626476</guid>
      <dc:creator>bothunborg</dc:creator>
      <dc:date>2020-02-21T06:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: W2000 PPTP inside PIX path through the PIX</title>
      <link>https://community.cisco.com/t5/network-security/w2000-pptp-inside-pix-path-through-the-pix/m-p/49189#M626513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off I'd suggest not cutting/pasting your entire PIX config in here, or at the very least x.x.x.x out your outside IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX does not currently support PPTP thru PAT (nat/global).  PPTP uses IP protocol 47 (GRE), and the PIX can't PAT these cause there's no TCP/UDP port number to use.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 6.3 code will support it though, but it won't be available till the start of next year.  At the moment the only way around your predicament is to define a one-to-one NAT translation for this internal host.  Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;gt; static (inside,outside) 217.215.220.222 194.132.183.10 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will do the trick for you, provided 217.215.220.222 routed and available to you.  I'd also suggest changing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;gt; access-list acl_outside permit gre any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;gt; access-list acl_outside permit gre host 194.71.189.109 host 217.215.220.222 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's a bit more secure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2002 01:25:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/w2000-pptp-inside-pix-path-through-the-pix/m-p/49189#M626513</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2002-10-31T01:25:33Z</dc:date>
    </item>
  </channel>
</rss>

