Xicutioner
New Member
- Joined
- Apr 29, 2018
- Messages
- 2
- Reaction score
- 0
So I have been trying to get it so my friend could log onto my server. I finally got it to work but when i tried to log on after it started giving a connection error. What i changed was in the config.lua i changed the ip to my global IP and he was able to connect. When i have it set to my local it only lets me log in and not him. I have both 7172 7171 both opened but not 80. Any help would be appreciated.
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "myip"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "myip"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0