[SOLVED]Connecting to VPS Server not found

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
AdrianN
Citizen
Posts: 73
Joined: Wed Mar 28, 2018 5:13 pm
Location: Lima

[SOLVED]Connecting to VPS Server not found

Post by AdrianN »

Hi,I've been trying to make my own private server, Searching in the forum I found this post

https://love2d.org/forums/viewtopic.php?t=83624

I use port 22122 and previously tested my code on a local server ,working fine
At the time of deployment I use ip '0.0.0.0' or '*' and my client cannot access

I enabled the port on my ubuntu server and I using gcloud and sock.lua lib.

Code: Select all

...
--Main.lua
Gamestate.switch(Servidor,8,25,"acuaris","0.0.0.0")
....
--Server.lua
self.server = Sock.newServer(ip_direccion,22122,max_jugadores)
...
I've installed love 11.2 in the server and ping my server previosly

Update : This is not a problem with love2d, I´m sorry for spam
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 143 guests