Displaying 2 results from an estimated 2 matches for "dnsx".
Did you mean:
dns
2012 Sep 06
2
[Advice] CentOS6 + KVM + bonding + bridging
With the current talk on bonding, I have a few questions of my own.
I'm setting up a KVM host with CentOS 6.3 x86_64 on which I'd like to
attach the VMs to a bonded interface.
My target setup is one where two GigE NICs are bonded and then the KVM
bridge interface is attached to the bonded interface.
Initially I tried to use the balance-alb mode (mode6), but had little
luck (receiving
2007 Oct 02
1
0/0 is not valid, though the man page says it is
Hi,
The man page for nsd.conf claims the following syntax is valid:
provide-xfr: 0/0 NOKEY
However, this gives the error:
/var/dnsx/nsd.zones:9: error: Bad ip4 address '0'
The following does work:
provide-xfr: 0.0.0.0/0 NOKEY
So either the code is wrong, or the man page :)
Paul