Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/mdaeo.org/usr/plugins/AMP/Action.php on line 388
linux dhcp

Mdaeo'Blog

linux dhcp

 #Sample /etc/dhcpd.conf
  
    default-lease-time 1200;
  
    max-lease-time 9200;
  
    option subnet-mask 255.255.255.0;
  
    option broadcast-address 192.168.1.255;
  
    option routers 192.168.1.254;
  
    option domain-name-servers 192.168.1.1,192.168.1.2;
  
    option domain-name "mydomain.org";
  
  
    subnet 192.168.1.0 netmask 255.255.255.0 {
  
    range 192.168.1.10 192.168.1.100;
  
    range 192.168.1.150 192.168.1.200;
  
    }

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »

因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合AMP标准。