PDA

View Full Version : Host command?



CptSnork
May 23rd, 2011, 07:47 PM
Hello!

Does anyone know what the equivalent for this command would be in MS cmd (nslookup?) or a online tool that actually uses the host command???

I'm have a real problem trying to explain this to my ISP. They use online tools to look up DNS stuff and they just don't understand what I'm trying to say.

WHEN you do this (using google as an example) >> #host 74.125.155.103 you get an answer and therein you'll see the CNAME (right?).

NOW you do >> #host WHATEVERCANAME there should be additional answer saying blahblahblahCNAME with this address or hey i'm official...

The problem with my ISP is that there is no answer when you use the host command on the CNAME. I don't know if I'm ranting, pissed off, or just plain wrong. All I want is that my emails don't get rejected or go straight to spam:cry:

Anybody have similar problems or experiences?

CharlesA
May 23rd, 2011, 10:23 PM
You can use dig to check name resolution.

I think it's almost the same thing as nslookup.

timZZ
May 23rd, 2011, 11:11 PM
I use dig

Austin25
May 24th, 2011, 12:06 AM
For dns lookup:


dig google.com

For reverse dns lookup:


dig -x 74.125.225.19

CptSnork
May 24th, 2011, 12:51 AM
You can use dig to check name resolution.

I think it's almost the same thing as nslookup.


I use dig


For dns lookup:


dig google.com
For reverse dns lookup:


dig -x 74.125.225.19



Thank you all for your help! Dig gives back waaay more info than host does. Is the host command outdated? By what means does an email server usually authenticate where the received email comes from? Do they use the dig command as well?

CharlesA
May 24th, 2011, 12:54 AM
IIRC an email server will do a DNS look up of the domain mail is coming from to help filter spam.

Not sure if it does a reverse dns or not tho.

CptSnork
May 24th, 2011, 01:37 AM
IIRC an email server will do a DNS look up of the domain mail is coming from to help filter spam.

Not sure if it does a reverse dns or not tho.


OK, that's straightforward enough. A simple DNS look up should reveal everything it needs to know. Just would like to know if the server would be happy with the MX record from that result or if it keeps digging... I need to stop obsessing though! Thanks CharlesA!

CharlesA
May 24th, 2011, 01:48 AM
OK, that's straightforward enough. A simple DNS look up should reveal everything it needs to know. Just would like to know if the server would be happy with the MX record from that result or if it keeps digging... I need to stop obsessing though! Thanks CharlesA!
No problem. :)