Jump to content
  • 0

[Error]: make_connection: connect failed (socket #2, code 10060)! (trying to use no-ip with a dynamic ip modem)


smgirl825

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  01/09/12
  • Last Seen:  

Basically I'm trying to do this on a setup with no ip. Also I have a regular old cable modem with a dynamic ip. And I get the error code in the topic name. All my conf files are set to the following when it comes to the ip address for things to connect to.

login_ip: realmro.no-ip.org
char_ip: realmro.no-ip.org

Using Hamachi now.

post-1387-0-74853700-1327016731_thumb.png

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   7
  • Joined:  11/07/15
  • Last Seen:  

Sorry for the necro reply, but wanted to add to this old post because I myself started getting the same error and not only found the cause, at lest for me, made a temporary fix as well. 

I was forced to rebuild 2 of my family's systems a few weeks ago where the CPU fried on two 9 year old I7 asus servers. These were the first I7 I got from employee program which the mb didn't have to great a safe guards and when windows booted the fan drivers for a cheap rgb card, fans stopped during a heatwave of all luck, including the cpu fan. Was the death of two good servers. Anyway, I replaced the motherboards with Gigabytes Z390 Master I7 which is an 8 core 8 thread cpu and imaged the server and os onto an nvme m2 drive. The server and OS speeds are phenomenal. 

Problem though, was sometimes after a reboot, Id get that open socket error. Spent hours trying to figure why it was happening when I decided to open a command window and do an ipconfig. The results that showed up gave me the answer immediately. I was so shocked, wanted to kick myself for not reading the huge motherboard manual. Had I done so, would have known what caused the error as well.

Problem wasn't with the server, it was being caused by my hardware. Many motherboards come with built in wifi. I use my own wifi cards as they are triple channel and faster than the single built in. Unfortunately, unlike ethernet connections when not used disable, built in Wi-Fi dont. Since I never bothered to make a static IP for the built in wifi, router gave it whatever number was free. This resulted in some reboots causing the rAthena server to connect to that wifi connection, but since nothing was assigned, did not know what to do with the connection which resulted in the open socket error. My quick fix was to disable that wifi as I had no antenna hooked to it. Later on I will assign a static router IP and port forward it which should also fix this error.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   1
  • Joined:  10/27/12
  • Last Seen:  

i have the same error :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   2
  • Joined:  08/30/13
  • Last Seen:  

I have the same error, solution?

 

It works properly without no ip.

 

but I needed this no ip, since my Ip adress keep on changing after a few minute (Dynamic IP from the ISP).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   31
  • Joined:  01/21/13
  • Last Seen:  

need too

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  181
  • Reputation:   0
  • Joined:  08/03/13
  • Last Seen:  

i  need the solution 2

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  10/16/13
  • Last Seen:  

yap.. me also

Link to comment
Share on other sites


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

my solution:

 

http://svn.code.sf.net/p/rathena/svn/trunk/conf/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: [YOUR COMPUTER IP (LAN)]
ex: login_ip: 192.168.1.2

// 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: [URL ADDRESS OR YOUR DYNAMIC PUBLIC IP]
ex: char_ip: fakepro.no-ip.org

 

http://svn.code.sf.net/p/rathena/svn/trunk/conf/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: [YOUR COMPUTER IP (LAN)]
ex: char_ip: 192.168.1.2

// 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: [URL ADDRESS OR YOUR DYNAMIC PUBLIC IP]
ex: map_ip: fakepro.no-ip.org

 

Note: everytime your dynamic ip reset you must restart your server and wait until DNS cache for other ISP to refresh (your new dynamic ip)

 

maybe set your subnet 0.0.0.0:0.0.0.0:0.0.0.0 will works too <- not tested

Edited by imblad3
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   12
  • Joined:  10/19/13
  • Last Seen:  

my solution:

 

http://svn.code.sf.net/p/rathena/svn/trunk/conf/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: [YOUR COMPUTER IP (LAN)]
ex: login_ip: 192.168.1.2

// 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: [URL ADDRESS OR YOUR DYNAMIC PUBLIC IP]
ex: char_ip: fakepro.no-ip.org

 

http://svn.code.sf.net/p/rathena/svn/trunk/conf/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: [YOUR COMPUTER IP (LAN)]
ex: char_ip: 192.168.1.2

// 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: [URL ADDRESS OR YOUR DYNAMIC PUBLIC IP]
ex: map_ip: fakepro.no-ip.org

 

Note: everytime your dynamic ip reset you must restart your server and wait until DNS cache for other ISP to refresh (your new dynamic ip)

 

maybe set your subnet 0.0.0.0:0.0.0.0:0.0.0.0 will works too <- not tested

yes.. this work but.. in offline mode... 

You should try this:

Open No-ip:

-Click File -> Preferences -> Click Detect my IP using remote method. Then Under "Detect my IP-----" Tick  "Use alternative IP detection"

-After the first step Click Refresh now button

-Then Log in your account on www.noip.com to check if it has the ip shown in your noip program.

Note: You should look your ip if it's the same ip used on noip program, by checking it by logging in to your router, and checking it on whatsmyip.org

This is based on my experience. :)

 

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