Linux Geek Net > Documentation
Site Navigation
Home
Begining Linux
Bicycling
Data Recovery
Documentation
Linux Authentication Systems
ISPMan
High-Availability Mail Server
MailAdmin
Configuring Pyramid Linux
Gallery
Links
Linux Clusters
Miscellaneous
Network
Personal
Postfix
Resume
Securing Linux
ISPMan 0.8.2 Installation and Configuration
<<< Previous
ISPMan command line interface.
Next >>>
ispman.dnsshow
NAME
ispman.dnsshow - ispman command to view various dns set tings
SYNOPSIS
ispman.dnsshow -d domain.name -t type
DESCRIPTION
ispman.dnsshow allows you see dns informations such as MX, NS, A records to domains from CLI (command line)
EXAMPLES
To see A records for domain ispman.org
ispman.dnsshow -d ispman.org -t A
To see NS records for domain ispman.org
ispman.dnsshow -d ispman.org -t NS
To see MX records for domain ispman.org
ispman.dnsshow -d ispman.org -t MX
To see CNAME aliases for domain ispman.org
ispman.dnsshow -d ispman.org -t CNAME
To see SOA record for domain ispman.org
ispman.dnsshow -d ispman.org -t SOA
To see all records for domain ispman.org
ispman.dnsshow -d ispman.org -t any
To see all NS records for all domains
ispman.dnsshow -d all -t NS
To see all MX records for all domains
ispman.dnsshow -d all -t MX
To see all all records for all domains (I dont know why though)
ispman.dnsshow -d all -t any
http://ispman.sourceforge.org
To see SOA record for domain ispman.org
ispman.dnsshow -d ispman.org -t SOA
To see all records for domain ispman.org
ispman.dnsshow -d ispman.org -t any
To see all NS records for all domains
ispman.dnsshow -d all -t NS
To see all MX records for all domains
ispman.dnsshow -d all -t MX
To see all all records for all domains (I dont know why though)
ispman.dnsshow -d all -t any
AUTHOR
Atif Ghaffar
HOMEPAGE
http://ispman.sourceforge.org