Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Problem] "No game server is available to the authorization server.(6)"

Status
Not open for further replies.
Joined
Jun 27, 2010
Messages
4
Reaction score
0
As the title says,
I login successfully,
Click on the server to join,
and a windows comes up and tells me "No game server is available to the authorization server.(6)"
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 9, 2010
Messages
22
Reaction score
1
check your IP configuration on the gameserver, that's probably your issue
 
Upvote 0
Experienced Elementalist
Joined
Jan 30, 2007
Messages
291
Reaction score
136

Extract in to your aion\bin32 folder.

or error can be in db ... aionLS db ... gameservers table edit it like
id - (ID of server)
mask - (IP of server or local if running on it)
password - (password to GS)
 
Last edited:
Upvote 0
Initiate Mage
Joined
Mar 20, 2006
Messages
2
Reaction score
0
Code:
	<!--
		This file is part of Aion X Emu <aionxemu>.

		This is free software: you can redistribute it and/or modify
		it under the terms of the GNU Lesser Public License as published by
		the Free Software Foundation, either version 3 of the License, or
		(at your option) any later version.

		This software is distributed in the hope that it will be useful,
		but WITHOUT ANY WARRANTY; without even the implied warranty of
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
		GNU Lesser Public License for more details.

		You should have received a copy of the GNU Lesser Public License
		along with this software.  If not, see <http://www.gnu.org/licenses/>.
	-->

<!--
	File that is responsible for network address mapping.
	We can have any number of ip ranges mapped to various network interfaces
	Useful for those who run server in local areas with two (or more) networks

	For ipconfig's "default" attribute both DNS and ip address is supported.
	Example: <ipconfig default="216.239.59.104">
	Examples: <ipconfig default="google.de">
	Change:   <ipconfig default="Your IP Here">   to make public
	-->

<ipconfig default="[COLOR="Red"]127.0.0.1[/COLOR]">  <-- replace with your IP WLAN
	<!--
		IANA-reserved private IPv4 network ranges
		Access only from local networks, external client can't have any of
		the following ip addresses

	<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>
 
Upvote 0
Status
Not open for further replies.
Back
Top