<?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: PPTP on PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pptp-on-pix/m-p/125462#M622652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your pool should be on a different network than your inside lan range.  Change this "ip local pool pptp-pool 10.0.0.100-10.0.0.200" to something like 10.0.1.1-10.0.1.254.  Main reason you are failing though is you need to deny NAT/PAT from you inside network to your pool address.  Otherwise you see that error as the return traffic will try to get NAT'd on the way back.  Even though you dont have NAT/PAT setup, the pix will not allow traffic to pass through with out doing somekind of NAT.  So after changing the pool, add this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 10.0.0.0 255.255.255.0 10.0.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kurtis Durrett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2002 16:21:08 GMT</pubDate>
    <dc:creator>kdurrett</dc:creator>
    <dc:date>2002-11-25T16:21:08Z</dc:date>
    <item>
      <title>PPTP on PIX</title>
      <link>https://community.cisco.com/t5/network-security/pptp-on-pix/m-p/125459#M622590</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will appreciate if anyone can help me...&lt;/P&gt;&lt;P&gt;I have a question regarding to PPTP on PIX. Is it possible If I want to use the same subnet with the  internal network for the pptp pool ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say the IP for internal network is 10.0.0.0/24...and the pool is 10.0.0.100-10.0.0.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:23:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pptp-on-pix/m-p/125459#M622590</guid>
      <dc:creator>lganetwork</dc:creator>
      <dc:date>2020-02-21T06:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: PPTP on PIX</title>
      <link>https://community.cisco.com/t5/network-security/pptp-on-pix/m-p/125460#M622609</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;You can use the portion of the same subnet, PIX would just proxy ARP for the return traffic for the pool of IPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Afaq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2002 09:07:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pptp-on-pix/m-p/125460#M622609</guid>
      <dc:creator>afakhan</dc:creator>
      <dc:date>2002-11-25T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: PPTP on PIX</title>
      <link>https://community.cisco.com/t5/network-security/pptp-on-pix/m-p/125461#M622632</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;I have configured the pix,... when I tried to connect using the windows pptp dialer I could get connected. but I can't ping all the ip in the internal LAN.&lt;/P&gt;&lt;P&gt;I saw this on pix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No translation group found for icmp src outside  (remote IP) dst inside internal_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall# wr t&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;PIX Version 6.2(1)&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;nameif ethernet2 intf2 security10&lt;/P&gt;&lt;P&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;hostname pixfirewall&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;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging console informational&lt;/P&gt;&lt;P&gt;logging monitor errors&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10baset&lt;/P&gt;&lt;P&gt;interface ethernet2 auto shutdown&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu intf2 1500&lt;/P&gt;&lt;P&gt;ip address outside 192.168.101.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 10.0.0.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address intf2 127.0.0.1 255.255.255.255&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;ip local pool pptp-pool 10.0.0.100-10.0.0.200&lt;/P&gt;&lt;P&gt;no failover&lt;/P&gt;&lt;P&gt;failover timeout 0:00:00&lt;/P&gt;&lt;P&gt;failover poll 15&lt;/P&gt;&lt;P&gt;failover ip address outside 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address inside 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address intf2 0.0.0.0&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;conduit permit icmp any any&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.101.4 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 si&lt;/P&gt;&lt;P&gt;p 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;sysopt connection permit-pptp&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&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 client configuration address local pptp-pool&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 cisco password *********&lt;/P&gt;&lt;P&gt;vpdn enable outside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:954733fadf61b81bbeae48e792c4b362&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I miss something ???&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2002 09:36:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pptp-on-pix/m-p/125461#M622632</guid>
      <dc:creator>lganetwork</dc:creator>
      <dc:date>2002-11-25T09:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: PPTP on PIX</title>
      <link>https://community.cisco.com/t5/network-security/pptp-on-pix/m-p/125462#M622652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your pool should be on a different network than your inside lan range.  Change this "ip local pool pptp-pool 10.0.0.100-10.0.0.200" to something like 10.0.1.1-10.0.1.254.  Main reason you are failing though is you need to deny NAT/PAT from you inside network to your pool address.  Otherwise you see that error as the return traffic will try to get NAT'd on the way back.  Even though you dont have NAT/PAT setup, the pix will not allow traffic to pass through with out doing somekind of NAT.  So after changing the pool, add this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat permit ip 10.0.0.0 255.255.255.0 10.0.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kurtis Durrett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2002 16:21:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pptp-on-pix/m-p/125462#M622652</guid>
      <dc:creator>kdurrett</dc:creator>
      <dc:date>2002-11-25T16:21:08Z</dc:date>
    </item>
  </channel>
</rss>

