Jump to content
  • 0

Failed to Connect to Server 20130807


Stupeflix

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

Hello. Could someone help me. I already searches all the info about this kind of error here in rathena, even in hercules i already went there. But still I can't connect to my server.

 

 

My References for this error:

 

I already did what Asura's answer to Xiaofu's post

 

Hi xiaofu,

Please go to this site; http://whatismyip.com

Then use this IP to replace all the 'login_ip', 'char_ip', and 'map_ip' values. After this is done; make sure that you have the port correctly forwarded for your home computer. If you have not done this yet, you may go to this following site to find out how to do this for your router; http://portforward.com/

 

but this what happen when I did that solution.

 

char_athena.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: 125.60.156.162

// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Login Server Port
login_port: 6900

// 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: 125.60.156.162

// Character Server Port
char_port: 6121

 

map_athena.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: 125.60.156.162

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Character Server Port
char_port: 6121

// 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: 125.60.156.162

// Map Server Port
map_port: 5121

 

QNtN41m.png

 

 

Here some screenshots

 

.Bm0TK8V.png

 

76KNh1r.png

 

LVVGNkZ.png

 

I use 20120410 ragexe from JUDAS

I use data folder Fluffle Puff's Post

 

Here is my clientxml

<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>InnodreamsRO</display>
<balloon>the balloon</balloon>
<desc>description</desc>
<address>192.168.1.143</address>
<port>6900</port>
<version>45</version>
<langtype>0</langtype>
<registrationweb>flux.domain.com</registrationweb>
<aid>
                    <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
            <admin>2000003</admin>
            <admin>2000004</admin>
            <admin>2000005</admin>
            <admin>2000006</admin>
            <admin>2000007</admin>
</aid>
<loading>
<image>loadingscreen01.jpg</image>
            <image>loadingscreen02.jpg</image>
            <image>loadingscreen03.jpg</image>
            <image>loadingscreen04.jpg</image>
            <image>loadingscreen05.jpg</image>
            <image>loadingscreen06.jpg</image>
            <image>loadingscreen07.jpg</image>
            <image>loadingscreen08.jpg</image>
            <image>loadingscreen09.jpg</image>
</loading>
</connection>
</clientinfo>

here is my mmo.h

#ifndef PACKETVER
    #define PACKETVER 20130807
    //#define PACKETVER 20120410
#endif

Here is my packet_db.txt

packet_db_ver: 45
packet_keys_use: default

here is my char_athena.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: 192.168.1.143

// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Login Server Port
login_port: 6900

// 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: 125.60.156.162

// Character Server Port
char_port: 6121

here is my map_athena.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: 125.60.156.162

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Character Server Port
char_port: 6121

// 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: 125.60.156.162

// Map Server Port
map_port: 5121

I already did the portforwading guide, here is the screenshot

 

4abSYwv.png

 

 

 

 

and LAST i'm using the latest GIT from rathena

 

But ALL OF IT STILL NOT CONNECTING TO THE SERVER.. I do a lot of searches but i still can't fix my problem.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

First of all, the IPs of your .conf files does not match...

Secondly, uncomment the bind-ip and configure them.

Thirdly, are you trying to run it in a VPS or on your own PC?
If it's on your own PC, an offline server, try to change the IP to the one in ipconfig.
 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

 

First of all, the IPs of your .conf files does not match...

Secondly, uncomment the bind-ip and configure them.

Thirdly, are you trying to run it in a VPS or on your own PC?

If it's on your own PC, an offline server, try to change the IP to the one in ipconfig.

 

Yes sir, I'm trying with an offline server for testing and modification.

192.168.1.143 was my local IP address.I got it in ipconfig.

 

 

so in this case. I will remove // on bind_ip?

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Yes, and configure it with your IP too.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

 

Yes, and configure it with your IP too.

 

char_athena.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: 192.168.1.143

// The character server listens on the interface with this IP address.

// NOTE: This allows you to run multiple servers on multiple interfaces

// while using the same ports for each server.

bind_ip: 192.168.1.143

// Login Server Port

login_port: 6900

// 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: 125.60.156.162

// Character Server Port

char_port: 6121

 

map_athena.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: 192.168.1.143

// The map server listens on the interface with this IP address.

// NOTE: This allows you to run multiple servers on multiple interfaces

// while using the same ports for each server.

bind_ip: 192.168.1.143

// Character Server Port

char_port: 6121

// 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: 125.60.156.162

// Map Server Port

map_port: 5121

 

Still the same sir. :(

 

1AGQwRv.png

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Did you configure your clientinfo.xml to match the new IP?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

Did you configure your clientinfo.xml to match the new IP?

^this

also, maybe you forgot to compile?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

So you want only a test server offline? why don't you use 127.0.0.1 local host IP?

Edited by Azeroth
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

Please call your ISP to open all of your port.  :meow:


So you want only a test server offline? why don't you use 127.0.0.1 local host IP?

 

Hes might be want to host a server and let their friends to be able to play too...  /ic

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

Yeah because he say he wants only to use offline so local host, if you want to be online with your friends you need to PORT FORWARD/.

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...