How to configure IP Helper for SCCM

dylanand2-7592 440 Reputation points
2023-07-10T17:55:48.6+00:00

Now we are using DHCP options for PXE boot and we know Microsoft is recommended to use IP helper instead of DHCP options. How to configure it? Do we need to add an IP helper entry for each DP server as we have four PXE DP?

Microsoft Security Intune Configuration Manager Deployment
0 comments No comments
{count} votes

Accepted answer
  1. Simon Ren-MSFT 40,341 Reputation points Microsoft External Staff
    2023-07-11T01:57:49.0933333+00:00

    Hi,

    Each PXE server should have an entry in the IP helper tables. That way, all the PXE servers will get the client boot discovery and request, and only the PXE that needs to respond will respond. The configuration is like this:

    IP helper-address <IP address of DHCP server>

    IP helper-address <IP address of PXE server>

    IP forward-protocol UDP 4011

    In an environment where there are multiple PXE servers, each PXE server will only reply to the clients that it cares about. In the case of SCCM, the SCCM PXE server only cares about its own clients and will only respond to those clients that have task sequence deployed to them.

    Refer to: IP Helper-Address Configuration for PXE Boot

    Note: This is non-Microsoft link, just for your reference. Thanks for your time,

    Thanks for your time. Have a nice day!

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.