Actions
Bug #2615
openCannot get a DHCP address from OpenBSD server when options are set
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2012-04-12
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
When dhcpagent fires up, I get recv_pkg: bad option overload
I was told to report this since Illumos should handle it even if it's slightly malformed
There're some details here that may be helpful: http://comments.gmane.org/gmane.os.openbsd.misc/150222
Attached is a snoop using instructions from: http://docs.oracle.com/cd/E19082-01/819-3000/dhcp-trouble-proc-21/index.html
Here's /etc/dhcpd.conf from openbsd:
shared-network HOME-WIRED {
option domain-name "spidernet.to";
option domain-name-servers 8.8.8.8, 4.2.2.2;
option time-servers 10.11.12.1;
subnet 10.11.12.0 netmask 255.255.255.0 {
option routers 10.11.12.1;
range 10.11.12.100 10.11.12.199;
}
}
Files
Updated by Marcel Telka 7 months ago
- Subject changed from Illumian cannot get a DHCP address from OpenBSD server when options are set to Cannot get a DHCP address from OpenBSD server when options are set
Actions