tcpip socket

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
My pc can not get an ip from a dhcp server. When I try config /renew
command, it said "an operation was attempled on something that is not a
socket". At startup, an error message said "Can not listen on port 6515,
make no other applications are listening on that port" . How do I find out
what application is listening on what port causing this problem? Do I need
any tool to check? Thanks for any help.
 
Does this command help?

NETSTAT -O -A

The right-most column is process ID. The Processes page of Task Manager will
then tell you what process it is.

Paul
 
Back
Top