Linux Newby and Network Configuration Problem

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

Mojo78

Linux Newby and Network Configuration Problem

Postby Mojo78 » Wed Apr 22, 2009 11:41 am

I want to test scalix community edition. So I installed on my vista64 System:

Virtual Box 2.2 -> Centos 5.2 64bit -> scalix 11.4.3

I tried the Dr.Rockhopper Tutorial:
http://doctorrockhopper.blogspot.com/20 ... -1143.html

I changed / created the files but i think i did wrong. When I type "service named start" the Result is:

Starting named:
Error in named configuration:
zone local.zzz/IN: loaded serial 2009011501
zone 2.168.192.in-addr.arpa/IN: has no NS records
_default/2.168.192.in-addr.arpa/IN: bad zone

Scalix System Check:
"Network check failed -- Could not find a host name in DNS that matches an IP address
IP adress '192.168.2.100' cannot be confirmed as this hosts IP address"

IP Centos: 192.168.2.100
IP Gateway: 192.168.2.1

My Files:
hosts:

Code: Select all

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1   localhost.localdomain   localhost
192.168.2.100   server.local.zzz   server
192.168.2.1   Speedport_W_700V   Speedport_W_700V

named.conf:

Code: Select all

include "/etc/rndc.key";
zone "local.zzz" {
type master;
file "/etc/named.zzz.fwd";
allow-update { key "rndckey"; };
notify yes;
};

zone "2.168.192.in-addr.arpa" {
type master;
file "/etc/named.zzz.rev";
allow-update { key "rndckey"; };
notify yes;
};

options {
forwarders { 192.168.2.1; } ;
};

resolv.conf

Code: Select all

; generated by /sbin/dhclient-script
search Speedport_W_700V
nameserver 192.168.2.1

named.zzz.fwd

Code: Select all

$TTL 14400;
@       14400   IN      SOA     server.local.zzz.        root@local.zzz. (
2009011501      ; Serial in YYYYMMDDXX - tab indented
28800           ; Refresh
3600            ; Retry
604800          ; Expire
14400           ; Default TTL
)

@     IN     NS          server.local.zzz.    ;
@     IN     A           192.168.2.100
@     IN     MX   10     server.local.zzz.

server                  IN      A       192.168.2.100
scalix-default-mail     IN      A       192.168.2.100

named.zzz.rev:

Code: Select all

$TTL 14400;
@       IN      SOA     server.local.zzz.        root.local.zzz. (
2009011501      ; Serial
28800           ; Refresh
3600            ; Retry
604800          ; Expire
38400           ; Default TTL
)

IN     NS             server.local.zzz.   ; tab intented

2     IN     PTR     server.local.zzz.    ; 
2     IN     PTR     scalix-default-mail.local.zzz.


I hope s.o. sees the error?
I would be very grateful for any help.
Bye Mojo

LeslieW
Scalix
Scalix
Posts: 239
Joined: Thu Jun 19, 2008 10:03 am
Contact:

Re: Linux Newby and Network Configuration Problem

Postby LeslieW » Fri Apr 24, 2009 10:25 am

Try putting an @ in the NS line:

Code: Select all

@      IN     NS             server.local.zzz.   ; tab intented


Your zzz.fwd file has it correct. The zzz.rev does not.


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 7 guests

cron