Chinaunix首页 | 论坛 | 博客
  • 博客访问: 317302
  • 博文数量: 62
  • 博客积分: 2087
  • 博客等级: 大尉
  • 技术积分: 780
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-20 21:08
文章分类

全部博文(62)

文章存档

2009年(7)

2008年(55)

我的朋友

分类: LINUX

2009-01-19 16:08:24

ddns-update-style interim;

ignore clnt-updates;

subnet 192.168.0.0 netmask 255.255.255.0 {

option routers 192.168.0.1;

option subnet-mask 255.255.255.0;

option broadst-aess 192.168.0.255;

option domain-name-servers

202.96.199.133, 202.96.133.134;

range dynamic-bootp 192.168.0.1 192.168.0.255;

default-lease-time 21600;

max-lease-time 43200;

    }

阅读(2024) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-01-20 08:14:15

Can u explain the functions of each segment?