sammwyy / Lure

The true next-gen L7 minecraft proxy and load balancer. Built in Rust.
MIT License
132 stars 7 forks source link

It does not work on Linux #8

Open 0PandaDEV opened 10 months ago

0PandaDEV commented 10 months ago

I'm on an Ubuntu Server 23.10, and it does not work here. I compiled the rust code directly on my Linux server, and it also starts fine and everything, but it does not ping when I try to ping it in the server list in game the port is correct and when I try to join it does not say unknown host it says "Connection refused". There are also no logs in the console. image

sammwyy commented 10 months ago

I'll see that. I was just thinking of finishing the project with the last features that I have left, so I will take advantage of the opportunity.

0PandaDEV commented 10 months ago

Ok also how does IP forwarding work I tried a setup on my Windows pc, and it also did not work, but I enabled bungeecord on the backend server and when I tried to join it gave me this error

/127.0.0.1:55293 lost connection: If you wish to use IP forwarding, please enable it in your BungeeCord config as well!
0PandaDEV commented 7 months ago

Any updates?