Orace RAC安裝-DNS安裝-配置/etc/named.conf檔案
// 配置/etc/named.conf options { listen-on port 53 { 127.0.0.1; 192.168.1.100; }; listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; recursion yes;
dnssec-enable yes; dnssec-validation yes; dnssec-lookaside auto;
/* Path to ISC DLV key */ bindkeys-file "/etc/named.iscdlv.key";
forwarders { 202.118.66.8;202.118.66.6 ; }; };
logging { channel default_debug { file "data/named.run"; severity dynamic; }; };
zone "." IN { type hint; file "named.ca"; };
zone "Luise.net." IN { type master; file "Luise.net.zone"; allow-update { none; }; };
zone "1.168.192.in-addr.arpa." IN { type master; file "1.168.192.in-addr.arpa"; allow-update { none; }; };
include "/etc/named.rfc1912.zones"; |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1078776/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Orace RAC安裝-DNS安裝DNS
- Orace RAC安裝-DNS安裝-配置/var/named/檔案中的2個檔案DNS
- Orace RAC安裝-DNS安裝-修改RacNode1和DNSServer中的/etc/resolv.conf檔案及測試DNSServer
- 二進位制檔案安裝安裝etcd
- 安裝配置ETCD
- oracle 配置檔案 ,方便安裝Oracle
- Orace RAC安裝-Oracle Linux 5和6 ASM的UDEV SCSI規則配置OracleLinuxASMdev
- WebStrom 安裝教程_配置檔案修改Web
- SQL Server解除安裝配置檔案SQLServer
- Linux下靜默安裝OraceLinux
- 預安裝RAC的ServiceGuard配置
- 【RAC】RAC安裝錯誤手工解除安裝
- Orace RAC安裝-Oracle Linux 5和6 ASM的UDEV SCSI規則配置-使SCSI裝置受信OracleLinuxASMdev
- RAC安裝
- 在RAC下安裝配置OGG
- solaris安裝RAC的儲存配置
- linux配置multipath 並安裝racLinux
- oracle rac安裝配置注意事項Oracle
- 分散式檔案系統(FastDFS)安裝 配置分散式AST
- 安裝RAC: /etc/resolv.conf failedAI
- 解除安裝RAC
- aix rac安裝AI
- RAC安裝2
- 3 安裝配置oracle叢集和RACOracle
- 虛擬RHEL5上安裝11g RAC-安裝配置
- 【RAC安裝】 AIX下安裝Oracle 11gR2 RACAIOracle
- Orace RAC安裝-Oracle Linux 5和6 ASM的UDEV SCSI規則配置-載入更新的塊裝置分割槽OracleLinuxASMdev
- oracle安裝:使用響應檔案靜默安裝Oracle
- qq安裝出現提取安裝檔案失敗,qq安裝失敗
- RAC安裝之一 安裝前準備
- Ubuntu 安裝 .bundle 檔案Ubuntu
- Argo 安裝和 workflow 例項配置檔案解析Go
- Linux CentOS 檔案共享NFS的安裝配置LinuxCentOSNFS
- 寶塔皮膚安裝配置檔案有錯誤
- Windows 11.2.0.4 RAC安裝配置以及RAC新增節點Windows
- zabbix安裝—–nginx安裝和配置Nginx
- udev 裸裝置 安裝racdev
- 本地windows搭建spark環境,安裝與詳細配置(jdk安裝與配置,scala安裝與配置,hadoop安裝與配置,spark安裝與配置)WindowsSparkJDKHadoop