[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DNS
- To: Alex Rier <alex(at-nospam)breakt.co.il>
- Subject: Re: DNS
- From: sagi <sagi(at-nospam)aresworld.net>
- Date: Tue, 7 Nov 2000 08:22:52 -0500 (EST)
- cc: "IGLU (E-mail)" <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <01C048CA.806A07C0@orange.breakt-lan.co.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Tue, 7 Nov 2000, Alex Rier wrote:
> Hi,
>
> I've defined mydomain.com on my Linux Server using bind8 .
> It has mail.mydomain.com, www.mydomain.com entries.
> So "nslookup mail.mydomain.com" works fine (www is OK too).
> But "nslookup mydomain.com" says: "Non-existent host/domain".
> How do I define "mydomain.com" to pint to the IP of the Server?
Add A record:
@ IN A ip
or
mydomain.com. IN A ip
>
> Thanks,
>
> Alex Rier |
> Linux Consultant | Tel: +972-52-442549
> Breakthrough Ltd. | FAX: +972-3-5364060
> http://www.breakt.co.il | mailto:alex@breakt.co.il
>
>
>
> =================================================================
> To unsubscribe, send mail to linux-il-request@linux.org.il with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail linux-il-request@linux.org.il
>
>
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il
- References:
- DNS
- From: Alex Rier <alex@breakt.co.il>