搜索

Linux系统下配置DHCP服务器介绍

发表于 2025-11-05 13:12:38 来源:益强智未来
Linux系统下配置DHCP服务器介绍
复制ddns-update-style interim;   ignore client-updates;  subnet 192.168.1.0 netmask 255.255.255.0 {  option routers 192.168.1.254;  option subnet-mask 255.255.255.0;  option broadcast-address 192.168.1.255;  option domain-name-servers 192.168.1.3;  option domain-name "www.cao.com"; #DNS名称#  option domain-name-servers 192.168.1.3;  option time-offset -18000;   range dynamic-bootp 192.168.1.128 192.168.1.255;  default-lease-time 21600;  max-lease-time 43200;  host ns   {  hardware ethernet 52:54:AB:34:5B:09;#运行DHCP的统下网络接口的b2b供应网MAC地址# fixed-address 192.168.1.9;  }  }  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.30.31.32.33.34.35.36.37.38.站群服务器
随机为您推荐
版权声明:本站资源均来自互联网,如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

Copyright © 2016 Powered by Linux系统下配置DHCP服务器介绍,益强智未来  滇ICP备2023006006号-17sitemap

回顶部