tentimes wrote:
Could you explain this loopback for me please?
Well, Loopback is the virtual netowrk card that's used for "talking to yourself" via 127.0.0.1 (actually, all of 127.x.x.x). But, your ifconfig output says
tentimes wrote:
Code:
lo Link encap:Local Loopback
(...)
RX bytes:292248 (292.2 KB) TX bytes:292248 (292.2 KB)
that only 300 KB went through it.
Now, your main Ethernet interface,
tentimes wrote:
Code:
eth0 Link encap:Ethernet HWaddr fe:fd:b2:4f:86:7f
(...)
RX bytes:60903275 (60.9 MB) TX bytes:2290751 (2.2 MB)
had 60MB of incoming data since last reboot. And 2.2 MB of outgoing data.
So, you either ran a few apt-get installs, urpmis, or whatever command your distro uses for software installation and it downloaded the packages, OR you uploaded a few files, OR there was quite a bunch of bots trying to knock on your door. Check out /var/log/auth.log for SSH password probes, maybe.