
环境 linux主机 IP: 192.168.10.1 主机名是:nicke.jwdomain.com 客户机 IP: 192.168.10.2 名为:fmis /etc/named.conf配置如下: options{ directory "/var/named"; forwarders {192.168.1.2 }; pid-file "/var/run/named/named.pid"; }; zone "." { type hint; file "named.ca"; }; zone "localhost" { type master; f...
OS Version : RedHat Enterprise Linux 5.0 DNS Version : Bind-9.3.3-7.el5 Domain Name : felix.com IP Address : 192.168.2.227 Ftp Server : 192.168.2.227 Web Server : 192.168.2.226 DNS Address : 60.191.244.5 [root@felix ~]# vi /var/named/chroot/etc/named.conf options { directory "/var/named"; }; zone "felix.com" { type master; file "felix.com"; }; zone "2.168.192....
我改在rhel5下配置DNS。可是在 [root@killgoogle named]# service named start 启动 named: named配置错误:: dns_rdata_fromtext: killgoogle.com.zone:8: near eol: unexpected end of input zone killgoogle.com/IN: loading master file killgoogle.com.zone: unexpected end of input _default/killgoogle.com/IN: unexpected end of input 202.196.41.rev:11: TTL set to prior TTL (11) 202.196.41.rev:12: TTL set to p...
以前一直用于光盘安装rhel5.3,但这次硬盘安装成功了, 却ping 的时候严重掉包, 但装的系统,什么都没改动过 不知是没装好还是硬件方面的问题, 硬件配置 主板名称 Onda NF520T 显卡 设备 NVIDIA GeForce 8500 GT CPU 名称 AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ 网卡 Generic Marvell Yukon 88E8056 based Ethernet Controller 已经这事闷了很久了,希望各位能帮帮忙
参考文章:http://hi.baidu.com/smilth/blog/item/a3394236c89010dfa3cc2b16.html http://blog.chinaunix.net/u/9951/showart_682416.html(配置前要认真读读此篇文章,了解DNS的原理) 一、主机环境说明 系统为Red Hat Enterprise Linux 5.0,hostname为oracle.xxt401.com,主机所处网段为192.168.1.0/24。 二、安装以下软件包 bind-libs-9.3.3-7.el5(提供一些库文件) bind-devel-9.3.3-7.el5 bind-utils-9.3.3-7.el5(提供di...
在主配置文件中,做了如下设置: [share] path = /home/share valid users = user01 public = yes writable = yes 发现,把public=yes改成no以后,对访问没有影响。 请问:public项的确切含义是什么呢? 多谢了,帮帮忙吧。
rhel AS4/3 + cluster suite 做HA,以hp ILO 作为powerswitch,这个ILO应该怎样配置?有没有实际作过的大哥帮忙讲解一下?