Jump to content
  • 0

Make friends to connect my private server


Echoes

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   5
  • Joined:  03/30/13
  • Last Seen:  

I know there have been plenty of threads about this topic, have read a couple of them and read plenty of guides but with no luck making my server reachable by my friends.

My server is for testing purposes so I think the least I modify the least chance of getting errors.

 

Well.. on topic, this is my configuration:

 

[spoiler=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: 127.0.0.1
login_ip: LAN IP

// 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: 127.0.0.1
char_ip: WAN IP

// Character Server Port
char_port: 6121 

 

[spoiler=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: 127.0.0.1
char_ip: LAN IP

// 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: 127.0.0.1
map_ip: WAN IP

// Map Server Port
map_port: 5121 

 

[spoiler=subnet_athena.conf]

// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet (max 16)
// check is if((net-submask & char_ip ) == (net-submask & servip)) => ok

//subnet: 255.0.0.0:127.0.0.1:127.0.0.1
subnet: 255.255.255.0:WAN IP:WAN IP 

The comments are just to not write on the original line of text.

 

Also port forwarded the range 5121-6900 on TCP.

http://www.canyouseeme.org/results:

Success: I can see your service on WAN IP on port (5121)

Success: I can see your service on WAN IP on port (6121)

Success: I can see your service on WAN IP on port (6900)

 

My friends are getting the 'Failed to Connect to Server' message after waiting like 5 seconds on their executables. My kRO Folder is the same as theirs, since I passed it to them, same .exe, same everything.

 

[spoiler=clientinfo.xml]

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<servicetype>korea</servicetype>
	<servertype>sakray</servertype>
	<connection>
		<display>Servidor de Pruebas</display>
		<desc>Ragnarok</desc>
		<balloon>¡Prueba de Scripts!</balloon>
		<address>WAN IP</address>
		<port>6900</port>
		<version>45</version>
		<langtype>0</langtype>
		<registrationweb></registrationweb>
		<aid>
			<admin></admin>
			<yellow></yellow>
		</aid>
	</connection>
</clientinfo> 

 

There is no message on mapserv/charserv/logserv when they try to login.

 

Hope you guys can help me with this problem c:

Edited by Echoes
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   5
  • Joined:  03/30/13
  • Last Seen:  

It has to be something with static IP? Though my IP doesn't change that often, I've done everything on every page with the ways they troubleshoot it with no success...

Darn, hate hamachi to start using it again :/

 

 

EDIT:

 

The game was using the clientinfo.xml from the Data folder.. not the one from the .grf...

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