Hi Holger,
> > IIRC rndc wants to connect to localhost, which of course is not
> possible if
> > this resolves to the loopback interface
>
> > A line like
>
> > <YOUR VSERVERS IP> <VSERVER HOSTNAME> localhost
>
> > in /etc/hosts should fix that.
If I remember correctly rndc does not respect the hosts file. You have
to set up /etc/bind/rndc.conf like this:
include "/etc/bind/rndc.key";
options {
default-server 195.227.242.154;
default-key rndc-key;
};
and generate a key in /etc/bind/rndc-key with rndc-confgen.
Regards,
Christoph
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver
Received on Tue Oct 24 16:11:32 2006