26 Replies
How are you connecting from the client?
If this is an error from the server then your minecraft server isn't running on that port
25565?
the server is running on port 25565
But can't connect using the tunnel
What cloudflared instance is that error from? The server side cloudflared or the client cloudflared?
client side
server
So client side you need
cloudflared access tcp --hostname mc.furycommunity.com --url localhost:9210
then from minecraft you add localhost:9210
as the serverI did that
this is what I get when I run
cloudflared access tcp --hostname mc.furycommunity.com --url localhost:9210
and try to connect to the server
This is what it says on serverside:
I don't know what it means by actively refused itIt means the connection to
<ip>:25565
was refused by the serverEven tho I did everything that guide said
Is there a way to fix this problem?
I'm trying to get around CG-NAT and this seemed to be the best way to do it
From the server side cloudflared, I would check if other services are able to access the minecraft server port
other services like what?
If possible can a minecraft client connect directly to it from localhost or use something like
nc
to check the portYes I'm connected to it now
On the server I have minecraft client up to check if the server is running
It works when I connect using localhost:25565
But when I use the cloudflared to test it
It won't work
Have you tried using localhost with cloudflared to connect?
localhost as in the config file?
Yeah
Yep did that
and then changed it to my ip
to see if it will work
Changed it back to localhost and it's working now!
All I had to do is update the config I think
ty bro
Sweet
one more question
The ping is very high, is there a way to fix that?
Not really. It all depends on how the ISPs route the traffic between Cloudflare
Is it possible to make the tunnel use cloudflare datacenter in EU instead of US if they have any there?
Cloudflared will automatically use the closest datacetners there are, depending on your IPSs routing.
Alright. Thank you guys