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
[email protected]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to