Hi,
I noticed, that I hade an accumulated traffic yesterday on one of my IPs of 10GB which is huge. I normaly are around 40MB traffic per day.
I daily reset ipfw statistics as I use the counter of ipfw to count the traffic. The high traffic continued today so I was able to find out that at least until the high traffic stopped today, it was all port 80 concerned.
I checked all apache access and error log but they are indicating only low traffic around my usual 40 MB.
The strange thing is, that i have incomming and outgoing traffic more or less exactly the same size, so it feels like all what happend was just forwarding data - fetching and pusing something.
All I see for today is:
- around 400MB of data was received and sent via [IP]
- both incomming and outcomming data was accumulated together (800MB) with the single "in" rule for port 80
Can someone explain this what could cause this? 400 incomming, 400 outgoing, but 800 incomming on port 80?
The "ipfw show" output from yesterday is not preserved.
Is there any chance to see what happend yesterday? If not, what should be done so I can see what happend if something like this happens again? Do you log all your traffic?
I noticed, that I hade an accumulated traffic yesterday on one of my IPs of 10GB which is huge. I normaly are around 40MB traffic per day.
I daily reset ipfw statistics as I use the counter of ipfw to count the traffic. The high traffic continued today so I was able to find out that at least until the high traffic stopped today, it was all port 80 concerned.
I checked all apache access and error log but they are indicating only low traffic around my usual 40 MB.
The strange thing is, that i have incomming and outgoing traffic more or less exactly the same size, so it feels like all what happend was just forwarding data - fetching and pusing something.
All I see for today is:
- around 400MB of data was received and sent via [IP]
- both incomming and outcomming data was accumulated together (800MB) with the single "in" rule for port 80
Can someone explain this what could cause this? 400 incomming, 400 outgoing, but 800 incomming on port 80?
Code:
00104 10610333 426926167 count ip from any to [IP] in via re0
00105 10597634 438655193 count ip from [IP] to any out via re0
[...]
00606 21140545 857999844 allow tcp from any to [IP] dst-port 80 in via re0 setup keep-state
[...]
The "ipfw show" output from yesterday is not preserved.
Is there any chance to see what happend yesterday? If not, what should be done so I can see what happend if something like this happens again? Do you log all your traffic?