Live Game server issues
Posted: Sun Jul 10, 2011 11:06 am
L2J Revision 4720:
L2JDP Revision 8128:
OS Server 2008
Issue: Unable to connect using Wan ip.
Ipconfig file
Server config file
Login Config file
Router= actiontec pk500 Fowarded port 2106 and port 7777
Using simple static IP program
Using No-ip program
Fire wall disabled on server box
I am unable to connect from the external IP (wan) No login or Gameserver connection. I am able to connect thru my lan ip on all my computers to my server box. Ive even tryed turning on DMZ Hosting option in my router. Spent the last few days using search and reading topics on some similar issues but nothing has worked so far. Im at my wits end trying to figure out why i am unable to connect using Wan. If anyone could give me some help or even point me to a "topic" i might have missed during my searching i would really appreciate it.
L2JDP Revision 8128:
OS Server 2008
Issue: Unable to connect using Wan ip.
Ipconfig file
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="71.33.24.251" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="192.168.0.0/24" address="192.168.0.232" /></gameserver>
Code: Select all
# Where's the Login server this gameserver should connect to# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: 127.0.0.1LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases.# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)GameserverHostname = 0.0.0.0 # Default: 7777GameserverPort = 7777
Code: Select all
# Bind ip of the LoginServer, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginserverHostname = * # Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014
Using simple static IP program
Using No-ip program
Fire wall disabled on server box
I am unable to connect from the external IP (wan) No login or Gameserver connection. I am able to connect thru my lan ip on all my computers to my server box. Ive even tryed turning on DMZ Hosting option in my router. Spent the last few days using search and reading topics on some similar issues but nothing has worked so far. Im at my wits end trying to figure out why i am unable to connect using Wan. If anyone could give me some help or even point me to a "topic" i might have missed during my searching i would really appreciate it.