Hello!

    I need to mofify bind's named.conf as i need to point some IM dns names
such as talk.google.com to a scanner's ip address.

If I try to create a single zone file google.com, it seems other hosts like
mail.google.com is affected as the server is not able to resolve an ip
address.

$TTL 86400
$ORIGIN google.com.
@               IN      SOA     localhost. root.localhost. (
                        2 ; serial
                        600 ; refresh
                        300 ; retry
                        604800 ; expire
                        600 ; ttl
                        )
                IN      NS      localhost.
talk           IN      A       XXX.XXX.XXX.XXX
$ORIGIN l.google.com.
talkx           IN      A       XXX.XXX.XXX.XXX

Did I miss something here or do i need to create a zone file for each of the
host that needs to point to the scanner?

Please help.

Thanks!
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to