LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   any idea of ip tracer utility in linux (https://www.linuxquestions.org/questions/linux-newbie-8/any-idea-of-ip-tracer-utility-in-linux-869239/)

etika 03-17-2011 01:23 PM

any idea of ip tracer utility in linux
 
hi

anyone having any idea of any utility or code in linux which is able to trace the ip addressof the user who have just viewed my webpage.

:scratch:

szboardstretcher 03-17-2011 02:43 PM

Well,.. there are a few options here.

You can use "Awstats" which is a program to look at the statistics provided by httpd log.

You can use vi or any other editor to go through your access_log or ssl_access_log to see who did what.

You could use tcpdump to monitor who is requesting what from your server.

You can use the command 'ss' to see who is currently connected to your computer.

You can look through the connection logs on your Juniper or Cisco router, if you have one set up.

You can run wireshark on the network, if you have a tap or hub, to watch requests between the internet and your webserver.


All times are GMT -5. The time now is 07:45 PM.