Jump to content
  • 0

Players are unable to connect to my server


killer03

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/29/12
  • Last Seen:  

Okay after setting everything up i can connect just fine, but players trying to connect aren't able to. Running SQL and ports are all forwarded also running latest rathena trunk version

 

char

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

// 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: wan-ip

// Character Server Port
char_port: 6121

 

map

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

// 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: wan-ip

// Map Server Port
map_port: 5121

 

subnet

subnet: 255.0.0.0:127.0.0.1:127.0.0.1
subnet: 255.255.255.0:wan-ip:wan-ip

Edited by killer03
Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

The cant connect because the IP "127.0.0.1" is your local adress. Change it to your public adress. you can check here what it is -> http://whatismyipaddress.com/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/29/12
  • Last Seen:  

ive tried that but map and char cant connect to each other it just says connecting to wan but after a while it says connect failed socket#2, error 10060

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

You probably have to port forward the ports you are using to host your server.

 

If you have a router, you have to get access to your router page and there should be area for it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/29/12
  • Last Seen:  

ive done that already it says ports are forwarded and says that it can be reached

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

If possible, can you provide us with screenshots or text of your map_athena, char_athena, and login_athena?

 

Also a screenshot of your portforward page.

 

Make sure you blank out your s1/p1 user/password in those though.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/29/12
  • Last Seen:  

here you go

 

oJgbZTy.jpg

9wZ0g6h.jpg

PzzDSUx.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   21
  • Joined:  01/13/12
  • Last Seen:  

if you're  using a router is there more than 1 computer hooked up to it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/29/12
  • Last Seen:  

um right now only 1 connected to router is my ps3 all laptop including my desktop is running wireless. Using comcast given modem/router tg862

 

the 2nd option i have is to use hamachi but i dont want to use hamachi but if thats the only way to get players on then maybe but i would like to atleast try and find out if i can get players on. Weird i can host other games and player can join just not this. Maybe minecraft is a bit ezier :D

Edited by killer03
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   21
  • Joined:  01/13/12
  • Last Seen:  

It might be the client you're using. It may not be comparable. You might also want to check out your packet settings in your conf.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

I am not sure if the topic owner know that the most IPs are dynamic and change all 24h`?!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Um it could be that it's trying to connect to your MySQL Server ( if you are using SQL... ) but your MySQL server is not recognizing it.

You may also want to add them into your firewal exception / anti-virus.

 

map-server_sql.exe

char-server_sql.exe

login-server_sql.exe

 

When I launched those programs at first, it prompted me if I wanted to allow or deny the programs.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/29/12
  • Last Seen:  

I am not sure if the topic owner know that the most IPs are dynamic and change all 24h`?!

my ip hasnt changed and its been the same ever since i got my service

 

Um it could be that it's trying to connect to your MySQL Server ( if you are using SQL... ) but your MySQL server is not recognizing it.

You may also want to add them into your firewal exception / anti-virus.

 

map-server_sql.exe

char-server_sql.exe

login-server_sql.exe

 

When I launched those programs at first, it prompted me if I wanted to allow or deny the programs.

I've added those onto my firewall as well as allowed it when it first launches

 

It might be the client you're using. It may not be comparable. You might also want to check out your packet settings in your conf.

im using 20120410 and everything is was set and recompiled

 

the weird thing is that even tho my ip doesnt change i cant use it, but what i had to do which i didn't want to was to use no-ip but like my ip it works for a bit then after that it stops

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