I have followed the directions for setting up Split DNS in the
securemote-dnsrev.doc, but they only show an example for setting up a single
DNS server.

Below is CheckPoint's example followed by what I this should be the correct
configuration.
Can someone check my parenthesis?  This should work, and I'm not sure if I
either got the syntax wrong or made a typo in the dnsinfo.C file on my
server.

Thanks.

=========== $FWDIR/conf/dnsinfo.C  should look like this for our example
============
 (
:dns_servers (
    : (dns.firewall
    :obj (
        : (10.1.0.30)
    )
    :topology (
        : (
            :ipaddr (10.1.0.0)
            :ipmask (255.255.255.0)
        )
     )
     :domain (
        : (
            :dns_label_count (4)
            :domain (.sampledomain.com)
          )
      )
      )
)
:encrypt_dns (true)
)
=============================================================

=========== $FWDIR/conf/dnsinfo.C  configuration for 2 DNS servers?
============
 (
:dns_servers (
    : (dns1.firewall
    :obj (
        : (10.1.0.30)
    )
    :topology (
        : (
            :ipaddr (10.1.0.0)
            :ipmask (255.255.255.0)
        )
     )
     :domain (
        : (
            :dns_label_count (4)
            :domain (.sampledomain.com)
          )
      )
    : (dns2.firewall
    :obj (
        : (10.2.0.30)
    )
    :topology (
        : (
            :ipaddr (10.2.0.0)
            :ipmask (255.255.255.0)
        )
     )
     :domain (
        : (
            :dns_label_count (4)
            :domain (.sampledomain.com)
          )
      )
      )
)
:encrypt_dns (true)
)
=============================================================



================================================================================
     To unsubscribe from this mailing list, please see the instructions at
               http://www.checkpoint.com/services/mailing.html
================================================================================

Reply via email to