network 1: no free leases

TechLineX

Active Member
Mar 2, 2015
213
5
38
Code:
Aug 17 02:58:45 host dhcpd: DHCPDISCOVER from 00:c4:48:f6:79:fd via vmbr0: network 1: no free leases
Aug 17 02:58:56 host dhcpd: DHCPDISCOVER from 00:c2:bc:35:31:5e via vmbr0: network 1: no free leases
Aug 17 02:58:57 host dhcpd: DHCPDISCOVER from 00:c2:bc:35:31:5e via vmbr0: network 1: no free leases
Aug 17 02:58:59 host dhcpd: DHCPDISCOVER from 00:c2:bc:35:31:5e via vmbr0: network 1: no free leases

Actually there are a lot of those posts in the syslog. Is there a way to find out the source of those requests? Can't find it under /etc/pve/*

Regards
 
Assuming this log comes from the host, I'd say you have a VM spamming dhcp requests, quickly draining the pool of available addresses, thus generating these messages. You should be able to identify the VM with the MAC and then see what's wrong with the network config.
 
You should be able to identify the VM with the MAC and then see what's wrong with the network config.

VM configuration is stores under /etc/pve - means I should find the configuration with grep & the given mac.

But there is no server with this mac-address I think.