Tagged Questions
The reverse-dns tag has no wiki summary.
7
votes
7answers
9k views
Reverse DNS lookup in perl
How do I perform a reverse DNS lookup, that is how do I resolve an IP address to its DNS hostname in Perl?
3
votes
2answers
47 views
Reverse DNS, sending emails and hostname
I don't understand this "reverse dns" thing at all.
So, I have a website - www.someurl.com, and I have an ip address - http://180.160.160.190 (fake).
Now, I want to setup a "reverse dns" thing, so ...
3
votes
2answers
1k views
How to resolve DNS in Python?
I have a DNS script which allow users to resolve DNS names by typing website names on a Windows command prompt.
I have looked through several guides on the DNS resolve but my script can't still seem ...
3
votes
3answers
737 views
How to send clean email messages from your application?
When developing an application that sends out notification email messages, what are the best practices for
not getting flagged as a spammer by your hosting company. (Cover any of:)
best technique ...
2
votes
1answer
49 views
DNS Reverse Lookup with Asio
I would like to do a DNS reverse lookup (return hostname for a given IP Address) with asio, but I am not able to figure out which components I need to achieve this. Asio documentiation refers to ...
2
votes
4answers
289 views
Convert IPV6 to nibble format for PTR records
I need to convert a ipv6 address to its nibble format for use in creating ptr records dynamically. Here is the information I got from Wikipedia:
IPv6 reverse resolution
Reverse DNS lookups ...
2
votes
2answers
244 views
In Python, Getting More Info About An IP Address
I know about gethostbyaddr in Python and that is somewhat useful for me. I would like to get even more info about an ip address like one can find at various websites such as who hosts that ip ...
2
votes
3answers
314 views
Technical issues when switching to an unmanaged Virtual Private Server (VPS) hosting provider?
I'm considering moving a number of small client sites to an unmanaged VPS hosting provider. I haven't decided which one yet, but my understanding is that they'll give me a base OS install (I'd prefer ...
1
vote
1answer
76 views
Android Browser hostnames does not get resolved if domain name is not appended
I am trying open a site hosted on my localhost using machine name in an android browser. When I type in machine name on a desktop browser , it gets resolved, but in an android device I get webpage not ...
1
vote
1answer
227 views
Secure sockets, dns and getnameinfo timeouts
just yesterday while debugging my android app i figured out that whenever reverse dns lookup is not possible my connection takes bunch loads of time to initiate (roughly about 20-30 seconds).
i ...
1
vote
2answers
448 views
How long does a reverse DNS lookup take?
How long should I expect a reverse lookup take? 100 milliseconds? 1 second? 10 second? 30 seconds? What's your experience?
Why? We're debating adding a feature to our server software which ...
0
votes
1answer
184 views
Reverse DNS for my elastic IP?
We hosted our website over Amazon EC2 but now we are facing problem in delivering mails to yahoo and hotmail but Gmail is fine.
But as per my knowledge this might be due to reverse DNS lookup.
i ...
0
votes
1answer
123 views
Reverse DNS and SMTP
I'm in the middle of implementing Forward Confirmed Reverse DNS for my SMTP server. After reading around a bit, I found that it is best to do the lookup on the IP found at the other end of the SMTP ...
0
votes
0answers
213 views
Using the $GENERATE directive in BIND to add PTR records for a range of IPs
I need to generate numerous PTR records using BIND that follow this configuration:
222.55.190.1 IN PTR 190-1.randomdns.org
...
222.55.190.249 IN PTR 190-249.randomdns.org
...
0
votes
1answer
478 views
JavaScript reverse DNS look-up
Is there a way to display the reverse DNS entry for someone visiting your page using only JavaScript? Or is the only way to do an AJAX request to a server that can do it?
0
votes
1answer
681 views
How do I setup a reverse DNS entry in Plesk 9.2.2 frontent?
I need to get a reverse DNS entry into my zones file for one of my domains hosted under Plesk 9.2.2. Does anybody have ANY idea how this done? If all else fails I will have to update the zones file ...
0
votes
3answers
4k views
How to find out hosting provider from domain name?
I am looking for a reliable service that has a good database of the hosting providers vs domain names. I guess some of the domains that are privately hosted cannot be resolved to a definite hosting ...