<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DHCP on HiDa</title><link>https://www.0niu.cn/tags/dhcp/</link><description>Recent content in DHCP on HiDa</description><generator>Hugo -- gohugo.io</generator><language>zh</language><lastBuildDate>Tue, 27 Sep 2022 22:06:22 +0800</lastBuildDate><atom:link href="https://www.0niu.cn/tags/dhcp/index.xml" rel="self" type="application/rss+xml"/><item><title>H3C交换机PXE配置内容</title><link>https://www.0niu.cn/posts/h3c-dhcp-server-pxe/</link><pubDate>Tue, 27 Sep 2022 22:06:22 +0800</pubDate><guid>https://www.0niu.cn/posts/h3c-dhcp-server-pxe/</guid><description>&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>bootfile-name bootnetx64.efi
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>next-server 10.0.2.2
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>H3C交换机DHCP配置中关于PXE的部分，bootfile-name是启动文件，next-server是PXE服务器。&lt;/p></description><content>&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>bootfile-name bootnetx64.efi
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>next-server 10.0.2.2
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>H3C交换机DHCP配置中关于PXE的部分，bootfile-name是启动文件，next-server是PXE服务器。&lt;/p></content></item><item><title>创建DHCP Administrators and DHCP Users 安全组</title><link>https://www.0niu.cn/posts/create-dhcp-administrators-and-dhcp-users-group/</link><pubDate>Tue, 28 Jun 2016 23:14:23 +0800</pubDate><guid>https://www.0niu.cn/posts/create-dhcp-administrators-and-dhcp-users-group/</guid><description>&lt;p>允许配置DHCP服务器，不用给管理员权限，只需要将用户添加到DHCP administrators安全组即可。Windows Server 2008 R2 后需要手动创建该安全组，命令如下&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-batch" data-lang="batch">&lt;span style="display:flex;">&lt;span>netsh dhcp add securitygroups
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description><content>&lt;p>允许配置DHCP服务器，不用给管理员权限，只需要将用户添加到DHCP administrators安全组即可。Windows Server 2008 R2 后需要手动创建该安全组，命令如下&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-batch" data-lang="batch">&lt;span style="display:flex;">&lt;span>netsh dhcp add securitygroups
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h4 id="参考文档">参考文档&lt;/h4>
&lt;ul>
&lt;li>&lt;a href="https://technet.microsoft.com/en-us/library/ee941205(v=ws.10).aspx">DHCP: Security Groups DHCP Administrators and DHCP Users required for DHCP administration should be created&lt;/a>&lt;/li>
&lt;/ul></content></item></channel></rss>