• 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 help with hosting

matthew4321

Mapper
Joined
Jan 19, 2011
Messages
91
Reaction score
4
i havea problem im useing tfs 1.2 others can connect to my server but i can`t i have tryed global ip and local ips thanks in advance
 
run > cmd > write: ipconfig
press enter
copy ipv4 (example: Adres IPv4. . . . . . . . . . . . . : 192.168.X.X)

Goto:
C:/Windows/system32/drivers/etc/hosts
Edit file with notepad and at end of file add your ipv4 and ip from config.lua.
Code:
# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost
192.168.X.X your.ip.from.config
Save file and try to login.
 
run > cmd > write: ipconfig
press enter
copy ipv4 (example: Adres IPv4. . . . . . . . . . . . . : 192.168.X.X)

Goto:
C:/Windows/system32/drivers/etc/hosts
Edit file with notepad and at end of file add your ipv4 and ip from config.lua.
Code:
# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost
192.168.X.X your.ip.from.config
Save file and try to login.
i cant find it im runin windows 10
 
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
# 192.168.2.2 11.111.111.111

is this correct?
 
Nope. Did you read my example?
Everything with # is ignored by file, it should be obvious when you see all stuff like info for you what to do.

Code:
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
192.168.2.2 11.111.111.111
 
Nope. Did you read my example?
Everything with # is ignored by file, it should be obvious when you see all stuff like info for you what to do.

Code:
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
192.168.2.2 11.111.111.111
ahhh ok gotcha
 
Nope. Did you read my example?
Everything with # is ignored by file, it should be obvious when you see all stuff like info for you what to do.

Code:
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
192.168.2.2 11.111.111.111
same problem just load character list then says server offline
 
I can help you on skype, will be faster.

#edit
This guy probably solved this and didn't write it.
Gosh i hate peoples like that. That's what pushing me to not help.
 
Last edited:
Back
Top