Page 2 of 3
Re: Dynamic IP's, NO-IP
Posted: Fri Oct 15, 2010 4:53 am
by oldmago
hise I like the friend but no IP and no delivery
can be connected to a LAN only server can
connect the server when I add the x.dyndns.org not deliver an IP and can not connect to server
Re: Dynamic IP's, NO-IP
Posted: Fri Oct 15, 2010 5:07 pm
by LiquidIce
Ok, thanks guys, ill try it. Sorry for annoying.
Re: Dynamic IP's, NO-IP
Posted: Mon Oct 18, 2010 7:10 pm
by LiquidIce
Ok, so, i did as i was told and now i see the server ping at 9999 but its up. I still cannot get past server selection.
Re: Dynamic IP's, NO-IP
Posted: Mon Oct 18, 2010 8:38 pm
by _DS_
Are you forwarded port 7777 ?
Re: Dynamic IP's, NO-IP
Posted: Mon Oct 18, 2010 9:17 pm
by LiquidIce
7777. 2106.9014
Those are the forwarded ports
Re: Dynamic IP's, NO-IP
Posted: Tue Oct 19, 2010 2:10 am
by tukune
LiquidIce wrote:7777. 2106.9014
Those are the forwarded ports
Why forward 9014 ?
Try "tracert X.dyndns.org".
and try online portscan.
Re: Dynamic IP's, NO-IP
Posted: Tue Oct 19, 2010 10:21 am
by LiquidIce
tukune wrote:LiquidIce wrote:7777. 2106.9014
Those are the forwarded ports
Why forward 9014 ?
Try "tracert X.dyndns.org".
and try online portscan.
Try what?? o.o
Well, i made a brand new server, from 0%, with the default ipconfig.xml and i still cannot connect.
Re: Dynamic IP's, NO-IP
Posted: Wed Oct 20, 2010 11:50 am
by LiquidIce
Bump
Re: Dynamic IP's, NO-IP
Posted: Wed Oct 20, 2010 12:05 pm
by _DS_
Post your ipconfig and describe problem in details. From where you cant connect - localhost, lan, external.
Re: Dynamic IP's, NO-IP
Posted: Wed Oct 20, 2010 12:34 pm
by LiquidIce
Ok, let me explain.
Here is the config:
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="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.1.131" /></gameserver>
The DNS for players to connect is liquidice.dyndns.org.
The server pc is located on LAN ip: 192.168.1.129
The router is 192.168.1.1
My pc (where i want to connect from LAN) is ip: 192.168.1.131
Ok, so, i can't connect.
If I connect from the server pc (.129), it says ping is 209 but i still cannot get past server selection screen.
If i connect form my pc (.131), says ping is 9999 but server status is Normal, still cannot get past server selection.
Players now, for some reason, also get ping 9999 and cannot connect, before they could and had no problems.
Re: Dynamic IP's, NO-IP
Posted: Wed Oct 20, 2010 12:47 pm
by _DS_
Why you use 192.168.1.131 (client) instead of 192.168.1.129 (server) ?
Re: Dynamic IP's, NO-IP
Posted: Wed Oct 20, 2010 12:54 pm
by LiquidIce
What?
Im trying to connect from 131. I dont understand what you mean.
Re: Dynamic IP's, NO-IP
Posted: Wed Oct 20, 2010 1:09 pm
by jurchiks
he means this:
<define subnet="192.168.0.0/16" address="192.168.1.131" />
should be this:
<define subnet="192.168.0.0/16" address="192.168.1.129" />
Re: Dynamic IP's, NO-IP
Posted: Wed Oct 20, 2010 1:16 pm
by LiquidIce
Ok, and does that fix the issue players also have from connecting from the dns? Because for some reason, they now have also 9999ping.
Re: Dynamic IP's, NO-IP
Posted: Wed Oct 20, 2010 1:24 pm
by jurchiks
dunno about that, maybe some wrong port forwarding or wrong settings elsewhere, but the ipconfig looks fine.