Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2200427
  • 博文数量: 230
  • 博客积分: 9346
  • 博客等级: 中将
  • 技术积分: 3418
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-26 01:58
文章分类

全部博文(230)

文章存档

2015年(30)

2014年(7)

2013年(12)

2012年(2)

2011年(3)

2010年(42)

2009年(9)

2008年(15)

2007年(74)

2006年(36)

分类: LINUX

2006-01-26 02:42:08

ddns-update-style interim;
ddns-update-style ad-hoc;
max-lease-time 86400;
default-lease-time 86400;

subnet 172.25.39.0 netmask 255.255.255.0 {
        range 172.25.39.1 172.25.39.250;
        option subnet-mask 255.255.255.0;
        option broadcast-address 172.25.39.255;
        option routers 172.25.39.254;
        option domain-name-servers 202.106.46.151,202.106.0.20;
        option domain-name "home.net.cn";

        host platinum {
                hardware ethernet 00:0a:e6:a9:64:a2;
                fixed-address 172.25.39.1;
        }

        host bchyi {
                hardware ethernet 00:80:c8:e4:c1:e4;
                fixed-address 172.25.39.2;
        }

}

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