H:\>nslookup -d2 backup
------------
SendRequest(), len 43
HEADER:
opcode = QUERY, id = 1, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional
= 0
QUESTIONS:
5.10.100.190.in-addr.arpa, type = PTR, class = IN
------------
------------
Got answer (92 bytes):
HEADER:
opcode = QUERY, id = 1, rcode = NOERROR
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 1, authority records = 0, additional
= 0
QUESTIONS:
5.10.100.190.in-addr.arpa, type = PTR, class = IN
ANSWERS:
-> 5.10.100.190.in-addr.arpa
type = PTR, class = IN, dlen = 37
name = sirius.athena15.dallasmetrocare.com
ttl = 1200 (20 mins)
------------
Server: sirius.athena15.dallasmetrocare.com
Address: 190.100.10.5
------------
SendRequest(), len 53
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional
= 0
QUESTIONS:
backup.Athena15.dallasmetrocare.com, type = A, class = IN
------------
------------
Got answer (69 bytes):
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 1, authority records = 0, additional
= 0
QUESTIONS:
backup.Athena15.dallasmetrocare.com, type = A, class = IN
ANSWERS:
-> backup.Athena15.dallasmetrocare.com
type = A, class = IN, dlen = 4
internet address = 190.100.10.33
ttl = 1200 (20 mins)
------------
Name: backup.Athena15.dallasmetrocare.com
Address: 190.100.10.33
H:\>nslookup -d2 190.100.10.33
------------
SendRequest(), len 43
HEADER:
opcode = QUERY, id = 1, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional
= 0
QUESTIONS:
5.10.100.190.in-addr.arpa, type = PTR, class = IN
------------
------------
Got answer (92 bytes):
HEADER:
opcode = QUERY, id = 1, rcode = NOERROR
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 1, authority records = 0, additional
= 0
QUESTIONS:
5.10.100.190.in-addr.arpa, type = PTR, class = IN
ANSWERS:
-> 5.10.100.190.in-addr.arpa
type = PTR, class = IN, dlen = 37
name = sirius.athena15.dallasmetrocare.com
ttl = 1200 (20 mins)
------------
Server: sirius.athena15.dallasmetrocare.com
Address: 190.100.10.5
------------
SendRequest(), len 44
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: query, want recursion
questions = 1, answers = 0, authority records = 0, additional
= 0
QUESTIONS:
33.10.100.190.in-addr.arpa, type = PTR, class = IN
------------
------------
Got answer (93 bytes):
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: response, auth. answer, want recursion, recursion
avail.
questions = 1, answers = 1, authority records = 0, additional
= 0
QUESTIONS:
33.10.100.190.in-addr.arpa, type = PTR, class = IN
ANSWERS:
-> 33.10.100.190.in-addr.arpa
type = PTR, class = IN, dlen = 37
name = backup.athena15.dallasmetrocare.com
ttl = 1200 (20 mins)
------------
Name: backup.athena15.dallasmetrocare.com
Address: 190.100.10.33
H:\>nslookup backup
Server: sirius.athena15.dallasmetrocare.com
Address: 190.100.10.5
Name: backup.Athena15.dallasmetrocare.com
Address: 190.100.10.33
H:\>nslookup 190.100.10.33
Server: sirius.athena15.dallasmetrocare.com
Address: 190.100.10.5
Name: backup.athena15.dallasmetrocare.com
Address: 190.100.10.33
H:\>nslookup backup.athena15.dallasmetrocare.com
Server: sirius.athena15.dallasmetrocare.com
Address: 190.100.10.5
Name: backup.athena15.dallasmetrocare.com
Address: 190.100.10.33
H:\>nslookup backup.Athena15.dallasmetrocare.com
Server: sirius.athena15.dallasmetrocare.com
Address: 190.100.10.5
Name: backup.Athena15.dallasmetrocare.com
Address: 190.100.10.33
H:\>ping -a 190.100.10.33
Pinging backup.athena15.dallasmetrocare.com [190.100.10.33] with 32
bytes of dat
a:
Reply from 190.100.10.33: bytes=32 time=2ms TTL=128
Reply from 190.100.10.33: bytes=32 time<1ms TTL=128
Reply from 190.100.10.33: bytes=32 time<1ms TTL=128
Reply from 190.100.10.33: bytes=32 time<1ms TTL=128
Ping statistics for 190.100.10.33:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 2ms, Average = 0ms
H:\>ping -a backup
Pinging backup.Athena15.dallasmetrocare.com [190.100.10.33] with 32
bytes of dat
a:
Reply from 190.100.10.33: bytes=32 time<1ms TTL=128
Reply from 190.100.10.33: bytes=32 time<1ms TTL=128
Reply from 190.100.10.33: bytes=32 time<1ms TTL=128
Reply from 190.100.10.33: bytes=32 time<1ms TTL=128
Ping statistics for 190.100.10.33:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
I believe you will find this is picked up from the primary DNS suffix, which
is used in the DNS suffix search list.
You can modify the primary DNS suffix so it does not have the uppercase A or
use a custom DNS suffix search list.
ipconfig /all will show your primary DNS suffix and DNS suffix search list.
--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
https://secure.lsaol.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
Thanks for the response and yes it is Primary DNS suffix... I have been
searching the internet for a little while trying to figure out where to
modify it at and not having much luck...I have browsed the DNS admin tool and
still haven't located where I can modify it...Can you point me in the right
direction by chance if you know where it is? I would appreciate it...I am
looking into the custom dns suffix search list but if I could modfiy the
primary ( without it being a big deal ) that would be better...
C:\>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : JSANASE
Primary Dns Suffix . . . . . . . : Athena15.dallasmetrocare.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : Athena15.dallasmetrocare.com
dallasmetrocare.com
On member clients, right click on My Computer, choose properties, select the
Computer Name tab (Network ID under Win2k). Click the Change button, then
click the More button.
Changing the Primary DNS suffix on a DC is best done with a script you can
find here:
http://support.microsoft.com/?id=257623&sd=RMVP#EMADAAA