Tracking IP on a Server?

Discussion in 'Site & Server Administration' started by dalster44, Nov 9, 2006.

  1. #1
    Hi,

    Using Putty, is there a command I can use to search a certain IP to see what sites are visited from that particular IP?

    I'm using a Virtuzzo server with Linux

    Thanks
     
    dalster44, Nov 9, 2006 IP
  2. dfeil

    dfeil Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have a look into your web-serverlog
    /var/log/apache2/access.log
    or use
    grep "201.155.23.68" /var/log/apache2/access.log | less

    replace the IP with the one you are looking for.

    regard detlef

    ps. ping yourself from my server ping.cable.nu
     
    dfeil, Nov 10, 2006 IP