Jump to content
  • 0

[Error]: make_connection: connect failed


Dust87

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/28/14
  • Last Seen:  

Well before begning to make my report, just know RED = My Server WAN IP , GEEN = My server Log (like s1 p1 but whith modifications) and Black is My SQL user with GRANT Access on the "ragnarok" db.


There are my errors:

Error.jpg.12c17d70ade90f10b4922a3bafbd5328.jpg

 

and there are my files at this moment:

 

Spoiler

58da53f15076b_Error2.thumb.jpg.a1aa6b7678bb947bf2273761ffe0142b.jpg58da53f98197e_Error3.thumb.jpg.84bc5e18f447986a32eae0d2c94de1dc.jpg

I've tried many things and the only thing I "succeed" was when the server has all the WAN IPs commented. At this moment the server allow me to Log in with my user and password, but kick me out instant withe message:

"Closed connection drom (IP)"

My core.h have this:

//#define PACKET_OBFUSCATION

And my mmo.h:

#ifndef PACKETVER
    #define PACKETVER 20151104
    //#define PACKETVER 20120410
#endif

I'm on it this 8:00 AM then I come here again to have some help! Thanks!

PS: My login, map and Char server don't make more errors than this.

I don't think that is a client side problem because we are making a data tranfer from a server to another, and we were able to connect the first server with the new client (and then we remplaced the server IP for the new one in the clientinfo)

 

 

Edited by Dust87
Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1536
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

try reboot your server. seems like the port has been used

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

15 minutes ago, Dust87 said:

Well before begning to make my report, just know RED = My Server WAN IP , GEEN = My server Log (like s1 p1 but whith modifications) and Black is My SQL user with GRANT Access on the "ragnarok" db.


There are my errors:

Error.jpg.12c17d70ade90f10b4922a3bafbd5328.jpg

 

and there are my files at this moment:

 

  Hide contents

58da53f15076b_Error2.thumb.jpg.a1aa6b7678bb947bf2273761ffe0142b.jpg58da53f98197e_Error3.thumb.jpg.84bc5e18f447986a32eae0d2c94de1dc.jpg

I've tried many things and the only thing I "succeed" was when the server has all the WAN IPs commented. At this moment the server allow me to Log in with my user and password, but kick me out instant withe message:

"Closed connection drom (IP)"

My core.h have this:

//#define PACKET_OBFUSCATION

And my mmo.h:

#ifndef PACKETVER
    #define PACKETVER 20151104
    //#define PACKETVER 20120410
#endif

I'm on it this 8:00 AM then I come here again to have some help! Thanks!

PS: My login, map and Char server don't make more errors than this.

I don't think that is a client side problem because we are making a data tranfer from a server to another, and we were able to connect the first server with the new client (and then we remplaced the server IP for the new one in the clientinfo)

 

 

also check ip tables, firewall 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/28/14
  • Last Seen:  

11 minutes ago, Chaos92 said:

try reboot your server. seems like the port has been used

 

5 minutes ago, Cyro said:

also check ip tables, firewall 



Thank for your answers could you tell me how you can tell that? ^^

I'm a little bit curious.

Since I'm not the owner of the server I will have to wait him for that. If anyone have another Idea, just tell me and I'll try that ^^

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1536
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

3 minutes ago, Dust87 said:

 



Thank for your answers could you tell me how you can tell that? ^^

I'm a little bit curious.

Since I'm not the owner of the server I will have to wait him for that. If anyone have another Idea, just tell me and I'll try that ^^

seems like server is listening to port 5121 only.

thats mean before this maybe the owner didnt kill process for char server and login server before start it back

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

You can type "reboot" in console to reboot the machine with root privileges, 

 

You can search command based om your machine os to check iptables and firewalls. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/28/14
  • Last Seen:  

1 hour ago, Chaos92 said:

seems like server is listening to port 5121 only.

thats mean before this maybe the owner didnt kill process for char server and login server before start it back

 

1 hour ago, Cyro said:

You can type "reboot" in console to reboot the machine with root privileges, 

 

You can search command based om your machine os to check iptables and firewalls. 


Well, I've tried to "reboot" my section of the server but doesn't seem to work... Same problem.

(We have a server with 4 sections on it, but i'm the only one suposed to use this ports)

Edited by Dust87
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

Done checking firewalls? 

And also recheck your access details 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/28/14
  • Last Seen:  

14 minutes ago, Cyro said:

Done checking firewalls? 

And also recheck your access details 

The Firewall is all Openned. I think the problem come frop the Server, not from the VM tha I use. Then I should wait the administrator :/

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

I do wish you guys would use the import files instead of changing the main config files.

/ag

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/28/14
  • Last Seen:  

20 hours ago, Cyro said:

Done checking firewalls? 

And also recheck your access details 

All Check same problem :/

 

 

16 hours ago, Akkarin said:

I do wish you guys would use the import files instead of changing the main config files.

/ag

What do you mean by that. because didn't explain anithing. You just say "I do wich" but don't give me any clue of what you're speaking about

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

there is no clue to find whats causing the issue! there is only one thing i can understand that the ports being used

PS:-

import  which akkarin is talking about is a system which is used for rathena to connect mysql and char,map,login servers without modifying main confi files which is safe, you must read documentation before you speak like that with who is trying to help you,

Edited by Cyro
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  04/28/14
  • Last Seen:  

57 minutes ago, Cyro said:

there is no clue to find whats causing the issue! there is only one thing i can understand that the ports being used

PS:-

import  which akkarin is talking about is a system which is used for rathena to connect mysql and char,map,login servers without modifying main confi files which is safe, you must read documentation before you speak like that with who is trying to help you,

Well, for the port we "find" the problem but can't resolve it. Don't know why on the main machine when we oppen the ports, they are instant closed.

And for your "PS" I don't wanna speak "bad", english isn't my main language then I use the word I know to speak ^^'

Edited by Dust87
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...