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

Re: DNS/Domain questions



First, off, my guess is that you are using NAT. That is, you have 1 public
IP address and several machines at home which share that IP using NAT
(provided by a SOHO dsl/cable router box).

In this case your home machines will never be visible to the public world.
You don't need to provide DNS for them. All you need is one domain name
(myname.com) which points to your public IP. You are already getting that
service from your registrar. Your machines behind the firewall don't need
DNS names because they are invisible to the real world.

If you want to have your private machines do things like www service, you'll
need something like port forwarding, so that e.g. myname.com:80 gets
forwarded to e.g. mynatip1:80. A different port can be forwarded to a
different machine, e.g. myname.com:25 -> mynatip2:25. The linux kernel
handles this stuff, through ipchains I think, but your SOHO box probably has
it built in.

Anyway, if this is your situation then the one thing you don't need, and
can't use, is DNS.

~mark

----- Original Message -----
From: "Matthew Daubenspeck" <mdaubenspeck@daubnet.tzo.com>
To: <debian-user@lists.debian.org>
Sent: Friday, September 28, 2001 8:44 AM
Subject: DNS/Domain questions


> I just recently purchased a domain name and am wondering on a few things.
> Which package would be best to create my own name server? A lot of places
> have it, but for an extra fee. Why pay when I have Debian is my slogan
<grin>.
>
> I have done some researching on BIND and have looked through a lot of it's
> docs and FAQs, but none to which really seemed to pertain to my individual
> situation/question. Excuse my choppy explanation, but I'll give it a
whirl..
>
> If I have myname.com and I register my IP as the DNS, what do I need to
use
> to let the debian box resolve subdomains (server1.myname.com,
> server2.myname.com, etc etc) to the outside world. The second would also
> deal with firewall issuing. Since my main FTP/MAIL/WEB debian box is
behind
> a SOHO firewall, is there anyway way to allow the DNS to resolve to
> internal IP's as well? For instance, a completely different box with a
> different internal IP running a completely different FTP/MAIL/WEB server?
>
> Sorry if it sounds like babble, but that is about the best way I can
> explain it.
>
> Thanks in advance.
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
>



Reply to: