Jump to content
  • 0

help me, to connect my other client to my server


harhar

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  09/18/12
  • Last Seen:  

hello guys..my other pc cant connect to my server, but when im going to play in server its is running.

i think there is a problem in privileges in sql?? somebody give me a advice??

my topology

post-7873-0-94117600-1348034546_thumb.png

Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  88
  • Reputation:   0
  • Joined:  08/25/12
  • Last Seen:  

can you post your conf char and map? also your clientinfo

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  09/18/12
  • Last Seen:  

// Athena Character configuration file.
// Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference.
// Server Communication username and password.
userid: username
passwd: password
// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces or any of these characters which are not allowed in
//	   Windows filenames \/:*?"<>|
//	   ... or else guild emblems won't work client-side!
server_name: thorharharRO
// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: Server
// 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: 112.207.240.248

//--------------------------------------------------------------
//rAthena Map-Server Configuration File
//--------------------------------------------------------------
// Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference.
//--------------------------------------------------------------
//					 Configuration Info
//--------------------------------------------------------------
// Interserver communication passwords, set in account.txt (or equiv.)
userid: username
passwd: password
// 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: 112.207.240.248
// Map Server Port
map_port: 5121

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
  <display>thorharharRO</display>
  <balloon>none</balloon>
  <desc>description</desc>
  <address>127.0.0.1</address>
  <port>6900</port>
  <version>26</version>
  <langtype>1</langtype>
  <registrationweb>flux.domain.com</registrationweb>
    <aid>
		  <admin>2000000</admin>
  <admin>2000001</admin>
  <admin>2000002</admin>
    </aid>
    <loading>
	    <image>loadingscreen01.jpg</image>
    </loading>
  </connection>
</clientinfo>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

char_ip: 112.207.240.248

map_ip: 112.207.240.248

Are you making them Online (all people from all over the world can play there) or LAN?

also

<address>127.0.0.1</address>

is this the clientinfo.xml that PC0 and PC1 use? if so, change it to:

-If your server is online (people from all over the world can play there), change to your WAN IP

-If your server is a LAN-only server, then assign the LAN address to your both Computer and Router. then, change the 127.0.0.1 to your computer's LAN IP

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  09/18/12
  • Last Seen:  

char_ip: 112.207.240.248

map_ip: 112.207.240.248

Are you making them Online (all people from all over the world can play there) or LAN?

also

<address>127.0.0.1</address>

is this the clientinfo.xml that PC0 and PC1 use? if so, change it to:

-If your server is online (people from all over the world can play there), change to your WAN IP

-If your server is a LAN-only server, then assign the LAN address to your both Computer and Router. then, change the 127.0.0.1 to your computer's LAN IP

ok now....tnx dude.....problem solve

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

you're welcome. glad I could help you.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  09/18/12
  • Last Seen:  

you're welcome. glad I could help you.

dude...i have a question. iwant my friend join me to the server using his computer, what kind of config to use???

myserver(home)<<<<<<<<<<<<<(internet)<<<<<<<<<<<<<<(friend PC)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

You are using your PC as your server?

Athena char server file config

login_ip = your.computer's.WAN.IP
Char_ip =127.0.0.1

Change the value of address in clientinfo to your WAN IP

Your WAN IP: www.whatismyip.com

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  09/18/12
  • Last Seen:  

You are using your PC as your server?

Athena char server file config

login_ip = your.computer's.WAN.IP
Char_ip =127.0.0.1

Change the value of address in clientinfo to your WAN IP

Your WAN IP: www.whatismyip.com

how about map_athena??and subnet_athena config??? im going to change my char_ip??to localhost ip??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

on char_athena.conf:

login_ip: 127.0.0.1

char_ip: your.wan.ip.address

on map_athena.conf:

char_ip: 127.0.0.1

map_ip: your.wan.ip.address

it works on me.

hmm, here

on: char_athena.conf

login_ip: 127.0.0.1
char_ip: your wan IP

on: map_athena.conf:

char_ip: 127.0.0.1
map_ip: your wan ip

I don't play with subnet_athena.conf. it works for me.

FYI, my subnet_athena.conf:

subnet: 255.0.0.0:127.0.0.1:127.0.0.1

wow, sorry for the double post..

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