| Summary: | net-misc/dhcp-4.4.2-r2 from dhcpd 5 bad IP checksums seen in 5 packets | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andrea Postiglione <andrea.postiglione> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | jstein |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Andrea Postiglione
2020-11-04 19:14:08 UTC
this is the conf
ddns-update-style interim;
ignore client-updates;
authoritative;
allow booting;
allow bootp;
allow unknown-clients;
subnet 192.168.178.0 netmask 255.255.255.0 {
range 192.168.178.2 192.168.178.250;
option domain-name-servers 192.168.178.1;
option domain-name "fritz.box";
option routers 192.168.178.1;
option broadcast-address 192.168.178.255; #not important
default-lease-time 86400;
max-lease-time 86400;
}
next-server 192.168.178.250;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
if option pxe-system-type = 00:00 {
filename "bios/pxelinux.0";
} elsif option pxe-system-type = 00:09 {
filename "efi/syslinux.efi";
} elsif option pxe-system-type = 00:07 {
filename "efi/syslinux.efi";
} elsif option pxe-system-type = 00:06 {
filename "path/to/EFIia32/syslinux.efi";
}
}
The situation seems to be a bit more complicate and requires some analysis. We can not help you efficiently via bug tracker. The bug tracker aims rather on specific problems in .ebuilds and less on individual systems. I have had very good experience on the gentoo IRC [1] with questions like this. Of course there are also forums and mailing lists [2,3]. I hope you understand, that I will close the bug here therefore and wish you good luck on one of the mentioned channels [4]. Please reopen the ticket in order to provide an indication for an specific error in an ebuild or any gentoo related product. [1] https://www.gentoo.org/get-involved/irc-channels/ [2] https://forums.gentoo.org/ [3] https://www.gentoo.org/get-involved/mailing-lists/all-lists.html [4] https://www.gentoo.org/support/ |