multiple servers with unique domain. Help me!

zaryel

New member
Joined
Apr 4, 2006
Messages
4
Location
spain
Dear friends:

I need configure multiple servers that have unique domain for all. For example:

server1.domain.com -> ip: 111.111.111.111

server2.domain.com -> ip: 222.222.222.222

server2.domain.com -> ip: 333.333.333.333

Each server has a directadmin installed.

I'm programming a mmorpg game like Ogame and I need install some servers with the game.

Each server will host 1000 game users in the database for don't colapse the server with many users.

Can you help me? I need know how to doing this.

Sorry about my poor english :(
 
I don't understand your question.

If each server has a unique name and runs it's own copy of DirectAdmin, what's the problem you're running into?

Jeff
 
Dear jlasman:

I don't know how configure subdomains for obtain server1.domain.com with ip 111.111.111.111, server2.domain.com with 222.222.222. By default subdomains have same ip that main domain and i need that have differents ips each subdomain for obtain a cluster.
 
Is each of what you're calling a subdomain on it's own server? If so, then they're really not subdomains, but rather hostnames.

Just create each server with it's own hostname; one can be 1.example.com, another 2.example.com, and so forth.

Then wherever you host DNS for example.com, create A records (and reverse DNS records if you're responsible for them) for each hostname.

Jeff
 
Back
Top