Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Using Linux to build DHCP

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

How to build DHCP services in Linux. First of all, configure the local machine with static ip. The following is the configuration file path to modify the ENI information:

Vim / etc/sysconfig/network-scripts/ifcfg-ens33

Restart the service after changing the configuration: systemctl restart network.

If it is a yum installation, you need to clear the yum cache rm-rf / etc/yum.repo.d/* first

Create a new yum file vim / etc/yum.repo.d/a.repo

Use the system CD mount mount / dev/sr0 / media to mount the CD to the meida directory

Yum installs the DHCP service

Cp- r/ usr/share/doc/dhcp-4.2.5/dhcp.conf.example / etc/dhcp/dhcpd.conf

Enter the DHCP main configuration file vim / etc/dhcp/dhcpd.conf

There is a subnet declaration at line 47

After setting up, if the unit has a machine that uses fixed IP, such as a printer, there is a setting reserved on line 77.

Save and exit wq after configuration

Finally, start the DHCP service systemctl start network

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report