Hi Maverik,

    I need to map the IP addresses of public IM networks to a 3rd party
scanner so that the outgoing packets are scanned. The 3rd party scanner has
provided us the IP address where to map these public IM network.

   When the changes are applied to the DNS server, if i dig a public IM
network, like talk.google.com, i should get the ip address of the 3rd party
scanner instead.

Thanks!
Gerald


  -----Original Message-----
  From: Maverik [mailto:[EMAIL PROTECTED]
  Sent: Thursday, January 10, 2008 6:32 PM
  To: [EMAIL PROTECTED]
  Subject: Re: [plug] BIND DNS Zone Data


  This is expected, Gerald. Since when your hosts start to look for
google.com A records, it will see the BIND zone google.com hosted on your
network, and not the google.com zone from the internet.

  I don't understand what you want to achieve here. Can you further describe
your requirement, maybe you can help?

  Maenard


  On 1/10/08, Gerald Cenir <[EMAIL PROTECTED]> wrote:
    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




  --
  Regards,
  Maenard
  ---------------------
  "Ability is what you're capable of doing... Motivation determines what you
do... Attitude determines how well you do it."
_________________________________________________
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