• 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!

Ports and ips

Fifflaren

Art of Conquest
Joined
Dec 11, 2018
Messages
154
Solutions
1
Reaction score
50
Im gonna start this post off by saying idk if this is where I should put this but if its wrong Ima try to be better next time..

Ok so my problem is really weird I have googled the whole night for solutions but I havent found anyone with the same problem. I opened my ports and tested them on multiple porttesting websites, so Im 100% sure they are open. So everything looks fine until now but this is were it gets a little strange. I can connect to the website and the server using my local IPV4, I tested my local ipv4:80 and that worked out but ipv4:79 didnt work so in my knowledge that tells me once again that the port is indeed open, but I cant use my IP, my WAM IP the ip you get on "whatsmyip.com". Like I dont know if I explained this properly or understandable but tha problem is basicly that it seems like my WAM IP cant get information from my local ip where the ports are open.

Like if you have any idea on whats up I would be so damn graeteful thanks in advance @otlandcommunity ^^
 
Solution
S
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...
you can connect using 192.168.1.228 or 188.151.70.65 as i remember ( using ipv4 is recommended its super fast )
Like I just tested with the 188.151.70.65 but I didnt even get to the charlist, with the local 192.168.1.228 I got to charlist but Im stuck at connecting to the game world. please wait.
 
Like I just tested with the 188.151.70.65 but I didnt even get to the charlist, with the local 192.168.1.228 I got to charlist but Im stuck at connecting to the game world. please wait.
Idk if you saw what me and the other guy talked about but I cant even access my website using my pc, I had to turn off wifi and use my mobile data to access it using my phone :p
 
Idk if you saw what me and the other guy talked about but I cant even access my website using my pc, I had to turn off wifi and use my mobile data to access it using my phone :p
i understand because i had the same issue ages ago ,you should be able to use the site now too
 
# 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
localhost 192.168.1.228 # should be localhost:192.168.1.228
localhost 192.168.1.228 # should be localhost:188.151.70.65
yes

Like that?
 
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
localhost 192.168.1.228
192.168.1.228 188.151.70.65
use this one and restart the server please.
 
Solution
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
localhost 192.168.1.228
192.168.1.228 188.151.70.65
use this one and restart the server please.

fck I cant get past char is being loaded thing :(
 
then remove the last line you didn't restart the OT after the config.lua changes last time, try to remove the last line and make another restart and try again
Just to make sure,
192.168.1.228 188.151.70.65
thats the line I should have removed, still got the same problem when removed and saved as admin + restart, like dude you dont understand how much you are helping me tho. Like you made people being able to connect again I just gotta say thank you again
Post automatically merged:

Like last time I did an ot it was just to portforward and I was set, Idk what happened now :I
Post automatically merged:

then remove the last line you didn't restart the OT after the config.lua changes last time, try to remove the last line and make another restart and try again
Well if you find anyone who may know tell me :p
 
Last edited:
Omg solved this after alot of testing here it is. I had connected the domain QuestWorlds.hopto.org to my public ip so I added my local IPV4 to hosts with the domain and then now everything is working. Cant understand how it didnt work before when I used the public ip...

192.168.1.228 questworlds.hopto.org In hosts

Thank you everyone who helped.
Post automatically merged:
 
Back
Top