DHCPd: malformed option dhcp.pop-server (code 70)
-
Hi,
I got this in my pfsense system log. I had this in the past days one or two times but I ignored it.
Now it is there again I I just wnat to know what this means. I do not have any problems as far as I know.May 19 07:07:21 dnsmasq[6364]: read /etc/hosts - 21 addresses May 19 06:28:50 dhcpd: parse_option_buffer: malformed option dhcp.pop-server (code 70): option length exceeds option buffer length. May 19 06:07:20 dnsmasq[6364]: read /etc/hosts - 18 addresses
-
Did you specify any custom DHCPd options?
What does /var/dhcpd/etc/dhcpd.conf look like?
-
Didn't get this error after a firmware update.
I will let you know if it occures again. Thanks.option domain-name "hpa"; option ldap-server code 95 = text; option domain-search-list code 119 = text; default-lease-time 7200; max-lease-time 86400; log-facility local7; ddns-update-style none; one-lease-per-client true; deny duplicates; ping-check true; authoritative; subnet 172.17.0.0 netmask 255.255.252.0 { pool { option domain-name-servers 172.17.0.1; range 172.17.0.200 172.17.3.254; } option routers 172.17.0.1; option domain-name "hpa"; option domain-search-list "hpa"; option domain-name-servers 172.17.0.1; default-lease-time 7200; max-lease-time 14400; option ntp-servers 88.198.51.165,178.26.114.66; } host s_lan_0 { hardware ethernet d0:d0:fd:4e:08:a7; fixed-address 172.17.0.2; option host-name SG300-28-F8-1; } host s_lan_1 { hardware ethernet 4c:e6:76:00:de:a3; fixed-address 172.17.0.40; option host-name LS-QLEA3; } host s_lan_2 { hardware ethernet 00:24:a5:00:4b:4f; fixed-address 172.17.0.41; option host-name LS-QLB4F; } host s_lan_3 { hardware ethernet 00:15:60:48:ea:bd; fixed-address 172.17.0.50; option host-name HP7310; } host s_lan_4 { hardware ethernet 00:1e:0b:f8:ff:b6; fixed-address 172.17.0.51; option host-name HPK5400; } host s_lan_5 { hardware ethernet 00:30:6e:f7:31:5d; fixed-address 172.17.0.52; option host-name NPIF7315D; } host s_lan_6 { hardware ethernet 00:19:99:1c:88:41; fixed-address 172.17.0.60; option host-name cyber; } host s_lan_7 { hardware ethernet 00:50:56:18:12:69; fixed-address 172.17.0.61; option host-name FOURnSIXnet; } host s_lan_8 { hardware ethernet 00:19:99:0b:8d:87; fixed-address 172.17.0.100; option host-name HPA0019990B8D87;
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.