Mobile app version of vmapp.org
Login or Join
Heady270

: IPv6 traffic peaks every 2 hours at same value I am building a website and there are no users yet. Odd thing is, every 2 hours I see a peak in IPv6 traffic: I am concerned someone is

@Heady270

Posted in: #IpAddress #Ipv6 #Traffic

I am building a website and there are no users yet.

Odd thing is, every 2 hours I see a peak in IPv6 traffic:



I am concerned someone is polling my server for nefarious reasons. Am I right to be worried?

I am connected to the server using putty and FileZilla. Do they send a 'heartbeat'?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady270

1 Comments

Sorted by latest first Latest Oldest Best

 

@Martha676

Usually, I would assume this is a ping from your host's monitoring server to see if your server is online and responding. You can add logging to IPv6 this with ip6tables, for a look.

# LOGGING is a chain redirected from INPUT for testing
ip6tables -A LOGGING -j LOG --log-prefix="IPv6 Packet: "


If you wanted a detailed outline of what this traffic actually is, you can set up Wireshark or another packet-capturing tool on the server to find this out. Failing that, however, someone polling your server is hardly "nefarious". The level is actually unusually low.

It could also be TCP KeepAlives from your clients to the server. Do some research; there's not more we can say about this without log details.

EDIT: Actually, I noticed that all of the traffic on that graph is internal (private/priv). There's nothing wrong with it, and it's likely services communicating with each other, either on localhost or inside the computer's internal network.

It's quite likely those are IPv6 MULTICAST packets being sent every two hours

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme