• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Can't connect to game

ldcmleo

New Member
Joined
Jul 26, 2011
Messages
14
Reaction score
3
Location
Mexico
Well, I have problems connecting to my own server, it's strange because other people can connect, but I can not from the host PC. some details:

-I wrote the global ip in config.lua
-the ports 7171-7172 its ok (the pages like "canyouseeme" show its open!)
-i'm using tfs 1.2 and the server protocol is 10.98
-and I use the Ot Client 0.6.6

As I said, some friends tried and they can connect, while I have the global ip they can enter but I can't. i try to place in the host file of c> windows> system32> drivers> etc> host, my ipv4 and next to my global ip (since I do not have a domain), and it still does not work

It throws me the following errors:
enter with the ip 127.0.0.1 - enter to the list of characters then error 10060
enter with the ipv4 (the cmd> ipconfig) - enter to the list of characters then error 10060
enter with "localhost" - does not enter to the list of characters error 10061
enter with the global ip - does not enter to the list of characters error 10060
 
Okay, Open C:/Windows/System32/drivers/etc/hosts and you will have now to add some more lines it should look like this
Code:
# Copyright (c) 1993-2009 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

# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost

can you see this line ?
Code:
#    127.0.0.1       localhost
add after it this
Code:
#    localhost       (YOUR IPV4)
#    (YOUR IPV4)       (YOUR NORMAL IP) 
#    localhost       (YOUR NORMAL IP)
 
is that I thought the symbol was for comments jaja but idk, i try but doesn't work :( the same errors, ¿Could be the client?


Try with and without the # symbol
 
usually it should work whenever you have your global ip assigned in config.lua and you connect through 127.0.0.1
have you tested with normal 10.98 client or just otclient?
 
Back
Top