mython

一、构建NTP时间服务器

  ntp服务器监控端口UDP:123

安装ntp和ntpdate

命令:yum  -y install ntp netdate

修改配置文件/etc/ntp.conf

启动ntp服务

命令:/etc/init.d/ntpd restart 

查看ntp状态

ntp -p

 

二、构建DHCP服务器

监听端口:UDP67/68

安装dhcp软件包

命令:yum -y install dhcp*

修改配置文件/etc/dhcpd/dhcp.conf

 

分类:

技术点:

相关文章:

  • 2021-04-23
  • 2021-11-14
  • 2021-12-09
  • 2021-12-05
  • 2020-06-25
  • 2021-08-17
  • 2022-01-02
  • 2021-08-03
猜你喜欢
  • 2021-12-19
  • 2021-09-30
  • 2021-09-30
  • 2021-12-21
  • 2021-09-12
  • 2021-11-14
  • 2021-10-15
相关资源
相似解决方案