Hello:
I have few notions for server administration, so I wanted to get a bit more of knowledge and I turned my Raspberry PI into a internet connected Server.
So, I installed no-ip to have a fixed DNS, installed apache, and some other tools like ufw to keep my server the most secured I can.
But on later days, I see that my ethernet lights are blinking way too much (like there's a continuous communication to the Internet). That's not a bad thing per se, but I don't ever had that much traffic... I mean, I have a small API that on it's best day holds 100 queries (holded on an Apache server), and a small Minecraft server.
The point here is that I don't know where this ethernet usage comes from, and I fear it can be a sort of intrussion attempt. I checked all the logs I am aware of and I don't see anyting weird.
This behaviour had been keep repeating for last three days. Now I have the machine powered off just in case, but as soon I let it 2-3 hours powered on and idle, it again keeps doing this.
So, I was searching for a way to fully monitor my server as an entity (I mean, not just apache server or minecraft server, but the entire machine), but I was not able to find any information on Google (I'm sure there's plenty of information, but I guess I did not provide the correct word combination
).
May please anyone provide some information and/or directions on how can I monitor my computer from remote side? I have sftp/ssh/https connections availables on my machine.
Thanks in advance.
I have few notions for server administration, so I wanted to get a bit more of knowledge and I turned my Raspberry PI into a internet connected Server.
So, I installed no-ip to have a fixed DNS, installed apache, and some other tools like ufw to keep my server the most secured I can.
But on later days, I see that my ethernet lights are blinking way too much (like there's a continuous communication to the Internet). That's not a bad thing per se, but I don't ever had that much traffic... I mean, I have a small API that on it's best day holds 100 queries (holded on an Apache server), and a small Minecraft server.
The point here is that I don't know where this ethernet usage comes from, and I fear it can be a sort of intrussion attempt. I checked all the logs I am aware of and I don't see anyting weird.
- ss -t only shows my ssh connection (as I have public/private key auth enabled, and no passwrod access can be done)
- apache log does not show any relevant information (a bunch of bot attempts to get some specific pages, but then apache returns a 404)
- minecraft log did not show any connected player at that time
- ssh log was all OK
- glances was not showing any relatable information (eth0 intetrface was showing 256kb/s, I assume that was by my ssh connection, and disk storage have no changes at all)
- fail2ban was working as usual
This behaviour had been keep repeating for last three days. Now I have the machine powered off just in case, but as soon I let it 2-3 hours powered on and idle, it again keeps doing this.
So, I was searching for a way to fully monitor my server as an entity (I mean, not just apache server or minecraft server, but the entire machine), but I was not able to find any information on Google (I'm sure there's plenty of information, but I guess I did not provide the correct word combination
May please anyone provide some information and/or directions on how can I monitor my computer from remote side? I have sftp/ssh/https connections availables on my machine.
Thanks in advance.