Jump to content
  • 0

Another Rejected from Server


Jeriko

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  07/07/13
  • Last Seen:  

Heyo all,

 

Trying to get a private server up and running, but having a lot of difficulty getting past a rejected from server error. From what I understand, everything seems to be in order, but as a noob, I'm sure I'm missing something somewhere. Below are screenshots of my server, conf files, packet_db.txt, mmo.h, clientinfo.xml and the like. If you've got any input, it would be much appreciated.
 

q27b.png
 
6mz.png
 
1a93.png
 
ny0p.png
Further info, I am using the 2010-07-07a RagexeRE and rAthena 17435.
 

 

Again, if any help could be offered, I'd greatly appreciate it. If anyone has any other questions, please fire away. Thanks much.

Edited by Jeriko
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   61
  • Joined:  09/01/12
  • Last Seen:  

btw it's going to be short tutorial after i saw your ss there /panic

 

first you need to register to dns service and you may do dns host to your ip.

you can register dns service for free at no-ip.com

 

you need to change some configuration there on 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: 127.0.0.1 <--- this should be your lan ip it will look like 192.168.x.x

// 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 <-- remove the // and change this into your lan ip, it will look like 192.168.x.x

// 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 <-- this should be your dns host name you register at no-ip.com it will look like yourdnsname.no-ip.org 

change your 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: 127.0.0.1 <-- remove the // and change this into your lan ip, it will look like 192.168.x.x 

change your 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: 127.0.0.1 <--- this should be your lan ip it will look like 192.168.x.x

// 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 <-- remove the // and change this into your lan ip, it will look like 192.168.x.x

// 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 <-- this should be your dns host name you register at no-ip.com it will look like yourdnsname.no-ip.org  

change your subnet_athena

subnet: 255.0.0.0:127.0.0.1:127.0.0.1 <-- this should look like this subnet: 255.255.255.0:192.168.x.x:192.168.x.x

you may check your lan ip and subnet mask by run cmd and type ipconfig

search for this:

 

IPv4 Address. . . . . . . . . . . : 192.168.1.2 <--- this your lan ip which is i write 192.168.x.x
Subnet Mask . . . . . . . . . . . : 255.255.255.0<-- this your subnet mask

 

and change your clientinfo.xml

 

<address>127.0.0.1</address> <--- change this into <address>yourdnsname.no-ip.org</address>

 

and for the last thing you need is port fowarding your port for this point it will be different for many people because we are using diferent kind of modem. you may check on this site. make sure you find your modem brand.

 

after you do port forwarding you may check whether your port open or not at canyouseeme.org.

 

that's all i wish you good luck for your private server.

Edited by cassiel
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  07/07/13
  • Last Seen:  

Awesome. Thank you much. I've implemented the above changes, but port forwarding might take me a bit longer. Got to see if I can buy a router today. I live on a university campus, and my internet is provided through the university, so I'm not entirely certain how well port forwarding will go.

 

It seems that even after acquiring a router and doing the port forwarding, the ports aren't completely open somehow. I'm contacting my ISP at the university, hopefully they can forward the ports, or give me permission to do so.

Edited by Jeriko
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   61
  • Joined:  09/01/12
  • Last Seen:  

glad it help :)

 

about open ports, have you check your firewall setting?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

Packet @ conf not match to your mmo.h and EXE Client.

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