Ok. Something bad seems to be happening with OpenVZ.
I noticed an error messages on one of our Proxmox servers.
etc...
The problem became clear when I tried to see how there can be so many connections on the server without me seeing them normally.
(This is what Neighbour table overflow normally means, lots of connections. Or IPv6 problems.)
Doing
There are no such IP's in use in our network.
When I tried to restart the network with
I'm at a loss here. Who is doing what here?
I noticed an error messages on one of our Proxmox servers.
Oct 10 22:28:54 vip1 kernel: Neighbour table overflow.
Oct 10 22:28:54 vip1 kernel: Neighbour table overflow.
Oct 10 22:28:54 vip1 kernel: Neighbour table overflow.
Oct 10 22:28:54 vip1 kernel: Neighbour table overflow.
Oct 10 22:28:54 vip1 kernel: Neighbour table overflow.
Oct 10 22:28:58 vip1 corosync[2580]: [TOTEM ] A processor failed, forming new configuration.
Oct 10 22:28:58 vip1 corosync[2580]: [CLM ] CLM CONFIGURATION CHANGE
Oct 10 22:28:58 vip1 corosync[2580]: [CLM ] New Configuration:
Oct 10 22:28:58 vip1 corosync[2580]: [CLM ] Members Left:
Oct 10 22:28:58 vip1 corosync[2580]: [CLM ] Members Joined:
Oct 10 22:28:58 vip1 corosync[2580]: [TOTEM ] A processor joined or left the membership and a new membership was formed.
Oct 10 22:28:59 vip1 corosync[2580]: [MAIN ] Completed service synchronization, ready to provide service.
Oct 10 22:29:17 vip1 kernel: __ratelimit: 391 callbacks suppressed
Oct 10 22:29:17 vip1 kernel: Neighbour table overflow.
Oct 10 22:29:17 vip1 kernel: Neighbour table overflow.
etc...
The problem became clear when I tried to see how there can be so many connections on the server without me seeing them normally.
(This is what Neighbour table overflow normally means, lots of connections. Or IPv6 problems.)
Doing
revealed that there were many ghost connections from internal network that simply did not exist.arp -a
? (10.9.141.139) at <incomplete> on vmbr0? (10.9.129.77) at <incomplete> on vmbr0
? (10.9.143.131) at <incomplete> on vmbr0
? (10.9.143.73) at <incomplete> on vmbr0
? (10.9.143.209) at <incomplete> on vmbr0
? (10.9.142.213) at <incomplete> on vmbr0
? (10.9.143.111) at <incomplete> on vmbr0
? (10.9.140.48) at <incomplete> on vmbr0
? (10.9.139.207) at <incomplete> on vmbr0
? (10.9.139.224) at <incomplete> on vmbr0
? (10.9.131.219) at <incomplete> on vmbr0
? (10.9.129.33) at <incomplete> on vmbr0
? (10.9.143.89) at <incomplete> on vmbr0
There are no such IP's in use in our network.
When I tried to restart the network with
I got even weirder error./etc/init.d/networking restart
root@vip1:/var/log# /etc/init.d/networking restartRunning /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning).
Reconfiguring network interfaces...
Waiting for vmbr0 to get ready (MAXWAIT is 2 seconds).
grep: unrecognized option '--all'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
done.
I'm at a loss here. Who is doing what here?
Last edited: