• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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