<?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: PBF based on domain/URL/FQDN in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/pbf-based-on-domain-url-fqdn/m-p/13589#M9962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I think its becuase the session WILL change and this is bad later on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An application can (as example) be first identified as unknown, and then web-browsing and then finally facebook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you PBF just facebook it means that the syn/synack/ack is unknown, the http request is web-browsing and when the server replies its identified as facebook. If facebook server suddently get a packet from a new ip (your ISP2) without a syn first it will (most likely) just drop the incoming traffic due to its own sessionhandling (whatever firewalls they use) - or it least its a common thing to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which means you need to either use a forward-proxy which can split outgoing sessions depending on what the client requests or do this at L3 level by help of BGP magic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Facebook uses their own AS (if im not mistaken), if you use BGP towards your two ISPs you can make sure that traffic towards facebook AS will use ISP2 as primary connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to do this at L4 level in the PA device, so outgoing TCP80 and TCP443 is always routed through ISP2 as primary way out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also setup a combination so that your clients use a forward-proxy for normal traffic while traffic to *.facebook.com (clientside configuration in the browser) is not sent through the forward-proxy (but this just adds complexity and is just wrong &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 11:18:48 GMT</pubDate>
    <dc:creator>mikand</dc:creator>
    <dc:date>2012-04-18T11:18:48Z</dc:date>
    <item>
      <title>PBF based on domain/URL/FQDN</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbf-based-on-domain-url-fqdn/m-p/13588#M9961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After research in KnowledgePoint, I understand application is not recommended to be used in PBF as single session will always be forwarded&amp;nbsp; the same way. i.e. application shifts will not change the forwarding&amp;nbsp; behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we want to forward traffics from internal to specified url URL e.g. www.facebook.com to 2nd ISP, is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any simple way to fulfill this requirement? Can anyone confirm follow idea will work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create FQDN address object and use it as Destination address in PBF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assumption: We collect ALL FQDNs when user access www.facebook.com&lt;BR /&gt;Example:&lt;BR /&gt;www.facebook.com&lt;BR /&gt;facebook.com&lt;BR /&gt;pixel.facebook.com&lt;BR /&gt;profile.ak.fbcdn.net&lt;BR /&gt;static.ak.fbcdn.net&lt;BR /&gt;a8.sphotos.ak.fbcdn.net&lt;BR /&gt;external.ak.fbcdn.net&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Too many FQDN objects for single site&lt;BR /&gt;The FQDN initially resolves at commit time. Entries are subsequently refreshed when the DNS time-to-live expires (or is close to expiring).&lt;BR /&gt;We cannot confirm if all IP addresses are recorded if DNS reply multiple IP for a FQDN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 10:22:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbf-based-on-domain-url-fqdn/m-p/13588#M9961</guid>
      <dc:creator>linusso</dc:creator>
      <dc:date>2012-04-18T10:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: PBF based on domain/URL/FQDN</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbf-based-on-domain-url-fqdn/m-p/13589#M9962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I think its becuase the session WILL change and this is bad later on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An application can (as example) be first identified as unknown, and then web-browsing and then finally facebook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you PBF just facebook it means that the syn/synack/ack is unknown, the http request is web-browsing and when the server replies its identified as facebook. If facebook server suddently get a packet from a new ip (your ISP2) without a syn first it will (most likely) just drop the incoming traffic due to its own sessionhandling (whatever firewalls they use) - or it least its a common thing to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which means you need to either use a forward-proxy which can split outgoing sessions depending on what the client requests or do this at L3 level by help of BGP magic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Facebook uses their own AS (if im not mistaken), if you use BGP towards your two ISPs you can make sure that traffic towards facebook AS will use ISP2 as primary connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to do this at L4 level in the PA device, so outgoing TCP80 and TCP443 is always routed through ISP2 as primary way out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also setup a combination so that your clients use a forward-proxy for normal traffic while traffic to *.facebook.com (clientside configuration in the browser) is not sent through the forward-proxy (but this just adds complexity and is just wrong &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 11:18:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbf-based-on-domain-url-fqdn/m-p/13589#M9962</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-04-18T11:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: PBF based on domain/URL/FQDN</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbf-based-on-domain-url-fqdn/m-p/13590#M9963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I clarify the background first. Here is the summary, assume we have two sites:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Site A - Able to access any web sites.&lt;/P&gt;&lt;P&gt;Site B - Not able to access some web sites (mainly facebook, twitter, youtube), the meaning of NOT able is the WHOLE country users cannot access these web sites thanks to Great Firewall of China.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently Site A is using Microsoft ISA as FW + Proxy. ISA is also using in SiteB as firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Site B users will configure Site A ISA IP as Forward-Proxy server manually when they want to access blocked site.&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;We want to propose PAN to replace both ISA but we also have to take the problem of Great Firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the reason we want to check if PBF work in our case is PAN cannot work as forward-proxy server, we cannot replace ISA in Site A. However I just found the latest version of Check Point FW can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think in this case, BGP magic simple doesn't work, right?&lt;/P&gt;&lt;P&gt;Is there any workaround?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 01:54:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbf-based-on-domain-url-fqdn/m-p/13590#M9963</guid>
      <dc:creator>linusso</dc:creator>
      <dc:date>2012-04-19T01:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: PBF based on domain/URL/FQDN</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pbf-based-on-domain-url-fqdn/m-p/13591#M9964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible for site B to setup an encrypted tunnel towards site A?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because then site B could force all its traffic (or whatever traffic you like) into this encrypted tunnel which will then pop out at site A in order to reach Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have the details of how the China Firewall works (just some random rumours) but sending your facebook request in cleartext sounds odd that its allowed through this "Firewall" (or just a matter of time before also that is being blocked).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 08:05:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pbf-based-on-domain-url-fqdn/m-p/13591#M9964</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-04-19T08:05:49Z</dc:date>
    </item>
  </channel>
</rss>

