Mincraft tunnel troubble

What is the name of the domain?

mc.carterreynolds.me

What is the error number?

no error number

What is the issue you’re encountering

I am running a local host. This host has successfully placed four other websites under sub domains. I have this fith subdomain that is theoreticallt connected to my minecraft server, but doesn’t connect.

What steps have you taken to resolve the issue?

I have looked up many forums to see how other people are connecting their Minecraft servers, and all of them have a public IP address and do port forwarding. I am using a private tunnel due to not having a public IP address or having the power to mess with the router here. The server is running. I can connect to it locally. It’s just that the domain I have set up doesn’t work to be able to connect from wherever. There are no logs from Cloudflare when I try to connect to the server, and the logs on Minecraft state that it couldn’t ever make a connection to the server.

What feature, service or problem is this related to?

I don’t know

What are the steps to reproduce the issue?

This happens consistently. Install the tunnel software on the host. Create your tunnel. connect websites/ in my case, a server.

Below is the local host information: This is the only site/connection that doesn’t work.

3) Minecraft Java server on port 25565

Below are the Minecraft logs:
[22:37:21] [Render thread/INFO]:Connecting to mc.carterreynolds.me, 25565[22:37:42] [Server Connector #4/ERROR]:Couldn’t connect to serverio.netty.channel.AbstractChannel$AnnotatedConnectException: Connection timed out: no further information: mc.carterreynolds.me/104.26.11.188:25565
Caused by: java.net.ConnectException: Connection timed out: no further information
at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
at sun.nio.ch.Net.pollConnectNow(Unknown Source) ~[?:?]
at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) ~[?:?]
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.82.Final.jar:?]
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.82.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.82.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.82.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.82.Final.jar:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.82.Final.jar:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.82.Final.jar:?]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.82.Final.jar:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]

Screenshot of the error

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.