I've been trying for several days to configure dhcpcd to send a non-standard option to a DHCP server without any success. On the other hand dhclient works fine.
I need to send an option with code 90 which is a string specified in hex. The following dhclient configuration works fine :
option auth code 90 = string;
send auth 00:01:02:03...;
Yet I can't manage to do the same with dhcpcd. The manual quickly talks about custom options but it seems like those are for parsing DHCP replies and converting those custom options into shell variables then passed on to a shell script. What I'm looking for is to actually send a custom option to the server.
Does someone have an idea?
0 Answers