This is a discussion on Problem in DNS within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; hi i m newbee in rhel5. i m using rhel5 in vmware. my main OS is XP. where i m ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
hi
i m newbee in rhel5. i m using rhel5 in vmware. my main OS is XP. where i m wrong. so pls correct my config file. thanku my ip configure detail is XP IP 192.168.1.10 Rhel5 in vmware 192.168.1.100 DG 192.168.1.1 dns server ip is 69.68.87.85 69.68.87.86 this is my resolve.conf search jak.com nameserver 192.168.1.100 nameserver 69.68.87.85 nameserver 69.68.87.86 this is my named.conf // // named.caching-nameserver.conf // // Provided by Red Hat caching-nameserver package to configure the // ISC BIND named( // (as a localhost DNS resolver only). // // See /usr/share/doc/bind*/sample/ for example named configuration files. // // DO NOT EDIT THIS FILE - use system-config-bind or an editor // to create named.conf - edits to this file will be lost on // caching-nameserver package upgrade. // acl network { 192.168.1.0/24; }; 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"; forward only; query-source port 53; query-source-v6 port 53; allow-query { localhost; network; }; }; logging { channel default_debug { file "data/named.run"; severity dynamic; }; }; view localhost_resolver { match-clients { localhost; network; }; match-destinations { localhost; network; }; recursion yes; zone "jak.com" IN { type master; file "jak.com.zone"; allow-update { network; }; }; zone "1.168.192.in-addr.arpa" IN { type master; file "192.168.1.100.zone"; allow-update { network; }; }; include "/etc/named.rfc1912.zones"; }; |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| bind , dns , domain server , named , named-checkconf |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|