UDP port scanner

jadams

2[H]4U
Joined
Mar 14, 2010
Messages
4,086
All the scanners I can find are for TCP. The one I can find is producing sketchy results, says every UDP port in the range i ask it to scan is open. This cant be.
 
A game server I'm running connects through UDP ports and people cant connect over the internet, however I can connect through the LAN. First thought that came to mind is port forwarding. But nowhere can I test if a UDP port is open. Maybe VZ blocks incoming UDP ports?
 
You could see if your router is the issue by doing this:

Game server -> Router -> (another network switch, crossover cable, or auto-sensing NIC port) -> Another computer.

Assign your WAN port on your router to a static IP of 1.1.1.1/255.255.255.0. Assign the other computer a static ip of 1.1.1.2/255.255.255.0. On the other computer try to connect to your game server at 1.1.1.1. That way you'll be testing if traffic is going through your router and you take the ISP out of the mix.
 
Very true, I've done that before. Shoulda thought of that. Thanks!
 
Back
Top