Pages

Tuesday, March 21, 2017

Implementing a DHCP Relay Agent


Model Solutions


Deploying a DHCP relay agent
If you opt to create a centralized or hybrid DHCP infrastructure, you will need a DHCP relay agent on every subnet that does not have a DHCP server on it. Many routers are capable of functioning as DHCP relay agents, but in situations where they are not, you can configure a Windows Server 2012 computer to function as a relay agent by using the following procedure.
      1.        On DCSrv2012, Install “DHCP-Server” Role.
      2.        Configure DHCP Scopes
Scope 192.168.1.x and Scope 10.0.0.x (As shown in Model Solutions)


        3.        On DHCP-RA, Should have two Network cards. For each network one.
Network A IP: 192.168.1.x/24 and Network B IP: 10.0.0.x/8
        4.        On DHCP-RA, on Server Manager, click Add roles and features.


         5.        On the Before you begin window, click Next.
         6.        On the Select installation type window, click Next.


          7.        On the Select Destination server window, click Next.


        8.        On the Select server roles window, check Remote Access role then click Next.


          9.        On the Select features window, click Next.
        10.       On the Remote Access window, click Next.
        11.       On the Select role services window, check Routing and RAS then click Next.


         12.        On the Web Server Role (IIS) window, click Next.
         13.        On the Select role services window, click Next.


         14.        On the Confirm installation selections window, click Install.


        15.        On the Installation progress window, click Close to finish.


         16.        On run type rrasmgmt.msc then press enter.


         17.        Right click DHCP-RA (local) and click Config and Enable Routing and Remote Access


         18.        On Routing and Remote Access Server Setup Wizard window, click Next.


         19.        On Configuration window, choose Custom configuration and click Next.


         20.        Check Lan routing and click Next.


         21.        On Completing the Routing and Remote Access Server Setup Wizard, click Finish.


         22.        Click Start service.


         23.        Install the DHCP Relay Agent, right Click on General in IPv4 and choose “New Routing Protocol” and there you can finally choose “DHCP Relay Agent”.


         24.        Choose DHCP Relay Agent then click OK.


         25.        Right Click on” DHCP Relay Agent” and choose “Properties”.


        26.        There you add your DHCP Server. In this case it would be 192.168.1.1.


         27.        Right click DHCP Relay Agent then choose New Interface…


        28.        Choose SCOPE 10.0.0.x interface then click OK.


         29.        On the DHCP Relay Properties click OK.


         30.        You should be done, You can test on your client to get an IP Adress. Run from the command console: Ipconfig /release and Ipconfig /renew. 
After that you should be able to see the IP address if you type: ipconfig.


On Clt02 -> CMD -> ipconfig /release -> ipconfig /renew

      ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
                                                    ► Download this video, lesson for FREE
                                                    ► MP4 link: updating...
                                                    ► PDF link: http://fas.li/R3ZcC
                                                    ► Youtube:  updating...
                                                    ► Alternate link: http://viid.me/qWYLGe
                                                    ► Alternate link: http://linkshrink.net/7uDM1E
                                                    ► Alternate link: http://adf.ly/1n3zzJ
      ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

No comments:

Post a Comment