Titans Tech 10.07.35 Season 6 connect problem
only me can connect to the server and only from the pc the server on it.
tr-yd from other network pc it get disconnected?
if it was port forward problem i would not be able to connect even from the server pc right?
im on router with loop back, may it be also full cone nat?
please help any 1 with similar problem...
:grr:
please any1 with knowledge that can help :)
Re: Titans Tech 10.07.35 Season 6 connect problem
just open port 555901 /44405 and check if its opened at Open Port Check Tool if its not then no one will be able to connect.
Re: Titans Tech 10.07.35 Season 6 connect problem
Quote:
Originally Posted by
pizdets2
only me can connect to the server and only from the pc the server on it.
tr-yd from other network pc it get disconnected?
if it was port forward problem i would not be able to connect even from the server pc right?
im on router with loop back, may it be also full cone nat?
please help any 1 with similar problem...
:grr:
please any1 with knowledge that can help :)
try this...
1st - remove or disable your loopback
2nd - make sure you allow in firewall (connectserver, gameserver and gameservercs)
3rd - allow ports (44405 for connectserver, 55901 for gameserver and 55919 for gameservercs) note: this is the commonly used ports
4th - do this on your HOST
go to C:\WINDOWS\system32\drivers\etc
then open HOST with notepad
put SERVER LAN IP then your GLOBAL IP
example:
server lan IP : 192.168.0.101
global IP : 111.111.111.111
Code:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
192.168.0.101 111.111.111.111
do it to other pc connecting to your server thru LAN
Re: Titans Tech 10.07.35 Season 6 connect problem
done
it was fixed by opening ports in windows firewall + router
and installing loop back adapter + noip duc.
also checked all setting and corrected.\
works great even got web - all stuff running great with latest update 10-07-65
also this solution seems now less complicated i will try reconfigure thru host.
try this...
1st - remove or disable your loopback
2nd - make sure you allow in firewall (connectserver, gameserver and gameservercs)
3rd - allow ports (44405 for connectserver, 55901 for gameserver and 55919 for gameservercs) note: this is the commonly used ports
4th - do this on your HOST
go to C:\WINDOWS\system32\drivers\etc
then open HOST with notepad
put SERVER LAN IP then your GLOBAL IP
example:
server lan IP : 192.168.0.101
global IP : 111.111.111.111
Code:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
192.168.0.101 111.111.111.111
do it to other pc connecting to your server thru LAN
thanks :)