Results 1 to 4 of 4

Thread: Anonymous internet activity when computer is idle!

  1. #1
    Join Date
    Mar 2010
    Location
    sudo apt-get upgrade
    Beans
    Hidden!
    Distro
    Ubuntu

    Anonymous internet activity when computer is idle!

    Bonjour guys,
    I am using Ubuntu 10.10 x64. And my problem is, when my computer is idle sometimes I observe some anonymous traffic activity going on! Not in bytes, it downloads and uploads something at the rate of 40-50 kbps and cause I have limited internet data usage(2.5GB/month), I observe sometimes more than 50MB of total data transfer / idle hour! Now this gets on my nerves. I'd be okay with it if I had unlimited internet connection. But I have not!

    I googled, and I came up with the package named "EtherApe". Though which all these activity is redirected on some servers based in Canada. (I'm in India and my ISP's international server is in Bangalore, India)
    Here are names of those nodes. (as per displayed in EtherApe)

    maa03s05-in-f31.1e100.net
    maa03s05-in-f22.1e100.net
    maa03s05-in-f4.1e100.net

    I'm not able to figure out which application/package is sending/receiving those data. Can please someone help me out with this?
    Last edited by Rushyang; June 3rd, 2012 at 04:01 PM.
    I'm the best in what I do!

  2. #2
    Join Date
    May 2008
    Location
    Twisty roads of WV
    Beans
    Hidden!
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Anonymous internet activity when computer is idle!

    check with network tools > netstat to see which ports are being used. Also some applets in the launcher can be requesting data updates such as time, weather, empathy broadcast. A look into the processes should show what is being used, in terminal enter top OR ps aux.
    Last edited by LinGNUbie; June 3rd, 2012 at 04:32 PM.
    "Once you lick the lollipop of mediocrity, you SUCK forever!"

  3. #3
    Join Date
    Apr 2006
    Beans
    60
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Anonymous internet activity when computer is idle!

    1e100.net is owned by Google and used for google services. See http://support.google.com/bin/answer...&answer=174717

  4. #4
    Join Date
    Jan 2009
    Location
    ::1
    Beans
    2,485

    Re: Anonymous internet activity when computer is idle!

    Quote Originally Posted by gschoper View Post
    1e100.net is owned by Google and used for google services. See http://support.google.com/bin/answer...&answer=174717
    Indeed. Easy to see:

    Code:
    sander@R540:~$ netstat -apo | grep 1e100
    (Not all processes could be identified, non-owned process info
     will not be shown, you would have to be root to see it all.)
    tcp        0      0 R540.home:35587         wb-in-f102.1e100.:https ESTABLISHED 3271/chromium-brows keepalive (14.66/0/0)
    tcp        0      0 R540.home:48542         wg-in-f132.1e100.:https ESTABLISHED 3271/chromium-brows keepalive (38.47/0/0)
    tcp        0      0 R540.home:42215         wb-in-f19.1e100.n:https ESTABLISHED 3271/chromium-brows keepalive (1.61/0/0)
    tcp        0      0 R540.home:35211         wi-in-f120.1e100.:https ESTABLISHED 3271/chromium-brows keepalive (38.47/0/0)
    tcp        0      0 R540.home:48654         wi-in-f113.1e100.:https ESTABLISHED 3271/chromium-brows keepalive (2.12/0/0)
    tcp        0      0 R540.home:34055         wi-in-f94.1e100.ne:http ESTABLISHED 3271/chromium-brows keepalive (40.91/0/0)
    tcp        0      0 R540.home:54146         wi-in-f94.1e100.n:https ESTABLISHED 3271/chromium-brows keepalive (41.29/0/0)
    sander@R540:~$
    So, question to the OP: how idle is your computer? If an account is still logged on and the Chrome webbrowser is open, you cannot call it idle.

    So if you want an idle computer, make sure everybody is logged off. And even then, some background processes will run.

    If you really want to be sure of zero network traffic, disable the network or unconnect it.

Tags for this Thread

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
  •