I'm already set DNS n MX .... for and get result like this
Code:
[root@localhost zcs]# dig 10.11.1.11
; <<>> DiG 9.3.2 <<>> 10.11.1.11
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 3031
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;10.11.1.11. IN A
;; Query time: 197 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Feb 15 11:01:33 2007
;; MSG SIZE rcvd: 28
Code:
[root@localhost zcs]# dig zcs.alien.net
; <<>> DiG 9.3.2 <<>> zcs.alien.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45764
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;zcs.alien.net. IN A
;; AUTHORITY SECTION:
zcs.alien.net. 86400 IN SOA zcs.alien.net.zcs.alien.net. hostmaster.zcs.alien.net. 50 28800 25200 14400 86400
;; Query time: 71 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Feb 15 11:02:38 2007
;; MSG SIZE rcvd: 92
Code:
[root@localhost zcs]# host zcs.alien.net
zcs.alien.net mail is handled by 10 zcs.alien.net.
This File /etc/named.conf
Code:
include "/etc/rndc.key";
zone "zcs.alien.net" IN {
type master;
file "zcs.alien.net";
}; This File /etc/hosts
Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
#127.0.0.1 zcs.alien.net net
127.0.0.1 localhost.localdomain localhost
#10.11.1.11 zcs localhost
10.11.1.11 zcs.alien.net zcs
~
This File /etc/resolv.conf
Code:
; generated by /sbin/dhclient-script
#nameserver 10.1.2.140
#nameserver 10.1.2.5
#search jkt.tmt.net
zcs.alien.net 127.0.0.1
zcs.alien.net 10.11.1.11
This File /var/named/chroot/var/named/zcs.alien.net
Code:
[root@localhost zcs]# vi /var/named/chroot/var/named/zcs.alien.net
$TTL 86400
@ IN SOA zcs.alien.net hostmaster (
50 ; serial
28800 ; refresh
7H ; retry
4H ; expire
1D ; minimum
)
@ IN NS zcs ; Inet Address of names server
@ IN MX 10 zcs.alien.net. ; Primary Mail Exchanger
zcs IN A 10.11.1.11
mail IN CNAME zcs ; CNAME for a common nickname
webalien IN A 10.11.1.11 ; another host, for example
www IN CNAME webalien ; with a nickname
; End of File
And i make Link
lrwxrwxrwx 1 root root 41 Feb 15 10:25 zcs.alien.net -> /var/named/chroot/var/named/zcs.alien.net
Okey ... and i have error when i'm install zimbra
Code:
zimbra-store......zimbra-store-4.5.0_GA_612.FC5-20070115195533.i386.rpm...done
Operations logged to /tmp/zmsetup.log.15174
Setting defaults...No results returned for A lookup of zcs.alien.net
Checked nameservers:
127.0.0.1
DNS ERROR resolving zcs.alien.net
It is suggested that the hostname be resolveable via DNS
Change hostname [Yes] N
DNS ERROR - No A record for zcs.alien.net.
Interface: 10.11.1.11
Interface: 127.0.0.1
DNS ERROR - none of the MX records for zcs.alien.net
resolve to this host
Change domain name? [Yes] ifconfig
Code:
eth0 Link encap:Ethernet HWaddr 00:0C:29:1F:9B:61
inet addr:10.11.1.11 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe1f:9b61/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:34349 errors:0 dropped:0 overruns:0 frame:0
TX packets:22606 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3284220 (3.1 MiB) TX bytes:4109954 (3.9 MiB)
Interrupt:17 Base address:0x1400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:263 errors:0 dropped:0 overruns:0 frame:0
TX packets:263 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:25684 (25.0 KiB) TX bytes:25684 (25.0 KiB) And this some my log messages after installation
Code:
Feb 15 10:55:12 localhost kernel: audit(1171511710.611:13512): avc: granted { execmem } for pid=15396 comm="java" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
Feb 15 10:55:12 localhost kernel: audit(1171511710.611:13513): avc: granted { execmem } for pid=15396 comm="java" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
Feb 15 10:55:12 localhost kernel: audit(1171511710.627:13514): avc: granted { execmem } for pid=15412 comm="java" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
Feb 15 10:55:12 localhost kernel: audit(1171511710.627:13515): avc: granted { execmem } for pid=15396 comm="java" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process
Feb 15 10:55:12 localhost kernel: audit(1171511710.627:13516): avc: granted { execmem } for pid=15409 comm="java" scontext=root:system_r:unconfined_t:s0-s0:c0.c255 tcontext=root:system_r:unconfined_t:s0-s0:c0.c255 tclass=process Help me Please .... Thank You ...