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

Solved Portforwarding 7171 doesnt seem to work.

brendan2

Sensation black
Joined
Feb 19, 2009
Messages
507
Reaction score
1
I did everything to try and fix the problem it does not seem to want to open port 7171.

Turned off both firewalls on router and pc.
Checked to see what router ip i was using.
Went to router page portforwarded 7171 tcp-udp
does not work...
Put it outside dmz restarted router.
Did not work...
Restarted comp and router...
Did not work..

I dont no what else to try :/
Port 80 works but not 7171
 
Last edited:
If port 80 works then i don't see the problem why would 7171 not work.
In some cases ISP blocks ports, which i doubt they do it to you.


Make sure you got right configurations in config.lua

When you've portforwaded 80, and 7171 same options.

Go to Open Port Check Tool

And see if both ports are seen by the website.

Post back what you got from both 80 and 7171 ports.


Regards.
 
I just upgraded to windows 7
but everythings in check and should work...
Config lua is fine...
Port 80 is fine....
Port 7171 is not
port 7172 is not
I portforwarded it correctly
tibia 7171 tcp-udp 7171
I no it should work... but it doesnt>.>
 
on some ots like some of the TFS there is a section in config.lua called connection config.

PHP:
-- Connection Config
	ip = "127.0.0.1"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the Forgotten Server!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = "no"
	serverName = "Forgotten"
	loginMessage = "Welcome to the Forgotten Server!"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"
thats an example of one, make sure all the settings there are correct. thats the only other thing i can think of at the moment.

~Rexy~
 
why does everyone think i forgot stupid things like changing connection in config.

ip = "76.115.174.145"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10

i did everything right.. how do i no cause i had it up for months before changing to windows 7 people dont seem to understand.
I dont have server running .3.6 forgottenserver when checking ports and checked it with it running
 
He already said he tried it with firewalls off.

As in most routers probably port 80 is in the standard list and port 7171 needs to be made manually.
I'd say receck if you've done it 100% correct, i've had the same problem when helping someone to port forward (router wasnt on portforward.com) that I didn't quite knew how his router took the settings.
By checking the manual i've got an complete configuration example that i could use.

If your 100% sure yours is right it might indeed be the ISP blocking the port.
Make a call to them and ask.
 
Maybe a stupid question but is your local ip still the same?

Go to start>{type cmd}>ipconfig and check if the ip that rolls out is still the same as the one you port forwarded.

If it is still the same i'd say its a firewall problem, not alot more left.
 
Yes its still and people need to stop asking the same questions when i answered them on the front page. Derrr is ur firewall on derrr
 
If you want support from others, stop being like that... nobody is gonna help you if you keep talking like that, if someone asked question that already has been asked, tell them nicely.. -.-
 
Back
Top