NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
dismay
Feb 08, 2022Aspirant
RBR50 Port forwarding not working
Hi, I'm trying to set up an minecraft server for me and my friends at school and i need to port forward port number 25565, but it doesnt work. My router from ISP is in bridge mode, im not using D...
dismay
Feb 08, 2022Aspirant
I also tried on my windows computer, i didnt want to make these rules for firewall so i disabled the firewall and the port is still closed, also i updated the rule on orbi to my pc IP.
CrimpOn
Feb 08, 2022Guru - Experienced User
(I am running out of ideas.....)
The port being reported "Closed" rather than "Stealth" would seem to indicate that the connection got passed through the router to the computer on the LAN and then rather than simply disappearing, was reported "Closed".
Thoughts:
- Is the MInecraft server actually listening on port 25565?
On Windows, I use a tool called TCPView by Sysinternals
https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview
This program displays every process on the computer that is active on TCP or UDP and what state it is in.
(Be prepared for a shock when you see how much is "going on" in the background.)
If the Minecraft Server is actively listening for connections, there should be a process listening on port 25565.
There may be a similar tool for MacOS. - Is there something special about a Minecraft connection? Does the connection packet have to include some parmeter or value?
(I'm sure there is probably a login of some type, but that comes after a connection is established.) - Can the connection be captured? On Windows, I use Wireshark to capture every packet that flows through the ethernet adapter. I would expect to see that connection attempt on port 25565. (There is also Wireshark for MacOS if you are more comfortable with that platform.)
- What about capturing using the router? On the debug page, Orbi has an option to Enable LAN/WAN Packet Capture. After starting the capture, try the connection attempt (or use Gibson), then Save the debug file. It produces a zip file and inside there are two pcap files: lan.pcap and wan.pcap. I use Wireshark to open them. On the LAN capture, there should be a packet from the internet directed to the Minecraft Server as well as a packet from the Minecraft server closing the connection.
If packets get to the Minecraft server computer, then I think it is not the router.
Articles on the web seem to indicate that setting up a Minecraft server is "so easy." Doesn't look so easy to me.
- dismayFeb 08, 2022Aspirant
Didnt want to wake up the family by turning the PC on and checking does the minecraft server works, i will try tomorrow. But i found this in logs tab in orbi admin panel. When i look if the port is closed or not this shows up in logs.
[LAN access from remote] from 198.199.98.246:34723 to 192.168.1.6:25565, Wednesday, February 09, 2022 00:05:351
- CrimpOnFeb 08, 2022Guru - Experienced User
Cool. I did not think to look in the logs. Looks like the router is forwarding packets correctly and the issue is with the server.
(You have saved me more investigation. My next step was to Forward a port to my PC, start up packet capture, then attempt to connect and "see what happens".
- dismayFeb 09, 2022Aspirant
. IT FINALLY WORKED
dont know how because didnt make any changes to the router just installed wireshark on my mac, but its working. Thank you very much, i have been struggling with this for so long. also sorry for my bad english but im 12 years old and hope that doesnt bodder you. i run and succesfully joined the server on my macbook at 10fps by using my public IP so my friend will be able to also join. wireshark shows that the port is forwarded from 25565 to my local port or somethink. thank you so much again. but the port checker is showing that the port 25565 is "OPEN!" in red so i dont think its good, but for now its working.
Thank you again,
Have a nice day.
- CrimpOnFeb 09, 2022Guru - Experienced User
Congratulations! We have people on the forum claiming to be "IT Techs" who could not do nearly as well as you have.
Open (in Red) is meant to be a warning. Within minutes of a port being forwarded through the router, bots will discover it and begin to probe. I usually test forwarding issues by forwarding port 80 to my Pi-hole server. Within less than five minutes there will be connections from all over the internet. (Once I have accomplished the task, I remove the forward.)
So, people will recognize that port 25565 is a Minecraft server and will begin to attempt to break into it. The Orbi log file will fill up with connections. With thousands of people hosting Minecraft, I would expect that it is more "secure" than many servers. For example, plain FTP sends the user name and password across the internet in plain text. And, a lot of people set up servers with really stupid user names and passwords.
Open is like saying, "The side door to your house is open." As long as there is a huge guard dog just inside and there is nothing to steal or break in that part of the house, one might say, "so what?"
Good Luck
- dismayFeb 09, 2022AspirantOk, thank you again.
As you said the logs are filling up. I’m not sure to be worried about the port being in red, do you know how to make it green? I’m also seeing and [DoS Attack] in logs not sure is it the same thing as ddos. But definitely not wanting to be ddosed.
Thank you