DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
  #1  
Old April 5th, 2004, 01:35 PM
rmiddle rmiddle is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Location: Severn, MD
Posts: 3 rmiddle User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Having trouble with my MX records.

I have something wrong someplace just can't find it.

Zone Info:
@ 1D IN SOA ns01.signius.com. techs.signius.com. (
2004040531 ; serial
30M ; refresh
30M ; retry
2H ; expire
1H ; minimum
)

; HEY YOU WITH THE EDITOR
; This file is generated automatically.
; All manual changes will be wiped out without a notice.


; NS RECORDS
@ 1D IN NS ns02.signius.com.
@ 1D IN NS ns01.signius.com.

; MX RECORDS
@ 1D IN MX 10 mx01.signius.com.
@ 1D IN MX 20 mx02.signius.com.

; A RECORDS
imap 1D IN A 65.88.208.7
imap01 1D IN A 65.88.208.7
ldap 1D IN A 65.88.208.5
localhost 1D IN A 127.0.0.1
mx01 1D IN A 65.88.208.12
mx02 1D IN A 65.88.208.13
ns1 1D IN A 65.88.208.30
ns2 1D IN A 65.88.208.31
smtp 1D IN A 65.88.208.10
smtp01 1D IN A 65.88.208.10
www 1D IN A 65.88.208.5

; RR RECORDS

Dig Results:

[root@localhost pri]# dig mx answernetnetwork.net

; <<>> DiG 9.2.2-P3 <<>> mx answernetnetwork.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49981
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 4

;; QUESTION SECTION:
;answernetnetwork.net. IN MX

;; ANSWER SECTION:
answernetnetwork.net. 66793 IN MX 10 mx01.signius.com.
answernetnetwork.net. 66793 IN MX 20 mx02.signius.com.

;; AUTHORITY SECTION:
answernetnetwork.net. 66793 IN NS ns02.signius.com.
answernetnetwork.net. 66793 IN NS ns01.signius.com.

;; ADDITIONAL SECTION:
mx01.signius.com. 3600 IN A 65.88.208.12
mx02.signius.com. 3600 IN A 65.88.208.13
ns01.signius.com. 3600 IN A 65.88.208.30
ns02.signius.com. 3600 IN A 65.88.208.31

;; Query time: 43 msec
;; SERVER: 207.99.0.1#53(207.99.0.1)
;; WHEN: Mon Apr 5 10:50:56 2004
;; MSG SIZE rcvd: 193

But nslookup produces:
[root@localhost pri]# nslookup type=mx answernetnetwork.net
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
nslookup: Couldn't find server 'answernetnetwork.net': Name or service not known

Not sure what is wrong or were to fix. I have tried different thing but not sure where to even look now.

Thanks
Robert

Reply With Quote
  #2  
Old April 5th, 2004, 06:56 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77
I've never used nslookup like that. Perhaps it's not the proper way to use it.

Reguardless, I checked your configuration remotely and there's nothing wrong with your MX records provided that the IPs they point to has a properly configured mail server.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links:

Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts

Reply With Quote
  #3  
Old April 6th, 2004, 01:04 PM
rmiddle rmiddle is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Location: Severn, MD
Posts: 3 rmiddle User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks

Thanks came to find out that I can send mail fine from yahoo.com, comcast.net, and a few other but can't send from that Exchange Server. Switched it to another DNS server and it keeps saying host can't be found. This is straing the problem is that the exchange server is the current mail server and what I hope to migrate off of to the new server once I confirm everything is working fine with the test domain. The nslookup type=mx domain.com apears to be linux maybe unix spefic and doesn't work under NT at all I found out. Any why that you know to find out under nt 4.x or 2000 what the MX server it see's for a domain.

Reply With Quote
  #4  
Old April 6th, 2004, 01:17 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77
This is how you can view your MX records from a remote location:

dig answernetnetwork.net mx

The above displays 2 MX records. Click on the mail server links to resolve them to an IP to verify it points to the right address.

This is how you can view your MX record information locally on an NT box:

Code:
C:\>nslookup - 127.0.0.1
Default Server:  resolver.dollardns.net
Address:  127.0.0.1

> set type=mx
> dollardns.net
Server:  resolver.dollardns.net
Address:  127.0.0.1

dollardns.net   MX preference = 10, mail exchanger = mail.dollardns.net
dollardns.net   nameserver = ns1.dollardns.net
dollardns.net   nameserver = ns2.dollardns.net
mail.dollardns.net      internet address = 192.168.1.2
ns1.dollardns.net       internet address = 192.168.1.2
ns2.dollardns.net       internet address = 192.168.1.2
>

Last edited by SilentRage : April 13th, 2004 at 01:51 PM.

Reply With Quote
  #5  
Old April 6th, 2004, 02:43 PM
rmiddle rmiddle is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Location: Severn, MD
Posts: 3 rmiddle User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
doesn't make since.

When in tried 127.0.0.1 it wouldn't reslove anything. I did:

nslookup
Server: resolver.xxxxxx.xxx
Address: 216.xx.xx.xx
> set type=mx
> dollardns.net
Gave right info:
> answernetnetwork.net
Gave me 2 timeout message.
Did again and this time returned information.
I am restarting the server to see if that resloves the problems.

Reply With Quote
  #6  
Old April 6th, 2004, 03:32 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77

Last edited by SilentRage : April 7th, 2004 at 11:28 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > Having trouble with my MX records.


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway