<?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: Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243554#M348748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, as we saw before the ZBFW was not complaining about any problems,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Glad to see that I could help but remembe&lt;/STRONG&gt;r &lt;STRONG style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;to rate all of the helpful posts, that for a free community as this is as important as a thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG&gt;Julio&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 01:01:16 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2013-06-05T01:01:16Z</dc:date>
    <item>
      <title>Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound)</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243544#M348738</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping someone can help me with an issue I am having with zbf on a router config I have just inherited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured it to passthrough GRE but the users still cannot connect &lt;SPAN style="text-decoration: underline;"&gt;outbound&lt;/SPAN&gt; to a PPTP server on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect OUT-TO-WORLD&lt;/P&gt;&lt;P&gt;class type inspect URL-FILTER&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt;&amp;nbsp; service-policy urlfilter cppolicymap-1&lt;/P&gt;&lt;P&gt;class type inspect OUT-TO-WORLD&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt;class type inspect PASS-ZBF-GRE&lt;/P&gt;&lt;P&gt;&amp;nbsp; pass&lt;/P&gt;&lt;P&gt;class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-any PASS-ZBF-GRE&lt;/P&gt;&lt;P&gt;match access-group name pass-zbf-gre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended IP access list pass-zbf-gre&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 permit gre any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And added the same PASS-ZBF-GRE class-map to the IN-FROM-WORLD policy-map too but this has made no change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:52:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243544#M348738</guid>
      <dc:creator>Scott Gardner</dc:creator>
      <dc:date>2019-03-12T01:52:24Z</dc:date>
    </item>
    <item>
      <title>Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound)</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243545#M348739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With PPTP the first connection that will be stablish will be the TCP 1723 so then the traffic gets encapsulated into GRE packets for the data exchange (after both ends authenticate with each other)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the PPTP traffic being inspected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it on the &lt;SPAN style="font-size: 10pt;"&gt;OUT-TO-WORLD class-map &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 19:57:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243545#M348739</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-06-03T19:57:02Z</dc:date>
    </item>
    <item>
      <title>Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound)</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243546#M348740</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;Thanks for your quick reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pptp traffic is being inspected in the OUT-TO-WORLD class-map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 22:22:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243546#M348740</guid>
      <dc:creator>Scott Gardner</dc:creator>
      <dc:date>2013-06-03T22:22:48Z</dc:date>
    </item>
    <item>
      <title>Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound)</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243547#M348741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible I would like to check entire Config&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 22:24:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243547#M348741</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-06-03T22:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243548#M348742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 23:41:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243548#M348742</guid>
      <dc:creator>Scott Gardner</dc:creator>
      <dc:date>2013-06-03T23:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243549#M348743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you add&lt;/P&gt;&lt;P&gt;ip inspect log drop-pkt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then try to connect and share&lt;/P&gt;&lt;P&gt;show logging | include x.x.x.x (PPTP server)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 00:07:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243549#M348743</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-06-04T00:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243550#M348744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did as requested but there is nothing in the output at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 03:25:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243550#M348744</guid>
      <dc:creator>Scott Gardner</dc:creator>
      <dc:date>2013-06-04T03:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243551#M348745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When trying to telnet to the remote PPTP server on 1723 I get the following also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet x.x.x.x 1723&lt;/P&gt;&lt;P&gt;Trying x.x.x.x, 1723 ...&lt;/P&gt;&lt;P&gt;% Connection timed out; remote host not responding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked on the other end and there is nothing blocking traffic from this location and I can VPN to it from anywhere on the internet, just not this router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the windows client I get VPN error 800 (which is generally GRE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 03:40:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243551#M348745</guid>
      <dc:creator>Scott Gardner</dc:creator>
      <dc:date>2013-06-04T03:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243552#M348746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does not make any sense as the router is not showing any issues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's do a quick ACL check on the router so we can determine if traffic is even reaching the router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended inside_in&lt;/P&gt;&lt;P&gt;permit tcp host client_ip host PPTP_server eq 1723&lt;/P&gt;&lt;P&gt;permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended inside_out&lt;/P&gt;&lt;P&gt;permit tcp host PPTP_server eq 1723 host client_ip&lt;/P&gt;&lt;P&gt;permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended outside_out&lt;/P&gt;&lt;P&gt;permit tcp host client_ip host PPTP_server eq 1723&lt;/P&gt;&lt;P&gt;permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended outside_in &lt;/P&gt;&lt;P&gt;permit tcp host PPTP_server eq 1723 client_ip address_public&lt;/P&gt;&lt;P&gt;permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface inside&lt;/P&gt;&lt;P&gt;ip access-group inside_in in&lt;/P&gt;&lt;P&gt;ip access-group inside_out out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface gig 0/x outside&lt;/P&gt;&lt;P&gt;ip access-group outside_out&lt;/P&gt;&lt;P&gt;ip access-group outside_in in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to connect and share all of the &lt;/P&gt;&lt;P&gt;show ip access-list for each of the ones,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we see matches in only one direction then we no this is an uniderectional-problem and if we see traffic stuck in the router then a problem in our site,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hey remember to rate all of the helpful posts, that for a free community as this is as important as a thanks &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 05:57:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243552#M348746</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-06-04T05:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243553#M348747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Turns out coincidentally the other end was having issues with the PPTP server after I made the GRE changes so all is working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 00:58:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243553#M348747</guid>
      <dc:creator>Scott Gardner</dc:creator>
      <dc:date>2013-06-05T00:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Zone-Based Firewall - GRE Passthrough for PPTP VPN (outbound</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243554#M348748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, as we saw before the ZBFW was not complaining about any problems,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Glad to see that I could help but remembe&lt;/STRONG&gt;r &lt;STRONG style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;to rate all of the helpful posts, that for a free community as this is as important as a thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG&gt;Julio&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 01:01:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-gre-passthrough-for-pptp-vpn-outbound/m-p/2243554#M348748</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-06-05T01:01:16Z</dc:date>
    </item>
  </channel>
</rss>

