• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Port Forwarding?

lorpo

Mapper/Scripter
Joined
Dec 20, 2008
Messages
17
Reaction score
0
Hi guys,
I've set up my OT (9.10 TFS):
- XAMP installed
- Database (root myPhpAdmin) installed
- No-Ip account made

Now, when I put in my IP in the config.lua file with '127.0.0.1' the server is playable... By myself..
These are the important config.lua inputs I made:

-- Connection Config
ip = "127.0.0.1"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
adminProtocolPort = 7171
statusProtocolPort = 7171

-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "*******"
mysqlDatabase = "PVPLicious"
mysqlPort = 3306

-- SQL
sqlType = "MySQL"
passwordType = "plain"

With this, the server works.. But when I change my IP (127.0.0.1) to my public IP (IP Chicken - Whats my IP address? ip address lookup) the server stops working...
So, the use of No-Ip is zero here... This is probably because of my port forwarding.. I've opened my routers ports (7171/7172/8000) (router = LinkSys WRT54GL).. Or I thought I did.. But when I go to the website 'http://canyouseeme.org/' it says, my ports aren't open.. So is there anyone who knows how to open them decently? I made a static IP address first, and filled it in in the port forwarding section..

Or is there any free tool, which is working constantly? Since I'm getting desperate.. I've been trying for 3 days long to open them already...

Thanks in advance!
Lorpo
 
Back
Top