I am using fedora core machine. My linux- fedora core machine - client wants to send the dhcp option 60 specifying the vendor id to the dhcp server. Next, I want to read the dhcp option 43 send by the server. Already, I know that the dhcp server is configured properly. How can I do so? I tried doing google, but majority of the articles are on the server side configuration.
man dhclient
Or alternatively set the option
vendor option space "name";
in thedhclient.conf
configuration file: