Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Question] Rejected (Yes, I read the thread)

Moo

Experienced Elementalist
Joined
Jun 17, 2007
Messages
208
Reaction score
11
Hello :)
I'm gonna try to be as clear as possible :)

THE INFO
External IP: 74.59.85.233
Internal IP: 10.0.1.136
Install path: H:\World's End\Ragnarok
THE REJECTION
When:
  • I start the xRayed client (Works!)
  • I choose my server {with the name in sclientinfo.xml} (Works!)
  • I log on with "ragnarok" (Works!)
  • I choose the eAthena thing (Works!)
  • It says please wait (for half a second)
  • Rejected from the server!
THE FILES
sclientinfo.xml:
Code:
<?xml version="1.0" encoding="euc-kr" ?> 
<clientinfo> 
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
     <display>Lazlo's Server</display>
     <desc>Lazlo's not working private server T.T lol</desc> 
[I]     <address>10.0.1.136</address> ([COLOR=Black]This is my local IP adress (in ipconfig))[/COLOR][/I]
     <port>6900</port>
     <version>20</version>
     <langtype>8</langtype>
     <registrationweb></registrationweb>
     <aid><admin></admin></aid>
  </connection>
</clientinfo>
char_athena.conf: (only the important (I guess) parts)
Code:
userid: ragnarok
passwd: ragnarok
login_ip:10.0.1.136
login_port: 6900
char_ip:10.0.1.136
char_port: 6121
login_athena.conf: (only the important (I guess) part)
Code:
login_port: 6900
map_athena.conf: (only the important (I guess) part)
Code:
userid: ragnarok
passwd: ragnarok
char_ip: 10.0.1.136
char_port: 6121
map_ip: 10.0.1.136
map_port: 5121
grf-files.txt: (only the important (I guess) part)
Code:
grf: H:\World's End\Ragnarok\data.grf
grf: H:\World's End\Ragnarok\sdata.grf
subnet_athena.conf:(only the important (I guess) parts)
Code:
subnet: 255.255.255.0:127.0.0.1:127.0.0.1
Well this is it... I read the "rejected..." thread, and made the changes, but it still doesn't work. Btw, I AM port forwarded, so no problem this way :)

If you want more info I didn't give, well ask me, I'll post :)

~Peace
 
Junior Spellweaver
Joined
Jun 24, 2007
Messages
136
Reaction score
1
First, make sure you have a wired internet connection. Then make a static LAN IP. Follow the instructions .

Now if you've already done that, make sure you've forwarded your ports. Select your router and then follow the guides on how to port forward.

And in your char_athena:

// Server Communication username and password.
userid: ragnarok
passwd: ragnarok

// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: You should not use spaces in the server name, or guild emblems won't work client-side!
server_name: YourRO

// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: YourRO

// 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: LAN IP/Internal IP

// 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: LAN IP/Internal IP

// Login Server Port
login_port: 6900

// Character Server IP
// The character server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
char_ip: WAN IP/External IP

// Character Server Port
char_port: 6121

login_athena

// The login 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: LAN IP/Internal IP

// Login Server Port
login_port: 6900

map_athena

// Interserver communication passwords, set in account.txt (or equiv.)
userid: ragnarok
passwd: ragnarok

// 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: LAN IP/Internal IP

// 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: LAN IP/Internal IP

// Character Server Port
char_port: 6121

// Map Server IP
// The map server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
map_ip: WAN IP/External IP

// Map Server Port
map_port: 5121

Again, be sure to have port forwarded, 5121, 6121 and 6900.

And about your External IP, if you have a dynamic IP (your IP changes everytime you reboot your PC), visit the guide in the sticky thread on how to set-up a NO-IP address.

Then in your subnet_antena:

subnet: 255.0.0.0:LAN IP/Internal IP:LAN IP/Internal IP

And lastly, in your sclientinfo, if you're connecting in your own server using the PC/Network where you're running the server, use this.

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>YourRO - Official</display>
<desc></desc>
<address>LAN IP/Internal IP</address>
<port>6900</port>
<version>20</version>
<langtype>8</langtype>
<registrationweb></registrationweb>
<aid>
</connection>
</clientinfo>

And your players that are connecting from other PCs/Network, should have the sclientinfo like this:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>LYourRO</display>
<desc></desc>
<address>WAN IP/External IP</address>
<port>6900</port>
<version>20</version>
<langtype>8</langtype>
<registrationweb></registrationweb>
<aid>
</connection>
</clientinfo>
 
Last edited:

Moo

Experienced Elementalist
Joined
Jun 17, 2007
Messages
208
Reaction score
11
Hmm... .Well something got different of course with your changes, because now it says "Connection to server closed" first, THEN "Rejected from server"... I also get in the command line this mistake:

[Status]: Connection of the account 'ragnarok' accepted.
[Status]: Char-server 'eAthena': authentication of the account 1 REFUSED (ip: 0.0.0.0).


Help me please :) Again... But thanks ALOT for the long answer =3
 
Junior Spellweaver
Joined
Jun 24, 2007
Messages
136
Reaction score
1
You're trying to connect the account ragnarok? LOL, don't. Just make another one.
 

Moo

Experienced Elementalist
Joined
Jun 17, 2007
Messages
208
Reaction score
11
Why? Well Imma try right away, I doubt I'll succeed... If anyhow it would work... I would be so happy!

EDIT: It didn't work. *I'm so gonna cry, I got nothing to do lol*
 
Junior Spellweaver
Joined
Jun 24, 2007
Messages
136
Reaction score
1
Well if you've followed every step in the mini-guide above and you've read the guide in the sticky thread, everything should go fine. Check and double-check everything.
 

Moo

Experienced Elementalist
Joined
Jun 17, 2007
Messages
208
Reaction score
11
I did. Mind PMing me your MSN? Would be easier... Thanks :)
 
Initiate Mage
Joined
Jan 13, 2007
Messages
84
Reaction score
0
u r really trying to join with another acc?
cuz i also thought that i couldnt join the server
but it was that i was trying the ragnarok acc ^^
after i jointed with another1 it did work
 
Initiate Mage
Joined
Apr 12, 2007
Messages
8
Reaction score
0
How do you even make other accounts? lol That probably sounds pretty newbish...
 
Joined
Dec 17, 2004
Messages
42
Reaction score
0
if you download the latest athena files, make sure you compile your map server to PACKET SERVER 7, to accept your connections and using the latest hex client.. ive also got this problem but already solve it.. the problem is i can go to account and charserver but the map server always reject me and doesnt want to accept my connection
 
Initiate Mage
Joined
Aug 28, 2013
Messages
25
Reaction score
0
Please help i cant connect to server!!!!

[Notice]: Authentication accepted (account: s1, id: 1, ip: 127.0.0.1)
[Status]: Connection of the char-server 'rAthena' accepted.
[Status]: Request for connection of virgen (ip: 127.0.0.1) version=45
[Notice]: Authentication accepted (account: virgen, id: 2, ip: 127.0.0.1)
[Status]: Connection of the account 'virgen' accepted.
[Info]: Closed connection from '127.0.0.1'.
[Status]: Char-server 'rAthena': authentication of the account 2 REFUSED (ip: 12
7.0.0.1).
 
Back
Top