| Linode Forum https://forum.linode.com/ |
|
| Explanation of periodic IPv6 traffic spikes https://forum.linode.com/viewtopic.php?f=19&t=7751 |
Page 1 of 1 |
| Author: | emddudley [ Fri Sep 16, 2011 12:47 pm ] |
| Post subject: | Explanation of periodic IPv6 traffic spikes |
Can anyone explain what these IPv6 traffic spikes are? I'm curious whether this is specific to my Linode.
|
|
| Author: | bjl [ Fri Sep 16, 2011 12:54 pm ] |
| Post subject: | |
my node's IPv6 graph looks almost the same. |
|
| Author: | hybinet [ Fri Sep 16, 2011 1:06 pm ] |
| Post subject: | |
Interesting. The "spikes" are around 160 bits per second, or roughly 20 bytes. A single IPv6 packet comes with a 40-byte header. So your spikes are not even half a header per second, not to mention the payload. Traffic of this sort won't even be visible on a public IPv4 address. Maybe it's Linode's networking equipment pinging your IP every once in a while to see if it's alive? |
|
| Author: | hoopycat [ Fri Sep 16, 2011 3:14 pm ] |
| Post subject: | |
The Well-Known Intervals list indicates that it coincides with the default TCP keep-alive timer, but I don't think that's it. My gut is telling me that it looks like neighbor/router advertisements. This, running for a couple hours, will probably find something: Code: $ tcpdump -n -i eth0 ip6 | tee /tmp/ip6-capture.txt Note that it totals to 2.10 kB/day, which is low enough that the "spikes" might just be sampling artifacts, and it might not actually be a two-hour interval. |
|
| Author: | bjl [ Fri Sep 16, 2011 4:14 pm ] |
| Post subject: | |
hoopycat wrote: My gut is telling me that it looks like neighbor/router advertisements.
looks like that might be it, at least in my case. here's a small sample of what tcpdump is giving me: Code: 13:07:15.893701 IP6 fe80::1 > ff02::1: ICMP6, router advertisement, length 64 My spikes tend to be on the "odd" numbered (local) hours. |
|
| Author: | hoopycat [ Fri Sep 16, 2011 7:52 pm ] |
| Post subject: | |
So, an RA every 3 seconds... at 64 bytes, that's about 171 bits per second. That should push the baseline up higher than it is. It is not to/from one of your IPs (address-wise), so I suspect it isn't being counted and thus isn't what's causing the spikes. (We do all realize the chart is not indicative of any sort of "problem", and so this is idle speculation over 2.10 kB/day, right?) |
|
| Author: | bjl [ Fri Sep 16, 2011 9:06 pm ] |
| Post subject: | |
Yep. It doesn't bother me really. It's mostly all incoming. And I think, probably as does the OP, that it just looks strange on the graph. I guess I need to generate more IPv6 traffic to smooth things out. |
|
| Author: | mnordhoff [ Sat Sep 17, 2011 12:30 am ] |
| Post subject: | |
You're using an IPv6 NTP server (presumably from the NTP pool) -- that's a start! |
|
| Author: | emddudley [ Sun Sep 18, 2011 10:55 pm ] |
| Post subject: | |
Thanks all for the responses. I was just curious. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|