On Fri, 23 Feb 2007 [EMAIL PROTECTED] wrote: > Date: Fri, 23 Feb 2007 13:27:24 -0700 (MST) > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: [Voyage-linux] Make DNS all resolve to localhost > > I need a simple way to make voyage a DNS server that resolves all DNS > requests to the same address. Does anybody have a quick / easy way to do > that? > > Thanks, > _ > /-\ ndrew
in bind, change named.conf where it says zone "hint" to zone "." and this will make your name server a root server. then in the file "db.root" put a wildcard A record to the address that you want everything to resolve to. -ron -- /~\ The ASCII Ribbon Campaign \ / No HTML/RTF in email X No Word docs in email / \ Respect for open standards _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
