|
darkwolf
Guest
|
 |
« Reply #5 on: June 15, 2011, 09:29:27 PM » |
|
I recently got a ticket asking the same question (may have been you, unable to confirm) and looked into this further.
it appears that port 25565 is not open on our shared hosting servers, and as such the redirect will not function.
Currently ports open on shared hosting servers are:
- (inbound) TCP: 20,21,22,25,26,37,53,80,110,143,443,873,993,995,2082,2083,2084,2086,2087,2095,2096,3306,5666,6666,30000_35000
- (inbound) UDP: 21,53,465
- (outbound) TCP: 21,22,25,37,43,53,80,443,873,2086,2087,2089,3306
- (outbound) UDP: 21,53,365,465,873
If you require ports other then the above to be open, this can only currently be done on VPS or Dedicated servers.
Alternative:
The only alternative is if whatever you are using is able to connect via URL.
If it were possible for you to do this, and have it connect to something like "gameserver1.domain.com " , then we could setup a DNS record that would redirect this to the IP address of the game server you are using.
If the software/script could use gameserver1.domain.com:25565 then having the record gameserver1.domain.com pointed to the IP address should work.
The domain would need to be setup on the game server in order for this to function.
|