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

port 80

Homeslice

-anoyn/Rage the Mage
Joined
May 9, 2010
Messages
112
Solutions
2
Reaction score
66
Location
Canada
I have D-link Router DIR-628, and i logged in and port forwarded my ip to port 80 or whatever.
Thing is i know my router is not blocking port 80 which is needed to run otserver. i even ran it as DMZ and it didnt work so. I have also checked all my firewall settings and port 80 isnt blocked there.
So where is it being blocked so far the only reason i can think of is my ISP blocked it.
So how can i get around this? Like somehow set it to use port 8080 instead of 80.
thanks in advance, i've been stuck at this part for 2 weeks now :(
 
otserv using port 80? didnt know, maybe you mean the website.....and you can change the port to 8090 on xampp/apache/conf/httpd

open with notepad

control+b and look for "Listen 80" without the " and change it to "Listen 8090"

then look for "ServerName localhost:80" and change it to "ServerName localhost:8090" then restart xamp services and test , ur localhost should be localhost:8090 instead of just localhost
 
Did you also forward ports 7171, 7172 and 3306? Did you forward it to the right local IP? I doubt you ISP blocks you from using port 80, but if you must you can get around it by using 8080 or 8090 like alramo said above.
 
@leftwing yes, i unblocked those on my router/firewall

@alramo i did what you said but my friend still couldnt login, heres what it i changed them too
#Listen 0.0.0.0:80
#Listen [::]:80
Listen 8090

# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:8090

also on my server config i have.

-- Connection Config
ip = "208.114.138.195"

would i have to edit this since i made it localhost:8090?
-- MySQL
mysqlHost = "localhost"



and would my friend have to login using 208.114.138.195:8090 or just 208.114.138.195 ( my external ip )


Many questions sorry but thanks :D
 
Back
Top