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

Re: Off TOPIC more then one ip on the same DNS record.



On Thu, 24 Feb 2000, Mike wrote:

> Hi.
> 
> I know that it is NOT a "true" linux Question but here goes...
> After searching Deja (without any luck) Can some one tell me how to give a
> DNS record more then one IP address ?
> I know that it can be done (for example do a  nslookup cnn.com).
> I have BIND4 (i know...oldi but can't upgrade at the current time)


forward:

$ORIGIN somedomain.
somehost	IN	A	1.1.1.1
somehost	IN	A	1.1.1.2

reverse:

$ORIGIN 1.1.1.IN-ADDR-ARPA.
1	IN	PTR	somehost.somedomain.
2	IN	PTR	somehost.somedomain.

?

--Ariel
> 
> 
> Thanks,
> 
> Mike
> 
> 
> 
> =================================================================
> 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
> 

--
Ariel Biener
e-mail: ariel@post.tau.ac.il           Work phone: 03-6406086
fingerprint = 07 D1 E5 3E EF 6D E5 82 0B E9 21 D4 3C 7D 8B BC


=================================================================
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