Cuberite Forum
Solved: Can't connect to server - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Solved: Can't connect to server (/thread-2920.html)



Solved: Can't connect to server - dasarne - 03-08-2017

Hi,
cuberite is up and running, but mincraft on tablet doesn't like to connect.
What can I do? Cry

Yours
 Arne


I'm useing
  • latest ArchLinux 4.8.17-1-MANJARO #1 SMP PREEMPT Mon Jan 9 10:24:58 UTC 2017 x86_64 GNU/Linux
  • cuberite 1.9.4b658-1
  • mincraft 1.0.3
  • Android 6.0.1 / Lineageos 13.0
As netstat shows it is listening to 25565


Code:
# netstat -nlat | grep 25565
tcp        0      0 0.0.0.0:25565           0.0.0.0:*               LISTEN

I got no addition routes or iptables. if I sniff with tcpdump I got a connection attemp from my tablet:


Code:
# tcpdump -vv dst port 25565
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
21:50:28.108604 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 61)
    Mondrian.fritz.box.51863 > kellner.fritz.box.25565: [udp sum ok] UDP, length 33

But minecraft ends with "No connection to the world."


RE: Can't connect to server - xoft - 03-08-2017

Hello, welcome to the forum.

I'm a bit confused, are you trying to connect on the same machine, or using two different machines? Which OS corresponds to which machine?

First of all, Cuberite only works with regular Minecraft desktop clients - not the Console, or PE, or Win10 editions. No point in trying those.


RE: Can't connect to server - dasarne - 03-08-2017

Hi Xoft,

Quote:First of all, Cuberite only works with regular Minecraft desktop clients - not the Console, or PE, or Win10 editions. No point in trying those.

ok, thats the problem.
I tried to connect with the PE.

Thanks for the help!

Yours
 Arne