Re: Testing my configuration

2008-12-18 Thread Stephane Bortzmeyer
On Wed, Dec 17, 2008 at 12:36:44PM +0100, Holger Honert wrote a message of 113 lines which said: > check out dig eith the zone-transfer option (man dig): He asked for information about a DOMAIN NAME, which may or may not be also a ZONE. If it is not a zone, zone transfer wont' work. Using:

Re: Testing my configuration

2008-12-17 Thread Peter Dambier
Hello Fred, try dig -t any domain.com @your-server dig -t any domain.com @your-server +vc and dig --help Regards Peter Fred Zinsli wrote: > Hello all > > Well I have a basic setup going and it seems to function. > > What I am wanting to know is, is there a way of getting all of the >

Re: Testing my configuration

2008-12-17 Thread Josh Kuo
dig @nameserver zone axfr For example: dig @10.10.10.10 my.domain.com axfr you need to allow zone transfer. On Wed, Dec 17, 2008 at 1:50 AM, Fred Zinsli wrote: > Hello all > > Well I have a basic setup going and it seems to function. > > What I am wanting to know is, is there a way of getting

Re: Testing my configuration

2008-12-17 Thread Holger Honert
Hi Fred, check out dig with the zone-transfer option (man dig): The -t option sets the query type to type. It can be any valid query type which is supported in BIND 9. The default query type is "A", unless the -x option is supplied to indicate a reverse lookup. A zone transfer can

Re: Testing my configuration

2008-12-17 Thread Holger Honert
Hi Fred, check out dig eith the zone-transfer option (man dig): The -t option sets the query type to type. It can be any valid query type which is supported in BIND 9. The default query type is "A", unless the -x option is supplied to indicate a reverse lookup. A zone transfer can

Testing my configuration

2008-12-17 Thread Fred Zinsli
Hello all Well I have a basic setup going and it seems to function. What I am wanting to know is, is there a way of getting all of the information pertaining to a specific domain name. Currently I am using nslookup and dig, but I only seem to get basic information. IE, dig domain.com only produ