4 subnet and One server. (need help)
Posted: Sun Feb 21, 2010 10:59 pm
The essence of this there are 4 subnets
First 192.0.0.0 - 192.255.255.255
second 10.0.0.0 - 10.255.255.255
third 195.0.0.0 - 195.255.255.255
Fourth 220.0.0.0 - 220.255.255.255
There one physical server with 4 network cards in each card stuck cable from different subnets.
There should be opportunity to play players from all subnets on a single game server, that is, in a single game world.
Computers with different subnets can not see each other.
In Aion it is done quite simply in a file ipconfig.xml:
and the number of subnets can be set to infinity. The essence of this when a client with a subnet 10.0.0.0 connect to login server, then login the server it passes ip 10.0.0.0, if the client connect to login server from subnet 172.16.0.0 login server then it sends ip 172.16.0.0, etc.
In the server Lineage I was able to register only 2 species of this subnet External and Enternal but what about the rest of the subnets?
If there are people who know how it can be done please share your thoughts and ideas. Maybe I missed chegoto?
Please forgive me for my bad english
First 192.0.0.0 - 192.255.255.255
second 10.0.0.0 - 10.255.255.255
third 195.0.0.0 - 195.255.255.255
Fourth 220.0.0.0 - 220.255.255.255
There one physical server with 4 network cards in each card stuck cable from different subnets.
There should be opportunity to play players from all subnets on a single game server, that is, in a single game world.
Computers with different subnets can not see each other.
In Aion it is done quite simply in a file ipconfig.xml:
Code: Select all
<ipconfig default="127.0.0.1"> <iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/> <iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/> <iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/></ipconfig>
In the server Lineage I was able to register only 2 species of this subnet External and Enternal but what about the rest of the subnets?
If there are people who know how it can be done please share your thoughts and ideas. Maybe I missed chegoto?
Please forgive me for my bad english
