Question:

What program can show incoming ip addresses trying to connect to your host?

by  |  earlier

0 LIKES UnLike

What program can show incoming ip addresses trying to connect to your host?

 Tags:

   Report

4 ANSWERS


  1. peerguardian, it can list incoming connections and block any address you want to block. also, you can view incoming connections in your server program's logs.


  2. the best way to get this is use tcpipview.exe its free to download from microsoft.com

    or keep using netstat -b where -b tell u which application is connecting which ip and on which port

    or u can make an batch file copy this >>  netstat -b 1 and paste and save it as an hosts.bat in Notepad that will do the same job for u

    hope this  help u :-)


  3. firewall

    also you could list all your tcp/ip connections by typing "netstat /a" in a command interpreter

  4. if its windows, and you're on the server, in the command prompt you can do a netstat and it will show all current and incoming connections.

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.