Linux系统关于DHCP配置介绍

来源:爱站网时间:2022-05-10编辑:网友分享
不知道朋友们对Linux系统关于DHCP配置了解有多少,对这方面比较感兴趣的小伙伴可以看看爱站技术频道小编所整理的内容,希望这篇文章能帮助到朋友们解决问题。

建/etc/dhcpd.conf 文件
 
ddns-update-style interim;
#ignore client-updates;

subnet 192.168.0.0 netmask 255.255.254.0 {

# --- default gateway
        option routers                  192.168.0.1;
        option subnet-mask              255.255.255.0;

#        option nis-domain               "staff.baihe.com";
#        option domain-name              "staff.baihe.com";
#        option domain-name-servers      192.168.0.2, 202.106.0.20;
        option domain-name-servers      218.30.26.68,202.106.0.20;

        option time-offset              -18000; # Eastern Standard Time
#       option ntp-servers              192.168.1.1;
#       option netbios-name-servers     192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
#       option netbios-node-type 2;

        range dynamic-bootp 192.168.0.20 192.168.0.254;
        default-lease-time 21600;
        max-lease-time 43200;

linux

Linux系统关于DHCP配置介绍内容不知道朋友们都看明白了没有,有问题的话直接来联系爱站技术频道小编。在我们网站有很多精彩的技术内容,感兴趣可以关注。

上一篇:OpenIMS安装详细介绍

下一篇:Iptable服务配置详细教程

您可能感兴趣的文章

相关阅读

热门软件源码

最新软件源码下载