NETWORK PRESENCE ABOUT SERVICES PRODUCTS TRAINING CONTACT US SEARCH SUPPORT
 


Search
display results
words begin  exact words  any words part 

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [FW1] dnsinfo.C



Try using
	: (dnssrv.firewall

not just 
	: (dnssrv

(where dnssrv and firewall are the names in the FW1 objects database for the
nameserver and firewall.  (You need to repeat the :(dnssrv.firewall block
for each combination of nameserver and firewall that you are dealing with.

Also, check your indentation.  It should read as follows (using TAB, rat):
(
	:dns_servers (
		: (dnssrv.firewall
			:topology (
				: (
					:ipaddr (10.1.0.0)
					:ipmask (255.255.0.0)
				)
   			)
			:domain (
				: (
					:dns_label_count (3)
					:domain (.corp.com)
				)
			)
		)
	)
	:encrypt_dns (true)
	:LMdata (
		: (
			:ipaddr (10.1.8.20)
			:name (ntpdc)
			:domain (corp)
		)
		: (
			:ipaddr (10.1.8.21)
			:name (ntbdc)
			:domain (corp)
		)
	)
)



-- 
Timothy Frost			mailto:[email protected]
EDS New Zealand			Fax: +64-4-495-0473
8 Gilmer Terrace		Phone: +64-4-495-0504
P O Box 3647
Wellington
New Zealand


-----Original Message-----
From: Brad Van Orden [mailto:[email protected]]
Sent: Tuesday, May 01, 2001 5:45 AM
To: [email protected]
Subject: [FW1] dnsinfo.C



Does anyone know of a reference for dnsinfo.C?  I have the lmhost portion
working, but the SecuRemote clients are not updating the host table.
If someone could take a look at this dnsinfo.C file and tell me what I am
doing wrong, I'd greatly appreciate it.

Regards,

Brad

(
:dns_servers (
   : (dnssrv
      :obj (
         : (10.1.8.30)
      )
      :topology (
         : (
            :ipaddr (10.1.0.0)
            :ipmask (255.255.0.0)
         )
      )
      :domain (
         : (
            :dns_label_count (3)
            :domain (.corp.com)
         )
      )
   )
)
:encrypt_dns (true)
:LMdata (
      : (
         :ipaddr (10.1.8.20)
         :name (ntpdc)
         :domain (corp)
      )
      : (
         :ipaddr (10.1.8.21)
         :name (ntbdc)
         :domain (corp)
      )
   )
)


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


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



 
----------------------------------

ABOUT SERVICES PRODUCTS TRAINING CONTACT US SEARCH SUPPORT SITE MAP LEGAL
   All contents © 2004 Network Presence, LLC. All rights reserved.