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

Opening ports

Zoolek

Member
Joined
Jul 3, 2017
Messages
93
Solutions
1
Reaction score
11
Im doing something wrong? or?
I want to open tibia ports gameplay/webside


1583604239881.png
 

Attachments

That's all you will need.
Now you'll have to allow those ports through Windows Firewall/Router's Firewall and if you have any internet security which might be blocking them.
 
Windows firewall advanced security -> add new out bound and inbound rules for ports 7171, 7172 and possibly your website port as well
 
c:\windows\system32\drivers\etc\hosts

Add

192.168.1.103 kosmos.net.pl

or whatever your IP is.

Make sure your config.lua is correctly configured "ip = "kosmos.net.pl"

Keep your windows Firewall off for now until you get it working, just incase.

And also, restart server/client every time you try out new solutions, this is very important, maybe you found the solution but because of it you didn't notice.
 
Kosmos net pl is old... im testing new things on windows on my own pc
@Zulfix ye it was but it doesnt help

$config['site_url'] = "176.221.121.104";
$config['sqlHost'] = '176.221.121.104';
'status_ip' => '176.221.121.104',
'status_port' => "7171",
'ip' => '176.221.121.104',
 
What IP are you connecting with?
Add this to your hosts file as well:
Code:
192.168.1.103 127.0.0.1
 
Do ctrl +r and type in cmd. Type ipconfig and get your IP address (or use whatismyip website). Make sure the config.lua shows the same up as whatismyip
 
Kosmos net pl is old... im testing new things on windows on my own pc
@Zulfix ye it was but it doesnt help

$config['site_url'] = "176.221.121.104";
$config['sqlHost'] = '176.221.121.104';
'status_ip' => '176.221.121.104',
'status_port' => "7171",
'ip' => '176.221.121.104',
After doing all steps you need to restart your server.
And if you want to login from your pc use this ip: 192.168.1.103
 
Cant login into the game using ip 176.221.121.104
and my webside doesnt work while using 176.221.121.104

when i use 127.0.0.1 all works =/
 
Cant login into the game using ip 176.221.121.104
and my webside doesnt work while using 176.221.121.104

when i use 127.0.0.1 all works =/
Bro if u are going to login from your pc ( the same pc which have server on it ) use this ip to login and to open website 192.168.1.103 and if someone else not on the same network with you, he should use this ip 176.221.121.104
 
theres a "bindonlyglobalIP" or something similar in config.lua, that solved all my issues with ports.
if its enabled, try disabling and vice versa
 
Since you can't access either the website or server with the IP, there is something blocking it.
Either in the rotuers interface or firewall.
 
Last edited:
Your ISP is blocking these ports (or you simply has no public ip), you are from poland as I see so thats common. Contact your ISP.
 
Last edited:
I fcked something up
I have problem now with created accounts/characters on webside
server doesnt see it =/


Edit, nvm i just changed encryptionType in config to sha1
and it works
 
Last edited:
Back
Top