• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Port scanning my machine

pcm81

Senior member
I have a Raspberry Pi running at home. The Pi is behind a network router, WAN port of which is connected to cable modem.

I have my SSH port forwarded from the router to Raspberry Pi (SSH server is not running on router, just the PI). I can successfully SSH into raspberry pi, I can create SSH tunnel and even run VNC from my cellphone or laptop which are on holels wifi network 1000 miles away from home.

The interesting thing is: if I try to portscan my home's outside IP from a cellphone (tried hotels wifi and 3g), I see port 53 open on my home IP, but I do not see any other ports open. I am scanning ports 1-100 and the SSH port is in that range and is not #53. What is going on there? Why does my port scan not show my open ssh port on the router?

Just trying to learn, so don't be afraid to hit me with information overload.

Thanks
 
Try a different scanner. Some scanner scans too fast and the machine being scanned does not have enough time to respond and the scanner will think the port is closed.

port 53 is usually for DNS, check again if it's open.
 
Try a different scanner. Some scanner scans too fast and the machine being scanned does not have enough time to respond and the scanner will think the port is closed.

port 53 is usually for DNS, check again if it's open.


You hit the nail on the head. Needed a scanner with bigger timeout. Now I see the open ports.
 
Back
Top