Jump to content
  • 0

rAthena only works locally


GodHarte

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   1
  • Joined:  08/03/13
  • Last Seen:  

hi! i want my friends to play my private server but it seems they can connect, how can i fix this?

 

the server works locally on my house with other computers, but my friends also wants to play on my server on their home. can you help me out with this?

 

i think the main solution here is how to setup the IP for them to connect to my server. my router is already port forwarded.

 

add me on yahoo messenger: [email protected]

Edited by euliesces
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Edit the client file /data/clientinfo.xml and add your WAN IP.

 

<address>112.206.**.***</address>
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   1
  • Joined:  08/03/13
  • Last Seen:  

Edit the client file /data/clientinfo.xml and add your WAN IP.

 

<address>112.206.**.***</address>

failed to connect server when i do that, heres my script kindly take  look, thank you for replying!

 

CHAR ATHENA

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

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

--------------------------------------------------------

MAP ATHENA

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

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

----------------------------------------------------------

SUBNET

// Subnet support file

// Format is:

// subnet: net-submask:char_ip:map_ip

// you can add more than one subnet 

subnet: 255.255.255.0:192.168.1.36:192.168.1.36

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