Need help with setup/ server [unreachable ping 999]

Everything having to do with OpenMW's TES3MP branch.
Post Reply
XanDarWolf
Posts: 1
Joined: 03 Jan 2021, 20:51

Need help with setup/ server [unreachable ping 999]

Post by XanDarWolf »

Hello All,

Problem: Players are not able to connect to my server, the server is unreachable.

I am not sure what I am doing incorrectly to start a server and I have spent enough time trying to figure it out that I recognize the need for guidance.

I have followed various getting started guides to the T but no dice.

Below are the files that I am aware of for this setup.

Any Help would be much appreciated.

tes3mp-server-default.cfg

[General]
# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses
localAddress = 0.0.0.0
port = 25565
maximumPlayers = 64
hostname = Castle SoulPlane
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
logLevel = 0
password =

[Plugins]
home = ./server
plugins = serverCore.lua

[MasterServer]
enabled = true
address = master.tes3mp.com
port = 25561
rate = 10000


tes3mp-client-default.cfg

[General]
destinationAddress = localhost
port = 25565
password =
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
logLevel = 1

[Master]
address = master.tes3mp.com
port = 25561

[Chat]
# Use https://wiki.libsdl.org/SDL_Keycode to find the correct key codes when rebinding
#
# For chatting
keySay = Y
# For enabling or disabling the chat window
keyChatMode = F2
x = 0
y = 0
w = 390
h = 250
# How long the message will be displayed in hidden mode
delay = 5.0


I have xfinity internet and I have set up port forwarding for the following
Port Number
80
Protocol
TCP
Port Number
1119
Protocol
TCP/UDP
Port Number
6120
Protocol
UDP
Port Number
25560
Protocol
TCP/UDP
Port Number
25561
Protocol
TCP/UDP
Port Number
25565
Protocol
TCP/UDP
davidcernat
Posts: 256
Joined: 19 Jul 2016, 01:02

Re: Need help with setup/ server [unreachable ping 999]

Post by davidcernat »

Can you confirm that tes3mp-server.exe is fully allowed in your Windows firewall?
Post Reply