dhcp网络服务的搭建和配置(5)
时间:2010-02-24 15:07来源:http://gehailong.blog.51cto.co 作者:“龙哥” 博客 点击:次
dns ) 具体子网设置 Subnet 192.168.1.0 netmask 255.255.255.0 { 设置子网 } range 192.168.1.100 192.168.1.200; (设置可分配地址范围) option subnet-mask 255.255.255.0; (子网掩码) option routers 192.1
dns)
具体子网设置
Subnet 192.168.1.0 netmask 255.255.255.0 {设置子网}
range 192.168.1.100 192.168.1.200;(设置可分配地址范围)
option subnet-mask 255.255.255.0;(子网掩码)
option routers 192.168.1.1;(网关)
host Server01 { 指定特定主机,分配特定的ip地址(经理的ip)
hardware ethernet b0:c0:c3:22:46:81;客户端的mac地址
fixed-address 192.168.1.11;分配给客户端的ip
(责任编辑:南粤论文中心)
------分隔线----------------------------