Proxmox creating 1000s of connections and uploading data

Elmar Stander

New Member
Apr 18, 2017
19
0
1
45
Hi Guys

I started having issues with my internet a couple of months ago, first we thought it was a faulty DSL line till we ordered a new one that did exactly the same. My next move was to switch over to a Wifi network at a local isp. It ran fine for a while and the same thing started to happen. It turned out the IP of the proxmox was making 1000s of connections that was causing this. I don't even know where to begin, I am the biggest noob out there when it comes to Linux. Could this be a possible virus or just maybe a faulty nic?
 

Attachments

  • Proxmox IP.png
    Proxmox IP.png
    86.9 KB · Views: 13
Hi,

it locks like some software tries to connect an do not close.
Do you know this 2 IP?
I assume the dest IP is the PVE?
Have a lock what program listen to this port
Code:
netstat -ltp
 
hi Wolfgang,

to be honest I don't know if its the PVE IP, I have to sit in front of it to double check unless there is a command or a place I can see in the GUI interface, I ran Netstat here are the results
 

Attachments

  • netstat.JPG
    netstat.JPG
    74.5 KB · Views: 8
you should find out which device on your network has the ip 10.8.0.252
 
you can use netstat or ss to find out what application makes the connection

e.g.

netstat -tp

edit: added example
 
  • Like
Reactions: Elmar Stander