Page 3 of 3

Re: Dynamic IP's, NO-IP

Posted: Wed Oct 20, 2010 1:24 pm
by _DS_
Settings for external hostname ok. Check what server can access internet (route, firewall) and ports correctly forwarded. You have login on the same host as gs ?

Re: Dynamic IP's, NO-IP

Posted: Wed Oct 20, 2010 8:44 pm
by LiquidIce
Nope, still cannot connect.
This is how the ipconfig looks like:

Code: Select all

 <?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="liquidice.dyndns.org">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->    <define subnet="192.168.0.0/16" address="192.168.1.129" /></gameserver> 

Re: Dynamic IP's, NO-IP

Posted: Wed Oct 20, 2010 9:17 pm
by _DS_
I was not able to connect to liquidice.dyndns.org port 2106 (loginserver) so you obviously has wrong port forwarding (or server not started).

Re: Dynamic IP's, NO-IP

Posted: Wed Oct 20, 2010 9:56 pm
by LiquidIce
I put Liquidice.dyndns.org to not give out my real dns. i'll pm you the original one. Server is always online.

Re: Dynamic IP's, NO-IP

Posted: Wed Oct 20, 2010 10:07 pm
by _DS_
Ok, i was able to connect to port 2106 of your server so login is online and accessible. But port 7777 does not answer.

Re: Dynamic IP's, NO-IP

Posted: Wed Oct 20, 2010 10:16 pm
by LiquidIce
I delete the port and added it again, try it now?

Re: Dynamic IP's, NO-IP

Posted: Wed Oct 20, 2010 10:37 pm
by _DS_
Still nothing. Are you have GS running on the same host as LS ? Port 7777 in server.properties ?

Re: Dynamic IP's, NO-IP

Posted: Wed Oct 20, 2010 10:46 pm
by LiquidIce
Server.config:

Code: Select all

LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases.# Default: * (0.0.0.0)GameserverHostname = 127.0.0.1 # Default: 7777GameserverPort = 7777 
Loginserver config:

Code: Select all

# Bind ip of the LoginServer, use * to bind on all available IPs# Default: *LoginserverHostname = * # Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# Default: *LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014

Re: Dynamic IP's, NO-IP

Posted: Thu Oct 21, 2010 12:48 am
by _DS_
LiquidIce wrote: # Bind address for gameserver. You should not need to change it in most cases.
# Default: * (0.0.0.0)
GameserverHostname = 127.0.0.1
 
LOL ? For what purpose you change default settings ?

Re: Dynamic IP's, NO-IP

Posted: Thu Oct 21, 2010 12:53 am
by LiquidIce
Oh wow.... Works now...Thanks so much for the help DS