I'm in a CGNAT?
Hello! I'm trying to open the 25565 port but is being a nightmare. I allowed traffic in the firewall using PoweShell
New-NetFirewallRule -DisplayName "Minecraft Server" -Direction Inbound -LocalPort 25565 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Minecraft Server" -Direction Inbound -LocalPort 25565 -Protocol UDP -Action Allow
New-NetFirewallRule -DisplayName "Minecraft Server" -Direction Outbound -LocalPort 25565 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Minecraft Server" -Direction Outbound -LocalPort 25565 -Protocol UDP -Action Allow
And did the Port Forwarding. Still, when I check it at https://www.portchecktool.com (whit the server running) I get "Connection refused" I learn hours later and thanks to this server that some ISP uses CGNAT but I don't know if I'm the range of one.
WAN IP: 100.127.0.0/17
I did something wrong on the Port Forwarding/Firewall or I have to call my ISP?
New-NetFirewallRule -DisplayName "Minecraft Server" -Direction Inbound -LocalPort 25565 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Minecraft Server" -Direction Inbound -LocalPort 25565 -Protocol UDP -Action Allow
New-NetFirewallRule -DisplayName "Minecraft Server" -Direction Outbound -LocalPort 25565 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Minecraft Server" -Direction Outbound -LocalPort 25565 -Protocol UDP -Action Allow
And did the Port Forwarding. Still, when I check it at https://www.portchecktool.com (whit the server running) I get "Connection refused" I learn hours later and thanks to this server that some ISP uses CGNAT but I don't know if I'm the range of one.
WAN IP: 100.127.0.0/17
I did something wrong on the Port Forwarding/Firewall or I have to call my ISP?
