Jump to content
  • 0

Can not login to server


Question

Posted (edited)

post-1639-0-09127600-1328462945_thumb.png

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: 192.168.1.100 // My LAN ip

.

.

.

/ 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: 101.99.53.52 // My Wan IP

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: 192.168.1.100 // My LAN ip

.

.

.

// 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: 101.99.53.52 // My Wan IP

Please help me!

Edited by choidk

Recommended Posts

Posted

this problem is caused by your sql files log..

u dont have log in your sql..

so..

follow these step: (MySQL)

1.open your sql query browser

2.go to file > open script

3.go to your server file/sql-files

4.search for logs.sql

5.click it.

6.execute it.

done

if with sql in phpmyadmin

1.go to import

2.choose file

3.follow the same as MySQL Query Browser

4.click go

5.done

  • Upvote 1
Posted (edited)

omg. i cant login

check in your char.conf

search for this

chars_per_account : 0

change it into

chars_per_account : 9 // or any number u want

not work T_T

post-1639-0-72392100-1328504528_thumb.png

Edited by choidk
Posted (edited) · Hidden by Vietlubu, February 6, 2012 - hides the post
Hidden by Vietlubu, February 6, 2012 - hides the post

In your clientinfo.xml make sure the IP is set to 127.0.0.1

T_T.set to 127.0.0.1 can play online?

Edited by choidk
Posted (edited)

In your clientinfo.xml make sure the IP is set to 127.0.0.1

set to 127.0.0.1 i can login but client cant login

i try set to my wan ip for client but is not work

Edited by choidk
Posted

Hi choidk,

For your char_athena.conf, I would recommend the following settings...

login_ip: 127.0.0.1
char_ip: <domain>.no-ip.com

And as for the map_athena.conf,

char_ip: 127.0.0.1
map_ip: <domain>.no-ip.com

Make sure that you have enabled port forwarding on ports 6900, 6121, 5121 for your LAN IP: 192.168.1.100. Then in your clientinfo.xml, use the <domain>.no-ip.com hostname for your clients to connect.

Posted

i cant T_T

char_athena.conf

login_ip: 192.168.1.111 //my LAN ip
login_port: 6900


char_ip: 101.99.53.52 //my wan ip
char_port: 6121


map_athena.conf

char_ip: 192.168.1.111 //my LAN ip
char_port: 6121

map_ip: 101.99.53.52 //my wan ip
map_port: 5121

subnet_athena.conf

subnet: 255.0.0.0:101.99.53.52:101.99.53.52
subnet: 255.255.255.0:192.168.1.111:192.168.1.111
subnet: 255.0.0.0:127.0.0.1:127.0.0.1

clientinfo.xml send other player

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
  <display>SERVER NAME</display>
  <balloon>HOVER BALLOON</balloon>
  <desc>DESCRIPTION</desc>
  <address>101.99.53.52</address>
  <port>6900</port>
  <version>25</version>
  <langtype>1</langtype>
  <registrationweb></registrationweb>
  <aid>
	 <admin></admin>
  </aid>
  </connection>
</clientinfo>

Posted

you can try if the client is the problem or the connection.

just start the server, start the client. put in your login and watch if the server gets a request for the login. if not, your client doesnt arrive the server and you have to look if:

all of your ports are open

you are connecting to the correct ip (maybe no read of clientinf.xml?)

your server is listening to the correct ips.

i check that with wpe when i have problems. start wpe, start ragnarok exe, mount the ragexere.exe to wpe and push the start button. then put in your login and klick connect. stop wpe and watch what the destination ip is. if it is not yours. you have a problem with your client.

greetings

Tepoo

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...