Jump to content
  • 0

Client not connecting; what am I doing wrong?


Question

Posted

The client fails to connect, and is not even registering an attempt at logging in on PuTTy. My confs and a screenshot is below with my clientinfo.xml and data.ini. If anyone could point out what I'm doing wrong, I'd be very grateful.

 

Thank you for your time.

 

char_athena

// Server Communication username and password.
userid: AllegRO
passwd: xxxxxxxxx

// 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: AllegRO

// 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: 111.67.18.116

// 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: 111.67.18.116

// Character Server Port
char_port: 6121

 

map_athena

userid: AllegRO
passwd: xxxxxxxxxxxxx

// 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: 111.67.18.116

// 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: 111.67.18.116

// Map Server Port
map_port: 5121

 

subnet_athena

subnet: 255.0.0.0:127.0.0.1:127.0.0.1

 

clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>AllegRO</display>
      <balloon>Welcome</balloon>
      <desc>Welcome</desc>
      <address>111.67.18.116</address>
      <port>6900</port>
      <version>26</version>
      <langtype>1</langtype>
      <registrationweb></registrationweb>
        <aid>
            <admin>2000000</admin>
        </aid>
        <loading>
            <image>loadingscreen01.jpg</image>
        </loading>
   </connection>
</clientinfo>

 

 

Putty and client:

post-3674-0-57202400-1361862383_thumb.jpg

 

post-3674-0-57202400-1361862383_thumb.jpg

2 answers to this question

Recommended Posts

Posted (edited)

The server is hosted on a remote VPS.

 

Adding the 127.0.0.1 didn't do anything, but thank you for taking the time to reply, especially since you're apparently from my heart. :P

 

The problem was that there was a firewall running. If anyone is having this issue, PM me and I will tell you what worked for me.

 

Mystery solved!

Edited by Boogiepop
Posted (edited)

clieninfo.xml 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>AllegRO</display>
      <balloon>Welcome</balloon>
      <desc>Welcome</desc>
      <address>127.0.0.1</address> <<add this to if using host server
      <address>111.67.18.116</address>
      <port>6900</port>
      <version>26</version>
      <langtype>1</langtype>
      <registrationweb></registrationweb>
        <aid>
            <admin>2000000</admin>
        </aid>
        <loading>
            <image>loadingscreen01.jpg</image>
        </loading>
   </connection>
</clientinfo>
Edited by killd5pairs
  • Upvote 1

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