`
Cash
  • 浏览: 180920 次
  • 性别: Icon_minigender_1
  • 来自: 沈阳
社区版块
存档分类
最新评论

windows2019服务器迁移DHCP服务到CentOS7

 
阅读更多
windows2019服务器迁移DHCP服务到CentOS7



1、powershell导出服务器全部作用域
Get-Dhcpserverv4Scope -computername WIN-D2F3V83UDDG >> Scope-ip.txt

2、powershell 导出服务器全部保留IP
Get-Dhcpserverv4Scope -computername WIN-D2F3V83UDDG  | Get-DhcpServerv4Reservation -computername WIN-D2F3V83UDDG >> Reservation-ip.txt

3、powershell 导出排除的IPv4地址范围
Get- Dhcp Serverv4ExclusionRange >> Exclusion-ip.txt

4、修改配置文件
vi /etc/dhcp/dhcpd.conf
# dhcpd.conf

# option definitions common to all supported networks...
option domain-name "crland.hk";
option domain-name-servers 10.108.50.130;

default-lease-time 86400;
max-lease-time 86400;

# Use this to enble / disable dynamic dns updates globally.
ddns-update-style none;

# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;

# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;

# This is a very basic subnet declaration.

#CentOS7服务器直连网段
subnet 10.108.50.128 netmask 255.255.255.224 {
}
#网段IP分配测试
subnet 10.108.50.32 netmask 255.255.255.224 {
  range 10.108.50.34 10.108.50.62;
  option routers 10.108.50.33;
}

# Fixed IP addresses can also be specified for hosts.   These addresses
# should not also be listed as being available for dynamic assignment.
# Hosts for which fixed IP addresses have been specified can boot using
# BOOTP or DHCP.   Hosts for which no fixed address is specified can only
# be booted with DHCP, unless there is an address range on the subnet
# to which a BOOTP client is connected which has the dynamic-bootp flag
# set.

#分配静态IP测试
host test {
  hardware ethernet C8:5B:76:A7:4D:9F;
  fixed-address 10.108.51.44;
}

5、重启CentOS7 DHCP服务
systemctl restart dhcpd.service

6、查看CentOS7 DHCP状态
systemctl status dhcpd.service



分享到:
评论

相关推荐

    centos DHCP服务器配置方法

    通过以上步骤,你可以在CentOS系统上成功部署并管理一个DHCP服务器,为网络中的设备提供自动IP配置服务。记住,配置DHCP服务器需要谨慎,错误的配置可能导致网络连接问题。在修改配置后,务必检查并测试服务器的运行...

    Centos 7.4 DHCP 双机热备

    将主 DHCP 服务器上的 dhcpd.master 文件拷贝到从 DHCP 服务器上的 /etc/dhcp/ 目录下。 4.3. 启动 DHCP 服务: 在两台服务器上都执行以下命令:systemctl start dhcpd && systemctl enable dhcpd 4.4. 客户端...

    RH2288 V3 服务器安装centos7.docx

    在安装 CentOS 7 过程中,需要注意中断后的重装系统问题,需要使用 Xshell 远程到服务器后,使用 ipmcest –d reset 命令后完成重置,然后重装。 本文档提供了详细的 RH2288 V3 服务器安装 CentOS 7 的步骤和注意...

    基于CentOS Linux的DHCP服务器仿真实验平台的设计及实现.pdf

    "基于CentOS Linux的DHCP服务器仿真实验平台的设计及实现" 本文主要讨论了基于CentOS Linux的DHCP服务器仿真实验平台的设计和实现。DHCP(Dynamic Host Configuration Protocol)服务器是一种能够让同一网络中的...

    centos 7.9服务器 离线 搭建svn服务器

    centos 7.9服务器 离线 搭建svn服务器 ,该文章适用于 开发人员 实施人员 项目经理用于项目文档管理 代码管理,而不指定如何在centos7.9环境下离线搭建svn服务器,因为大多数的网站只是介绍yum install 的方式,但是...

    服务器安装centos7.6图文步骤超详细版

    这个详尽的指南覆盖了从设备准备到安装CentOS 7.6的全过程,确保你能够顺利地在服务器上部署这个稳定的Linux发行版。每个步骤都很关键,务必仔细操作,以避免可能出现的问题。在安装过程中,遇到任何疑问或困难,都...

    戴尔服务器安装centos步骤.docx

    戴尔服务器安装centos步骤详解 在本文中,我们将详细介绍戴尔power系列服务器安装centos的步骤,包括 BIOS 设置、启动配置、centos 安装配置、分区配置、root 密码设置和添加用户账号等。 一、准备工作 在安装...

    centos7配置Samba服务器

    ### CentOS 7 配置 Samba 服务器 #### 一、概述 Samba 是一个用于在 Linux 和 Unix 系统上实现 SMB/CIFS 协议的软件包,它允许不同操作系统之间的文件和打印共享。本篇文章将详细介绍如何在 CentOS 7 上安装、配置...

    linux centos6.4搭建DHCP服务器

    ### Linux CentOS 6.4 搭建 DHCP ...通过本教程的学习,读者不仅能够了解如何在 CentOS 6.4 系统中搭建 DHCP 服务器的基本步骤,还能够掌握 DHCP 服务的相关配置和管理技巧。这对于日常网络管理工作具有很大的帮助。

    14G R740服务器安装Centos7.3.docx

    ### 14G R740服务器安装Centos7.3 #### 一、概述 在本篇文章中,我们将详细介绍如何在14G R740服务器上安装Centos7.3操作系统。由于该服务器型号(14G R740)较为新,可能并未集成某些硬件设备的驱动,如H740阵列...

    centos7环境下搭建nas服务并完成数据迁移

    ### CentOS 7 环境下 NAS 服务搭建与数据迁移详细步骤 #### 一、NAS 服务端配置 在 CentOS 7 系统中搭建 NAS (Network Attached Storage) 服务,可以方便地实现局域网内的数据共享及管理。本部分将详细介绍如何在 ...

    华为服务器安装centos7.zip

    因为之前接触华为服务器较少,所以遇到了不少坑,我将遇到坑全部解决之后形成了这一份超详细的centos7.7的部署文档,希望帮到遇到相同问题的人。

    查看linux下dhcp服务器分配出去的IP地址及剩余IP地址汇编.pdf

    在查看 DHCP 服务器分配出去的 IP 地址及剩余 IP 地址时,我们需要注意的一点是,DHCP 服务器的leases 状态的变化记录到一个数据库,以便历史查询。这可以使用 DHCP lease parser 工具来实现。 最后,我们可以使用 ...

    Centos8 搭建日志服务器rsyslog+loganalyzer

    CentOS8 搭建日志服务器 rsyslog+loganalyzer CentOS 8 是一个流行的 Linux 发行版,rsyslog 是一个强大的日志服务器软件,loganalyzer 是一个基于 Web 的日志分析工具。本文将指导您如何在 CentOS 8 上搭建一个...

    查看linux下dhcp服务器分配出去的IP地址及剩余IP地址.docx

    - `DHCP lease parser`:将DHCP服务器的租约状态变化记录到数据库,方便历史查询。 - `Lanloard DHCP lease tracker`:CGI程序,用于跟踪DHCP租约。 - `ISC DHCP dhcpd.conf parser and editor`:提供友好界面...

    CentOS 7利用Rsyslog+LogAnalyzer配置日志服务器及Linux和windows客户端配置

    CentOS 7利用Rsyslog+LogAnalyzer配置日志服务器及Linux和windows客户端配置

    CentOS 7部署DHCP服务.docx

    以下是CentOS 7部署DHCP服务的详细步骤和相关知识点。 一、规划IP地址 在部署DHCP服务之前,需要规划IP地址范围。这里我们规划了两个VLAN,VLAN1的IP地址范围为192.168.188.100-192.168.188.253/24,VLAN2的IP地址...

    联想ThinkServer服务器安装CentOS7 Redhat7系统 驱动R110i RAID卡

    联想ThinkServer服务器R110i RAID卡 安装CentOS7 Redhat7系统 方法,由于CentOS7 和Redhat7系统不带R110i RAID卡驱动,所以需要手动加载。

    ThinkServer SR588服务器部署centos8

    ThinkServer SR588服务器部署centos8 在本文中,我们将详细介绍 ThinkServer SR588 服务器部署 centos8 的步骤,包括服务器系统安装、启动盘制作、BIOS 设置、Raid 卡配置、系统安装和配置、网络连接、软件选择、...

Global site tag (gtag.js) - Google Analytics