阅读内容

Linux下DHCP配置命令

[日期:2007-11-24] 来源:Linux公社  作者:echo


建/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;




相关资讯       DHCP  LINUX命令 
本文评论       全部评论
发表评论
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款


点评: 字数
姓名:

L
I
N
U
X


GOOGLE搜索
Google