Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

dhcrelay.conf

Hi

I have a question regarding options in the dhcrelay.conf file.

Should i just type OPTIONS="66,67" for the dhcp options i like to forward to my DHCP server? 

Today we use an Astaro V8, but i tried to use an Astaro V9 for the same purpose but the settings DHCP options you can change in the webgui only edits dhcpd.conf.

Best regards
Markus


This thread was automatically locked due to age.
  • Hi, Markus, and welcome to the User BB!

    I haven't tried it, but if your DHCP server already has options 66&67, then I thought even the V8 relay would relay them.  Is that not the case?

    Cheers - Bob
  • Hi, Bob.

    When i tried to pxe boot a computer on a new subnet to our Windows deployment server on another subnet the tftp connection (option 66) fails. And if i try to boot the computer on the same subnet as the WDS the pxe boot works. The only differens between the configuration on these DHCP scope for these subnet is default gateway and the ip adress range, all other DCHP options is the same. 

    //Markus
  • I found the solution to my problem! [:)]

    The solution is to add option 66 like this in the dhcrelay.conf file and restart the daemon

    OPTIONS="66 192.168.1.x". x is the WDS server.

    After i configured this and restarted the dchrelay daemon my PXE boot work just fine.

    Best regards
    Markus