I want to use my and friends ipad to play minecraft on a LAN.For that I have set up Ubuntu 24 on a raspberry pi. I am using the server.jar file from the minecraft website. I start the server with:java -Xmx4096M -Xms4096M -jar server.jar nogui
In the server.properties file I entered the IP of Ubuntu in my LAN: 192.168.178.53.In my router fritzBox I set up a port forwarding for port 25565.
On my ipad at server I entered the IP of the Ubuntu server 92.168.178.53 and port 25565.But at 'ping' is a red dot and whwn I connect to the server I got the message:'no connection to the world'.
What could be the reason for this?