view

视图: view
作用:  分担流量
写法:

acl wangtong { 192.168.0.0/24;192.168.1.0/24;};
acl dianxin { 10.0.0.0/8;10.0.1.0/8;};
view "wangtong"{
 math-clients { wangtong; };
 zone "." IN { type hint; file "named.ca";};
 zone "bdyd.com"  IN {type master; file "1";};
};
 
view "dianxin"  {
math-clients { dianxin;};
zone "." IN { type hint; file "named.ca";};
zone "bdyd.com" IN  { type master; file "2";};
};
 
cd /var/named/chroot/var/named
cp localhost.zone 1
cp localhost.zone 2
vi 1
   IN  NS  @
www.bdyd.com.  IN  A  192.168.0.1
vi 2
  IN   NS   @
www.bdyd.com.  IN  A  10.0.0.1
 
作用:
 让网通用户访问网通服务器,让电信用户访问电信服务器.
 
 

你可能感兴趣的:(职场,休闲)