@Tom-Elliott
I know that.
I am just irritated that the network card seems to work with the same kernel version on one server and not on the other. and coming down to wich arch it uses seems kind of strange to me.
Are there any information or screenshot i could provide that could help to further look into that?
We fixed this by adding the following to our dhcpd.conf
[CODE]class “pxeclients”{
match if ((substring(option vendor-class-identifier, 0, 9) = “PXEClient”) or (substring(opti
filename “pxelinux.0”;
max-lease-time 120;
}
[/CODE]