PDA

View Full Version : How do I check what ports a game uses?


Eddie_Perez
2004-01-17, 03:10 AM
Tell me! Don't talk d3v, or I'll kill you!

Demosthenes
2004-01-17, 08:01 AM
You could go into dos and type "netstat -n" without the quotation marks.

D3V
2004-01-17, 11:44 AM
http://www.martijnjongen.com/eng/html/portnumbers.htm Be more specific on the game, heres a list of progs and their ports, I'm not sure if netstat -n will do what your looking for, but it will display allof the ports.

Demosthenes
2004-01-17, 11:53 AM
well...u can check a lot more ports here

http://www.iana.org/assignments/port-numbers

but you will be able 2 tell what port a game is using with netstat.

It shows you the IP in this form xxx.xxx.xxx.xxx:yyyy

the y's will be the port number...all u have 2 do is find the IP you're connected to for the game.