Help us enhance your Sophos Community experience. Share your thoughts in our Sophos Community survey.

[8.951][BUG] dhcp option 60 missing

is there a reason why dhcp option 60 is missing?

we'd need that for pxe (altiris) deployment...

ng, Berndt
Parents
  • Oh my fault, didn't have a look at the number.

    RFC 2132 states Code 60 as "9.13. Vendor class identifier",
    so this is a Code send by clients to the server.
    The whole range 50-61 is client to server only, thats why there
    are not listed...

    You are sure thats the correct code you have to send
    from server to clients??

    Cheers
     Ulrich
  • I think you only use option 60 if the server with DHCP is also the PXE host (IE a Microsoft server)

    Otherwise I believe you need to use option 66 pointing to where your boot server is. and option 67 for the boot file.

    Example for WDS below. Just look at your Altiris manual.


    "If you are running Windows Deployment Services and a non-Microsoft DHCP server on the same computer, in addition to configuring the server to not listen on port 67, you will need to use your DHCP tools to add Option 60 to their DHCP scopes. 

    If DHCP is installed on a server that is located in a different subnet, then you will need to do one of the following:
    (recommended) Configure your IP Helper tables. All DHCP broadcasts on UDP port 67 by client computers should be forwarded directly to both the DHCP server and the Windows Deployment Services PXE server. Also, all traffic to UDP port 4011 from the client computers to the Windows Deployment Services PXE server should be routed appropriately (these requests direct traffic to the server, not broadcasts). 

    Add DHCP options 66 and 67. Option 66 should be set to the Windows Deployment Services server, and option 67 should be set to boot\x86\wdsnbp.com."
  • da_merlin, yes, I'm quite sure. I'm still trying to "understand" the rfc (...), nevertheless symantec/altiris wants me to set the following:

    dhcp server set optionvalue 43 BINARY 06010B0807AAAA010102030400
    dhcp server set optionvalue 60 STRING PXEClient
    dhcp server set optionvalue 66 STRING 1.2.3.4
    dhcp server set optionvalue 67 STRING BStrap\X86pc\BStrap.0

    besides the problem with option 60 there's another:
    option 43 can only be set from 00 to ff, as you can see my value is much larger

    Jasin, thank you too for your input. At Symantec's Website there's written option 60 has to be used when pxe and dhcp are on seperated servers. (Since I'm not using WDS my option 67 is different but this should be ok.)

    ng, Berndt
Reply
  • da_merlin, yes, I'm quite sure. I'm still trying to "understand" the rfc (...), nevertheless symantec/altiris wants me to set the following:

    dhcp server set optionvalue 43 BINARY 06010B0807AAAA010102030400
    dhcp server set optionvalue 60 STRING PXEClient
    dhcp server set optionvalue 66 STRING 1.2.3.4
    dhcp server set optionvalue 67 STRING BStrap\X86pc\BStrap.0

    besides the problem with option 60 there's another:
    option 43 can only be set from 00 to ff, as you can see my value is much larger

    Jasin, thank you too for your input. At Symantec's Website there's written option 60 has to be used when pxe and dhcp are on seperated servers. (Since I'm not using WDS my option 67 is different but this should be ok.)

    ng, Berndt
Children
No Data