Jump to content
  • 0

[Problem] Character Server, blind?


SunDeath

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   2
  • Joined:  01/15/12
  • Last Seen:  

My Login server functions perfectly fine, I've updated to the Latest SVN currently available (15639).

Although I now can login, once I select the server it should show the character selection screen, but instead of showing up it gives me an "unable to connect" message and logs me off.

The Login server correctly shows my connection, no problems.

The character server doesn't read the connection, at all, it sees absolutely nothing.

Previous topic (solved, my ip changed on me..)

No matter what I can't seem to connect to my server.

I believe I've set everything up correctly, if not, please tell me where I messed up.

char_conf:

// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip: 127.0.0.1

// Character Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
char_ip: 82.156.12.125

map_conf:

// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 127.0.0.1

// Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
map_ip: 82.156.12.125

subnet_athena:

subnet: 255.255.255.0:127.0.0.1:127.0.0.1
subnet: 255.255.255.0:192.168.1.66:192.168.1.66 //Subnet:Lan:Lan
subnet: 255.255.255.0:82.156.12.125:82.156.12.125 //Subnet:Wan:Wan

clientinfo.xml:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
 <connection>
 <desc>Where anime comes to life</desc>
<display>AnimeNationRO</display>
<balloon>Ethel - 500/500/20</balloon>
<address>192.168.1.66</address> <!-- Lan IP, it's just me trying to connect atm -->
<port>6900</port>
<version>24</version>
<langtype>6</langtype>
<registrationweb>http://www.animenationro.com/</registrationweb> <!-- Does not exist atm -->
<aid>
<admin>2000000</admin>
<admin></admin>
</aid>
<yellow>
<admin></admin>
<admin></admin>
</yellow>
<loading>
<image>loading00.jpg</image>
<image>loading01.jpg</image>
</loading>
 </connection>
</clientinfo>

The ports are still the default values, 6900, 6121 and 5121.

Firewall:

firewallki.png

Router:

routerq.png

Edited by SunDeath
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

go to http://www.whatismyip.com/

open command then type ipconfig

post details and screenshots. or pm me if you dont want to share it in public

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   2
  • Joined:  01/15/12
  • Last Seen:  

www.whatismyip.com (same effect as ipchicken.com really):

wimp.png

cmd - ipconfig:

cmde.png

And what other details would you like?

I've posted my router settings, my firewall which uses the respective, default, ports.

my conf files which show you my WAN IP (the ipchicken / whatismyip one)

My clientinfo which is using my LAN IP, my subnet which uses my Lan, WAN and the default 127.0.0.1.

The conf's are set to 127.0.0.1 atm because I've tried both LAN and 127.0.0.1 and both produce the exact same effect.

Bump

Bumping since the old problem is fixed, and there's a new one (servers hate me...)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  03/08/12
  • Last Seen:  

Are you trying to make an online server or offline >?

If offline use : 127.0.0.1

if online use : 82.156.12.125

You can only use the ip in which you have the server configured on.

As you have said, and what the server is thinking... :

char_ip: 82.156.12.125 (is it an Online server??)

login_ip: 127.0.0.1 (is it an Offline server??)

You should either use the offline ip 127.0.0.1 or your online ip 82.156.12.125.

Im guessing you are setting an offline server as your connecting to the login but not the character,

Notice these :

login_ip : 127.0.0.1

this means its connecting to itself for the login server.

char_ip:82.156.12.125

this part is telling it to look somewhere else to get the character server, which to my knowledge it cant.

so change everything to 127.0.0.1 and you should be good to go.

Edited by Greed2k12
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...