<?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: ISP redundancy and DNS records for Web Servers in DMZ in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/110947#M15275</link>
    <description>&lt;P&gt;This is typically done in/with your public DNS service provider if you host your primary zone with them.&lt;/P&gt;
&lt;P&gt;If you host it locally, you can script it yourself.&lt;/P&gt;
&lt;P&gt;You configure service probing to change the A record when it fails on the first target.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2021 18:23:33 GMT</pubDate>
    <dc:creator>Vladimir</dc:creator>
    <dc:date>2021-02-16T18:23:33Z</dc:date>
    <item>
      <title>ISP redundancy and DNS records for Web Servers in DMZ</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/110929#M15268</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a question regarding ISP redundancy and DNS records for Web Servers behind my firewall.&lt;/P&gt;&lt;P&gt;Lets say I have a R80.30 Cluster XL with one ISP. I have a reverse proxy in my dmz which services stuff like webmail and some webservers. Each service has a unique public IP which is resolvable via A record&amp;nbsp; for my domain from my externally configured DNS Servers. DNS looks like follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;mydomain.com. 1800 IN NS ns1.dnsprovider.com
mydomain.com. 1800 IN NS ns2.dnsprovider.com
webmail.mydomain.com 1800  IN A 1.1.1.1 (sorry cloudflare, this is just an example)
webserver.mydomain.com 1800  IN A 1.1.1.2 (see above)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I add a second ISP, how can I make sure that in case of failure of ISP 1 my web-services are still reachable? The documentation for ISP redundancy and DNS proxy is not clear to me.&lt;/P&gt;&lt;P&gt;Do I have to point my domains name servers to my two public ip addresses of my firewalls now so that the DNS proxy can resolve the correct external IP during failover (so change ns1.dnsprovider.com to the public external IP of my firewall)?&lt;/P&gt;&lt;P&gt;What happens for non-A-records? Do I have to configure the external DNS provider for the firewall to forward the traffic to?&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 15:50:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/110929#M15268</guid>
      <dc:creator>Thomas_Hennebe1</dc:creator>
      <dc:date>2021-02-16T15:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: ISP redundancy and DNS records for Web Servers in DMZ</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/110947#M15275</link>
      <description>&lt;P&gt;This is typically done in/with your public DNS service provider if you host your primary zone with them.&lt;/P&gt;
&lt;P&gt;If you host it locally, you can script it yourself.&lt;/P&gt;
&lt;P&gt;You configure service probing to change the A record when it fails on the first target.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 18:23:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/110947#M15275</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2021-02-16T18:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: ISP redundancy and DNS records for Web Servers in DMZ</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/110956#M15277</link>
      <description>&lt;P&gt;The solution with „DNS proxy“ for ISP redundancy does only work if you host your DNS internal. Queries from external for your DNS names are intercepted by the gateway and answered with an IP specified for every ISP.&amp;nbsp;&lt;BR /&gt;How this is working can be found in &amp;nbsp;„&lt;STRONG&gt;ISP Redundancy and DNS“&amp;nbsp;&lt;/STRONG&gt;of&amp;nbsp;&lt;A title="Advanced configuration options for ISP Redundancy" href="https://supportcenter.checkpoint.com/supportcenter/portal?action=portlets.SearchResultMainAction&amp;amp;eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk23630" target="_blank" rel="noopener"&gt;Advanced configuration options for ISP Redundancy&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are using Azures TrafficManager for these type of connection. TrafficManager can do a probing via ping or HTTPS or other to different destinations and then answers with an available destination.&lt;/P&gt;
&lt;P&gt;Have a look at&amp;nbsp;&lt;A href="https://azurescene.com/2020/07/03/cheap-dns-failover-with-azure-traffic-manager/" target="_self"&gt;Cheap DNS Failover with Azure Traffic Manager&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wolfgang&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 20:12:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/110956#M15277</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2021-02-16T20:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: ISP redundancy and DNS records for Web Servers in DMZ</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/129755#M19015</link>
      <description>&lt;P&gt;Hello together ...&lt;BR /&gt;&lt;BR /&gt;i know this feature DNS Proxy for a long time, at its really doing what it is expected to do ... so far so good.&lt;BR /&gt;but now i have a different usecase:&lt;BR /&gt;&lt;BR /&gt;When VPN tunnels or even when VPN Clients are connecting over the external interfaces and if DNS Proxy is enabled ... all DNS request are answered by the Firwall as it should be ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;but in many cases i want the VPN clients to get a response from the &lt;STRONG&gt;internal&lt;/STRONG&gt; DNS ... so a Split DNS behavior ...&lt;BR /&gt;but iam failing to achive this ...&lt;BR /&gt;when i configure a Split DNS its not working ... with Split DNS enabled the Checkpoint Mobile says the version is not compatible ... maybe thats a different story?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Is it possible to exclude IP ranges or VPN&amp;nbsp; or perhapes special suffixes from DNS proxy ???&lt;/STRONG&gt;&lt;BR /&gt;or if this is not possible at all.&lt;BR /&gt;Split DNS ... who got it to work?&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Thomas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 09:02:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/129755#M19015</guid>
      <dc:creator>Thomas_Eichelbu</dc:creator>
      <dc:date>2021-09-20T09:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: ISP redundancy and DNS records for Web Servers in DMZ</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/255765#M50062</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the same problem.&lt;/P&gt;&lt;P&gt;Did You find any solution?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Leszek&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 20:44:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ISP-redundancy-and-DNS-records-for-Web-Servers-in-DMZ/m-p/255765#M50062</guid>
      <dc:creator>Qlisz</dc:creator>
      <dc:date>2025-08-22T20:44:37Z</dc:date>
    </item>
  </channel>
</rss>

