Please help me forward my ports
As you can see on the screenshots, I opened the port 25565 and forwarded it to my PC's local IP. After this I get my IP from whatismyIP websites, gave it to my friend etc but when they try to connect through it, nothing shows up on the server logs.
What am I missing please ?
5 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by unecomplette#0
What ISP do you use? Check if you're behind a CGNAT
!cgnat
We may have bad news for you :C
Open your router's configuration interface. Somewhere you'll see something like 'external' or 'public' IP.
If your external IP is in one of the following ranges, you're basically screwed as long as portforwards go:
- 10.0.0.0/8
- 172.16.0.0/20
- 192.168.0.0/16
- 100.64.0.0/10
- any IPv6 address/range - This shouldn't be a problem, but Minecraft's IPv6 support is still rather quirky. You're at your own but we're happy if you share your experience.
You should ask your ISP for a public and IPv4 address (but this may cost you money).
NB: your internal IP should and most probably will be in one of the first three ranges, don't mix them up
Admincraft Canned Responses
If yes then you can do two things.
(1) Use an IPv6 address
(2) Buy a small server and use wireguard to route all traffic through it (Will affect latency as all traffic will go to the VPS first and then to the computer at your house)
https://www.youtube.com/watch?v=9tDeh9mutmI&t=520s
Selfhosted Pro
YouTube
Using Wireguard and a VPS to Bypass ISP Port Blocking and Hide Your...
Welcome to Selfhosted Pro! In this video I'm going to be going over a way to use Wireguard to get around ISPs blocking your ports. Another benefit is this is a great way to hide your public IP without relying on Cloudflare.
All links to download and a full write-up are available on my moderator’s blog:
https://wickedyoda.com/using-wireguard-an...
I figured out I have cg-nat 😐
I'll try using IPv6 haha, thanks