Originally posted by IDontbreak
dns PLus.
Although it cant connect because of port 53 being busy.
Maybe thats the source of our program?
and i dont have a fkn clue how u can check for what port a program uses.......
For what its worth you can check which processes are listening to the port.
On Windows, go start and type CMD in the search box and press enter.
Type in the following netstat command:
netstat -o -n -a | findstr 0.0:53.
You should then get a message back like:
TCP 0.0.0.0:53 0.0.0.0:0 LISTENING
8704
The last column shows which process is listening on the port.
Hope I helped!
Added: open task manager (CTRL + ALT + DEL) and look at the PID number on the processes, one of the numbers will match the numbers shown in the reply, this is the process on the port