Suppressing DHCPINFORM/DHCPACK entries
I found that the logs for an ISC-DHCP server contained repeated entries like:
1 2 |
Oct 2 14:40:47 samba2 dhcpd: DHCPINFORM from 10.1.1.128 via eth1 Oct 2 14:40:47 samba2 dhcpd: DHCPACK to 10.1.1.128 (00:26:2d:28:46:0d) via eth1 |
After some Googling, I found that adding the following lines to /etc/dhcp/dhcpd.conf stopped the workstations from sending auto proxy discovery requests:
1 2 3 |
#Entries to surpress WPAD DHCPINFORM/DHCPACK from Win PCs option wpad code 252 = text; option wpad "\n"; |