Hi
I got a problem on reverse IP lookup of my domain name, please help?
Here is the dump:
C:\Documents and Settings\Peter>nslookup
Default Server: dns03.netvigator.com
Address: 203.198.23.208
> set debug
> petersoft.com
Server: dns03.netvigator.com
Address: 203.198.23.208
DNS request timed out.
timeout was 2 seconds.
timeout (2 secs)
------------
Got answer:
HEADER:
opcode = QUERY, id = 3, rcode = NOERROR
header flags: response, want recursion, recursion avail.
questions = 1, answers = 1, authority records = 2,
additional = 0
QUESTIONS:
petersoft.com, type = A, class = IN
ANSWERS:
-> petersoft.com
internet address = 202.155.209.186
ttl = 85896 (23 hours 51 mins 36 secs)
AUTHORITY RECORDS:
-> petersoft.com
nameserver = ns1.petersoft.com
ttl = 85896 (23 hours 51 mins 36 secs)
-> petersoft.com
nameserver = ns2.petersoft.com
ttl = 85896 (23 hours 51 mins 36 secs)
------------
Non-authoritative answer:
Name: petersoft.com
Address: 202.155.209.186
> nslookup 202.155.209.186
Server: [202.155.209.186]
Address: 202.155.209.186
------------
Got answer:
HEADER:
opcode = QUERY, id = 4, rcode = NXDOMAIN
header flags: response, want recursion, recursion avail.
questions = 1, answers = 0, authority records = 1,
additional = 0
QUESTIONS:
nslookup, type = A, class = IN
AUTHORITY RECORDS:
-> (root)
ttl = 10800 (3 hours)
primary name server = A.ROOT-SERVERS.NET
responsible mail addr = NSTLD.VERISIGN-GRS.COM
serial = 2006101000
refresh = 1800 (30 mins)
retry = 900 (15 mins)
expire = 604800 (7 days)
default TTL = 86400 (1 day)
------------
*** 202.155.209.186 can't find nslookup: Non-existent domain
Here is my named setting file:
/var/named/named.petersoft.com:
$TTL 86400
petersoft.com. IN SOA ns1.petersoft.com.
root.petersoft.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
petersoft.com. IN NS ns1.petersoft.com.
petersoft.com. IN NS ns2.petersoft.com.
petersoft.com. IN A 202.155.209.186
petersoft.com. IN MX 10 mail.petersoft.com.
pos A 202.155.209.186
www A 202.155.209.186
ftp A 202.155.209.186
mail A 202.155.209.186
ns1 A 202.155.209.186
ns2 A 202.155.209.186
/var/named/named.202.155.209:
$TTL 600
@ IN SOA ns1.petersoft.com. petersoft.com. (
2004102901 ; Serial
28800 ; Refresh
14400 ; Retry
720000 ; Expire
86400 ) ; minimum
; ........
@ IN NS petersoft.com.
186 IN PTR petersoft.com.
; The following is about other hosts
1 PTR pos.petersoft.com.
2 PTR mail.petersoft.com.
3 PTR ftp.petersoft.com.
4 PTR
www.petersoft.com.
5 PTR ns1.petersoft.com.
6 PTR ns2.petersoft.com.
Please help.
thanks
from Peter ((E-Mail Removed))