> I got the dns working after some help on both box's,
>
> but now to set up a secondary server ?
Similar to a primary, but define the zones as slaves, i.e.
zone "foo.com" {
type slave;
masters { x.x.x.x; };
file "foo";
};
where x.x.x.x is the IP address of the primary. You don't need to
install the zone files; they will be created automatically.
-- Glynn Clements <glynn@sensei.co.uk> - To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.rutgers.edu