linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Samuel <samnospam@bcgreen.com>
To: "Adrian C." <foo@foo.teinet.ro>
Cc: linux-admin@vger.kernel.org
Subject: Re: DNS Problem
Date: Fri, 27 Jan 2006 19:57:48 -0800	[thread overview]
Message-ID: <43DAEBBC.6040804@bcgreen.com> (raw)
In-Reply-To: <7.0.0.16.0.20060128000021.01ccad78@foo.teinet.ro>

If the caching nameserver doesn't provide any DNS services for
external machines, then you can simply add a 'domain' entry for
the mail server...

in named.conf :
zone "mail.server.mydomain.com" { type master; file "db.fakemail"; };

in db.fakemail:
; $TTL  9000
@       IN      SOA     firewall.mydomain.com.   
myname.myhost.mydomain.com. (
                        2005090107
                        15000           ; Refresh slave check every 4 hours
                        720             ; slaves retry every 12 min
                        ;; 1209600              ; expire: 2 weeks
                        864000          ; expire: 240 hours
                        4320            ; TTL external caches last 72 min

)

;
;Name Servers for Mail server
;
; not external, so geographically diverse rule is moot.
; if you have a redundant server on your net list it here.
                        IN NS   firewall.mydomain.com.
; Record for the mail server... (that is the "domain" you claimed in 
named.conf)
@                       IN A    65.110.6.163


=======================================
That's about it. The '@' gets replaced by the domain name mentioned
in the named.conf Zone record.

This doesn't mess up your firewall's status as a 'caching nameserver'.
is a regular nameserver that doesn't happen to be authoratative
for any domains.... Nothing really special about them at all.




Adrian C. wrote:

>
> Or you could just set an entry like
>
> 10.21.23.20      mail.yourdomain.org
>
> on every client machine (/etc/hosts or 
> %windir%\system32\drivers\etc\hosts (could be different for win2k)).
>
> You could set that up using a logon script (active directory or samba, 
> doesn't matter), or by tricking users with candy to run the script 
> manually :)
>
> --Adrian.
>
> At 10:45 PM 1/27/2006, Glynn Clements wrote:
>
>> gerardo juarez-mondragon wrote:
>>
>> > I have the following situation
>> >
>> >      internet                  internet
>> >         |                         |
>> >         |                         |
>> >     mail server   -----------  firewall
>> >    (10.21.23.20)             (10.21.23.21)
>> >                                   |
>> >                                   |
>> >                               intranet
>> >
>> >                             (192.168.x.x)
>> >
>> > The firewall is also a caching DNS, to speed up
>> > lookups and overcome DNS server downtime. My
>> > problem is that when I lookup the mail server
>> > the address I receive from 10.21.23.21 is the
>> > external address, as seen from outside.
>> > I would like the address to be solved for
>> > internal machines as the shortcut 10.21.23.20.
>> > The routes are correct according to traceroute.
>> >
>> > I thought that if I modified the firewall's
>> > /etc/hosts including the address of the mail
>> > server as 10.21.23.20 and setting nsswitch.conf
>> > to  hosts: files dns
>> > would make it work, but they cached address seems
>> > to have priority.
>>
-- 

Stephen Samuel +1(604)450-0066             samnospam@bcgreen.com
		   http://www.bcgreen.com/
   Powerful committed communication. Transformation touching
     the jewel within each person and bringing it to light.


  reply	other threads:[~2006-01-28  3:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-26 19:52 DNS Problem gerardo juarez-mondragon
     [not found] ` <189847C2744EDE44B939F4DD231B356A@gjuarezmondragon.metacraw ler.com>
2006-01-26 20:33   ` urgrue
2006-01-27 20:45 ` Glynn Clements
2006-01-27 22:09   ` Adrian C.
2006-01-28  3:57     ` Stephen Samuel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-02-16  2:10 gerardo juarez-mondragon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43DAEBBC.6040804@bcgreen.com \
    --to=samnospam@bcgreen.com \
    --cc=foo@foo.teinet.ro \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).