Tagged Questions
3
votes
3answers
976 views
Why isn't Java's InetAddress class resolving ipv6 addresses to their FQDN?
I'm trying to write a simple program using Java that, given an IP in either version 4 or 6 format, will return its FQDN. The following code works fine when given an ipv4 address, but will only return ...
1
vote
2answers
40 views
How to get a simple computer name (without the domain name) out of a full computer name in c#?
Can I get just a simple computer name (without the domain name) from a fully qualified name (can be with or without a domain name)? Is it possible for a computer name to have a dot (.) sign in it?
...
1
vote
2answers
823 views
Get unqualified host name in .NET
Is there a .NET equivalent to the winsock function GetNameInfoW() with the NI_NOFQDN flag set? As the MSDN docs for GetNameInfoW explain:
Setting the NI_NOFQDN flag results in local hosts having ...
1
vote
5answers
527 views
Sorting domain names
Has anyone implemented sorting a list of domain names?
I have seen some applications sort them as flat strings, but the problem is that you end up scattering all the related hosts in a domain:
...
0
votes
2answers
252 views
C++ Retrive the IP from a name from the DNS - LINUX
In my C++ linu application: how can I get from a DNS the IP reffering to a name?
Please attach code sample.
10x
0
votes
1answer
116 views
SMTP Fully-qualified domain name configuration
I have trouble with receiving of email from from my SMTP to internal (the same domain) email.
I mean that when I sent email from my registration@example.com email to private email somename@yahoo.com ...