码迷,mamicode.com
首页 >  
搜索关键字:bind9    ( 85个结果
ubuntu10.04 bind9 配置主从区域数据传送问题
今天在ubuntu10.04上配置dns主从区域数据传送时 从服务器学习不到主服务器的配置,查看/var/log/messages时显示为 Aug  1 06:42:45 ubuntu kernel: [ 5397.159601] type=1503 audit(1406900565.661:37):  operation="mknod" pid=2351 parent=1 profile="/...
分类:其他好文   时间:2014-08-01 23:10:22    阅读次数:394
Bind9用view配主从
We use two Bind server to realize view, master, slave-------------------------------------------------------------------------------------------------...
分类:其他好文   时间:2014-07-22 22:57:13    阅读次数:299
让BIND9对任意域名查询都返回固定的IP地址
如何配置BIND9,使得向它发起的所有DNS请求都返回固定的IP地址?通过一些小技巧,可以实现。下面是一个配置示例:首先是主配置文件named.conf的配置:zone "." { type master; file "/etc/named.fakeroot";};其中上面的zone "...
分类:其他好文   时间:2014-07-16 21:37:24    阅读次数:226
install and config bind9(named) on linux server
This article shows my process of installing and configuring bind9 DNS server on a linux server. I didn't touch every aspects of bind9, but following the process, a DNS server is configured with A/AAAA...
分类:系统相关   时间:2014-06-05 08:36:26    阅读次数:450
Openstack配置文件管理的变迁之路
在管理一个Openstack集群时,如何维护配置文件无疑是其中最艰难和繁琐的任务之一。因为你不仅要面对众多的核心服务(nova,keystone,glance,cinder,etc)的配置文件,还需要管理其相关服务的配置文件(mysql,rabbitmq,bind9,etc)。并且在Openstac...
分类:其他好文   时间:2014-04-28 08:06:00    阅读次数:832
85条   上一页 1 ... 7 8 9
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!