Results 1 to 7 of 7

Thread: Network traffic monitoring.

  1. #1
    Join Date
    Mar 2007
    Beans
    646

    Network traffic monitoring.

    I'm interested in what traffic is in my network and all messages/request but how do I see all these messages/request in real-time/viewing them as they happen?

  2. #2
    Join Date
    Nov 2008
    Beans
    1

    Re: Network traffic monitoring.

    Hi,

    Try as root :

    Code:
    apt-get install iptraf
    Then type in command line

    Code:
    iptraf
    Hope this is what you were looking for...

  3. #3
    Join Date
    Mar 2007
    Beans
    646

    Re: Network traffic monitoring.

    For the first part, yes it is thanks.

    now for the next bit.
    Can I get the ip address automatically run through whois and printed to a file?

  4. #4
    Join Date
    Aug 2008
    Beans
    285
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Network traffic monitoring.

    You could pump it into a log file and use awk to parse out the IPs and do a whois on each of them if you really wanted to..

  5. #5
    Join Date
    Nov 2006
    Location
    Craggy Island.
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Network traffic monitoring.

    Hello


    Should also take a look at wireshark this makes looking at network traffic very easy and brings you down to the hex code if you want to go down that far.

    On Wireshark you can use the command line version, and filter traffic based on what you want to see, source, destination IP, port number protocol etc.

    For constructing filters, wireshark.org has some tips, and the gui itself allows you to construct simple filter rules

  6. #6
    Join Date
    Mar 2007
    Beans
    646

    Re: Network traffic monitoring.

    I have an Idea for a network protection tool but first I need to learn about network traffic.

  7. #7
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Network traffic monitoring.

    Then you will be wanting wireshark and a shed-load of books. Definitely wireshark.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •