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!

No one can connect but me..

Experienced Elementalist
Joined
Jun 12, 2005
Messages
260
Reaction score
4
Okay, problem is that no one can connect but me (the hoster). I'm not using a router. Port are opened on both firewalls, and here's my config files:

Char_Athena:
Code:
// Login Server IP
//
// You should only need to set this if you are running behind a
// firewall or on a machine with multiple interfaces.  In that case,
// you need to specify the IP address you wish to export to the entire world.
//
login_ip:XXX.168.1.47 <--My lan ip

// Login Server Port
login_port: 6900

// Character Server IP
//
// You should only need to set this if you are running behind a
// firewall or on a machine with multiple interfaces.  In that case,
// you need to specify the IP address you wish to export to the entire world.
//
char_ip:roplusplus.no-ip.info

// Character Server Port
char_port: 6121

login_athena:
Code:
// Login Server IP
//
// You should only need to set this if you are running behind a
// firewall or on a machine with multiple interfaces.  In that case,
// you need to specify the IP address you wish to export to the entire world.
//
login_ip:XXX.168.1.47 <--My lan ip

// Login Server Port
login_port: 6900

map_athena:
Code:
// Character Server IP
//
// You should only need to set this if you are running behind a
// firewall or on a machine with multiple interfaces.  In that case,
// you need to specify the IP address you wish to export to the entire world.
//
char_ip:XXX.168.1.47 <---My lan ip

// Character Server Port
char_port: 6121

// Map Server IP
//
// You should only need to set this if you are running behind a
// firewall or on a machine with multiple interfaces.  In that case,
// you need to specify the IP address you wish to export to the entire world.
//
map_ip:roplusplus.no-ip.info

// Map Server Port
map_port: 5121

Lan_support:
Code:
// put here the LAN IP of your char-server
lan_char_ip: XXX.168.1.47 <---Lan ip

// put here the LAN IP of your map-server
lan_map_ip: XXX.168.1.47 <---Lan ip

// put here the Subnet mask of your LAN
subnet: XXX.168.1.0
subnetmask: 255.255.255.0

I've also tried it without no-ip (just a direct connection) and still nothing. I've also tried it without any firewall up.. Anyone have any suggestions on what to do?
 
Back
Top