So I have set up my server for the past couple days, I can connect using 127.0.0.1 on the same computer as the server but I want to be able to connect over LAN and WAN. If i try to connect over LAN i get "Failed to connect to server right after i select the server.
Im pretty sure my config's are fine and everything. But here they are.
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: 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:
// 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: 205.250.XXX.XXX
// Character Server Port
char_port: 6121
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: 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: 205.250.XXX.XXX
// Map Server Port
map_port: 5121
subnet_athena.conf
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet
subnet: 255.255.255.0:205.250.XXX.XXX:205.250.XXX.XXX
I cant even connect over WAN yet but ill tackle that problem when i get LAN to connect.
I am using this hexed client 2012-06-05aRagexeRE.exe.patched (which does connect if its on the same computer and i use the loopback IP in all the conf and the client info).
Question
Metra
So I have set up my server for the past couple days, I can connect using 127.0.0.1 on the same computer as the server but I want to be able to connect over LAN and WAN. If i try to connect over LAN i get "Failed to connect to server right after i select the server.
Im pretty sure my config's are fine and everything. But here they are.
char_athena.conf
map_athena.conf
subnet_athena.conf
clientinfo.xml
I cant even connect over WAN yet but ill tackle that problem when i get LAN to connect.
I am using this hexed client 2012-06-05aRagexeRE.exe.patched (which does connect if its on the same computer and i use the loopback IP in all the conf and the client info).
mmo.h snippet
ipconfig (Server)
Heres what the server says when i try to connect over LAN:
then my client gets "Failed to connect to server" Shortly after.
Any assistance would be much obliged.
Edited by Metra4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.