<?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: VPN problem with pptp and gre in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/175928#M55073</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/10238"&gt;@santonic&lt;/a&gt;, it seems that this remains an issue:)&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2017 12:53:57 GMT</pubDate>
    <dc:creator>mvidic</dc:creator>
    <dc:date>2017-09-11T12:53:57Z</dc:date>
    <item>
      <title>VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16921#M12330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I use PAN500 replace linksys firewall. I have the problem with our client that use VPN client to dialup to internet VPN server device such as router. Our diagram looklike this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client(window XP, with MS VPN client)&amp;nbsp; --&amp;gt; PAN500 --&amp;gt; VPN server(router)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I try to watch monitoring traffic. I found unusual traffic with detail : From port = 0 , NAT Source Port = 0 , To Port = 0, NAT Destination Port = 0 , Application = gre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; With my old firewall It is ok for this case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;TU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Sep 2011 04:22:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16921#M12330</guid>
      <dc:creator>systemadmin_tu</dc:creator>
      <dc:date>2011-09-03T04:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16922#M12331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PPTP uses TCP port 1723 to setup the tunnel and GRE for the actual tunnel traffic. The TCP side is rather straightforward. But GRE is not TCP nor UDP. It is in fact IP protocol 47 (TCP is IP protocol 6 and UDP is IP protocol 17). There is no ports for GRE. That is why you see zero for source/destination ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To allow such traffic you will need to allow applications 'pptp' and 'gre'. If you have NAT inbetween, then you will need to use static NAT to your PPTP server since there is no port to translate for GRE traffic.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Sep 2011 05:24:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16922#M12331</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2011-09-04T05:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16923#M12332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rechard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sorry for delay reply. These are policy on my PAN box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT: &lt;/P&gt;&lt;P&gt;1. source zone= Inside(LAN), destination zone= Outside(internet) , source address = 192.168.x.0/24(IP of LAN subnet) , dest. address= any, service =any, source translation = dynamic-ip-and-port , translated address = y.y.y.y(IP of Outside interface) , Dest. translation = none.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security:&lt;/P&gt;&lt;P&gt;1. source zone = outside , source address = public IP of VPN (pptp) servers, source user = any, dest. zone = outside , dest. address = y.y.y.y(IP of Outside interface), application = any, service = any , action = allow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. source zone = inside, source address = 192.168.x.0/24(IP of LAN subnet), source user = any, dest. zone = outside , dest. address = any, application = any, service = any , action = allow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The result after commit. I noticed that sometime client can connect pptp but sometime cann't. Any missing on this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you,&lt;/P&gt;&lt;P&gt;TU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 08:15:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16923#M12332</guid>
      <dc:creator>systemadmin_tu</dc:creator>
      <dc:date>2011-09-08T08:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16924#M12333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your NAT rule is not a static NAT. Static NAT would be a 1-to-1 mapping of a public to a private IP without port translation. You have dynamic-ip-and-port which is many-to-1 with port translation. The problem I can foresee is that only one source IP may ever be able to use this NAT rule because there are no ports to translate for GRE. That may be why it sometimes works and sometimes not. You should configure 1-to-1 static NAT if you require multiple users to use PPTP with NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 17:42:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16924#M12333</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2011-09-10T17:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16925#M12334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The NAT rule that I refered, I use this rule to NAT our client to Internet via public IP of internet internet. So I'm not sure that if I change this configure It will effect to client's internet traffic. Let's me show you the NAT rule that should be as follow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT:&lt;/P&gt;&lt;P&gt;1. source zone= Inside(LAN), destination zone= Outside(internet) , source address = 192.168.x.0/24(IP of LAN subnet) , dest. address= any, service =any, source translation = static IP , translated address = y.y.y.y(IP of Outside interface) , Bi-direction = yes , Dest. translation = none.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please correct this NAT rule. Any change please comment to me. For this NAT rule, It have any limitation for NAT traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;&lt;P&gt;TU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2011 15:25:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16925#M12334</guid>
      <dc:creator>systemadmin_tu</dc:creator>
      <dc:date>2011-09-11T15:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16926#M12335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; For above rule, I cann't finish the commit. It told me with this error&lt;/P&gt;&lt;P&gt;"device: nat rule 'NAT_rule': Mismatch static-ip address range between original address and translated addressFailed to parse nat policyCommit failed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Could you please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;&lt;P&gt;TU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 13:53:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16926#M12335</guid>
      <dc:creator>systemadmin_tu</dc:creator>
      <dc:date>2011-09-13T13:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16927#M12336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TU,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use a subnet /24 to translate to one static IP. You will have to use a /32 address to translate to one static IP. That is why you are seeing that error.&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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 14:25:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16927#M12336</guid>
      <dc:creator>mrajdev</dc:creator>
      <dc:date>2011-09-13T14:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16928#M12337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi marjdev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thank for you reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For my case, If my clients,more than 1 client, on LAN (192.168.0.0/24) to connect internet VPN server with PPTP connection at the same time. Because different client has different logon/password and they want to conect at the sametime.&lt;/P&gt;&lt;P&gt;------ &lt;/P&gt;&lt;P&gt;(again)These are policy on my PAN box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT:&lt;/P&gt;&lt;P&gt;1. source zone= Inside(LAN), destination zone= Outside(internet) , source address = 192.168.x.0/24(IP of LAN subnet) , dest. address= any, service =any, source translation = dynamic-ip-and-port , translated address = y.y.y.y(IP of Outside interface) , Dest. translation = none.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security:&lt;/P&gt;&lt;P&gt;1. source zone = outside , source address = public IP of VPN (pptp) servers, source user = any, dest. zone = outside , dest. address = y.y.y.y(IP of Outside interface), application = any, service = any , action = allow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. source zone = inside, source address = 192.168.x.0/24(IP of LAN subnet), source user = any, dest. zone = outside , dest. address = any, application = any, service = any , action = allow&lt;/P&gt;&lt;P&gt;-------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source method is "dynamic-ip-and-port". Is it ok for my case? As I maintained sometime client can connect, someteim client cann't connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me. Because my customer want to use this VPN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;&lt;P&gt;TU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 14:56:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16928#M12337</guid>
      <dc:creator>systemadmin_tu</dc:creator>
      <dc:date>2011-09-13T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16929#M12338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The side with the non-static will need to be the initiator for your dynamic environment. This would explain the intermittent success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 19:19:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16929#M12338</guid>
      <dc:creator>pkruse</dc:creator>
      <dc:date>2011-09-13T19:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16930#M12339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quote:"To allow such traffic you will need to allow applications 'pptp' and 'gre'. If you have NAT inbetween, then you will need to use static NAT to your PPTP server since there is no port to translate for GRE traffic. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resurrect old thread; has this issue been resolved in newer PAN-OS releases or is static NAT still required for outgoing GRE connections? As far as I know you can track some parameters in GRE packet to send it to the correct host and in this way GRE should be possible with dynamic NAT as well. Can someone please confirm this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 14:25:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/16930#M12339</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2013-11-21T14:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/175928#M55073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/10238"&gt;@santonic&lt;/a&gt;, it seems that this remains an issue:)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 12:53:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/175928#M55073</guid>
      <dc:creator>mvidic</dc:creator>
      <dc:date>2017-09-11T12:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: VPN problem with pptp and gre</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/176090#M55095</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/54445"&gt;@mvidic&lt;/a&gt;&amp;nbsp;maybe we should start a feature request?:)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 11:45:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/vpn-problem-with-pptp-and-gre/m-p/176090#M55095</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2017-09-12T11:45:17Z</dc:date>
    </item>
  </channel>
</rss>

