Alias resloved to 2 IP address

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

i need to configure a alias resloved to 2 IPs address
(public IPs).

but the thing is my IPs are binded to 2 hostnames

test1.mine.nu
test2.mine.nu

can I point a www.abc.com to 2 hostnames? indirectly to 2
IP addresses.

Can anyone guide me? Thanks.
 
In
Daniel said:
i need to configure a alias resloved to 2 IPs address
(public IPs).

but the thing is my IPs are binded to 2 hostnames

test1.mine.nu
test2.mine.nu

can I point a www.abc.com to 2 hostnames? indirectly to 2
IP addresses.

Can anyone guide me? Thanks.

You can point it to one host name that has two entries (using the same
hostname) with each entry having a different IP address. It will use Round
Robin to determine which IP to give a querying client.

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS IS" with no warranties.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
D> can I point a www.abc.com to 2 hostnames?

No. Client-side aliases are one-to-one mappings.

D> Can anyone guide me?

Yes.

Don't use client-side aliases at all. Just create two "A" resource records
for the domain name concerned, with the two IP addresses.
 
Back
Top