Redirect your DNS requests to WebTitan Cloud

PAGE CONTENTS

You will need to log onto the server or router where your DNS server addresses are configured and redirect your DNS to your WebTitan Cloud IP addresses. Your specific WebTitan Cloud IP addresses were issued by email when your account was created. See WebTitan Cloud IP Addresses.

Before making changes, take note of your DNS settings as backup in case you need to switch back to them at a later date.

Important

To filter correctly, WebTitan Cloud must be the only DNS forwarder you have in place.

Configuring Windows Server DNS

If you are using Windows Server DNS, follow the steps below to add you WebTitan IP(s).

Note

The instructions below include information about tools that are not owned or managed by TitanHQ and are only intended as a guideline to help you. As such, the information may be subject to change without us knowing.

If you notice anything incorrect, please email docs@titanhq.com and let us know.

  1. Open the DNS Manager on the primary DNS server. This is usually found under Start > Administrative Tools > DNS or from the Windows Start menu, type DNS and select DNS from the search results.

  2. Select properties of the DNS server by clicking the server name, then right-click and choose Properties.

  3. In the Properties window click the Forwarders tab and click Edit.

  4. Enter your WebTitan IP address in the IP address list. Make sure WebTitan is the only DNS IP in place for forwarding.

  5. Click OK.

  6. Click OK again.

Configuring BIND

Note

The instructions below include information about tools that are not owned or managed by TitanHQ and are only intended as a guideline to help you. As such, the information may be subject to change without us knowing.

If you notice anything incorrect, please email docs@titanhq.com and let us know.

  1. Locate the BIND configuration file, usually located at /etc/namedb/named.conf

  2. Look for the options statement:

    options {
       ...
       ...
    };
    
  3. Inside the options statement, add a forwarders statement listing your WebTitan servers.

    Note

    If a forwarders statement already exists (pointing to your ISPs DNS server), edit it appropriately to point to the WebTitan servers.

  4. Your edited forwarders statement should look as follows, where 1.2.3.4 is your WebTitan IP:

    options {
      ...
      forwarders {
         1.2.3.4
      };
    };
    
  5. Restart the BIND service to reload the configuration.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article