isc-dhcp-server not working on Debian VM.

CAHEKs

Member
Nov 2, 2017
13
2
23
36
Starting from 10(or9) debians, I observe the problem of the work of isc-dhcp-server, if it is on a virtual machine.
ddns-update-style none; default-lease-time 3600; max-lease-time 72000; #ping true; option domain-name-servers 192.168.0.5, 10.255.211.50; option domain-name "domain.loc"; authoritative; log-facility local7; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.40 192.168.0.130; option subnet-mask 255.255.255.0; option domain-name-servers 192.168.0.5; option domain-name "domain.loc"; option routers 192.168.0.1; option netbios-name-servers 192.168.0.5; option netbios-node-type 8; option tftp-server-name "10.255.252.10/cfg/d"; get-lease-hostnames true; use-host-decl-names true; }

I have clean default install of proxmox7 and debian 11 with isc-dhcp-server on VM. No vlans, all simply.
No apparmor,selinux of firewall (nft iptables etc on the vm)
Tcpdump on the node and vm show only discover and offer packets, no requests.
I running tcpdump on external PC, and no looking offers packet.
VM with clean windows 10 on this node not get ip address too.

If i place this DHCP config on the Proxmox node, or Centos7 VM - all working.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!