May 7 09:56:03 dhcpd: DHCPACK to 10.xx.yy.77 (80:fa:5b:57:11:18) via igb1May 7 09:56:03 dhcpd: DHCPINFORM from 10.xx.yy.77 via igb1May 7 09:56:03 dhcpd: DHCPACK on 10.xx.yy.77 to 80:fa:5b:57:11:18 via igb1May 7 09:56:03 dhcpd: DHCPREQUEST for 10.xx.yy.77 (10.xx.yy.1) from 80:fa:5b:57:11:18 via igb1May 7 09:56:03 dhcpd: DHCPOFFER on 10.xx.yy.77 to 80:fa:5b:57:11:18 via igb1May 7 09:56:03 dhcpd: DHCPDISCOVER from 80:fa:5b:57:11:18 via igb1
root@router:/home/mirco # ps ax | grep dhcp16133 - Ss 24:24.10 /usr/local/sbin/syslogd -s -c -c -P /var/run/syslog.pid -l /var/dhcpd/var/run/log -f /var/etc/syslog.conf16760 - Is 0:08.67 /usr/local/sbin/dhcpd -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid igb119699 - Ss 4:40.53 /usr/local/bin/python2.7 /usr/local/opnsense/scripts/dns/unbound_dhcpd.py /domain it.lan
option domain-name "it.lan";option ldap-server code 95 = text;option domain-search-list code 119 = text;option arch code 93 = unsigned integer 16; # RFC4578option custom-lan-0 code 121 = string;default-lease-time 7200;max-lease-time 86400;log-facility local7;one-lease-per-client true;deny duplicates;ping-check true;update-conflict-detection false;authoritative;subnet 10.10.254.0 netmask 255.255.255.0 { pool { range 10.10.254.101 10.10.254.250; } option routers 10.10.254.1; option domain-name-servers 10.10.254.1; option ntp-servers 10.10.254.1; option tftp-server-name "10.10.254.4"; option custom-lan-0 1c:ac:0a:00:0a:0a:0a:01; next-server 10.10.254.4; filename "linux/pxelinux.0";}host s_lan_0 { hardware ethernet a8:60:b6:3a:12:64; fixed-address 10.10.254.76; option host-name "MacBook-Pro-TB";}
We're having issue's with one router where Windows client's are not receiving their leases:Windows only get's himself a 169 IP and if reboot into Linux I see the same log entry but Linux set the correct IP. As this is over several Windows machines I don't have a clue what this is about...
ignore client-updates;ddns-updates on; //if use ddns,