2
votes
2answers
35 views
VB6 Lookup Hostname From IP, Specifying DNS Server
I know how to look up a hostname from an IPv4 in VB using the GetHostByAddr Windows API call (this works great). However, that function does not allow one to specify the DNS server to use. Sometimes …
1
vote
0answers
36 views
ping does not resolve the host - always appends a domain [closed]
The problem seems to be relatively easy, but I can't find good solution.
Configuration
I have local DHCP and DNS server running on ADSL router. It assigns IP addresses to local hosts and also keeps …
0
votes
1answer
20 views
PHP5 - Fails to resolve hostnames when not in interactive mode.
I'm working with an OS X 10.6 Server running Apache2 / PHP5 and having a problem with PHP not resolving hostnames when 'fopen()' tries to retrieve a file from a remote server. When run in interactive …
0
votes
0answers
23 views
Recommend DNS provider for high traffic site [closed]
Recommend DNS provider for Medium to High traffic site
Hi,
We will soon roll out a website that is expected to scale for medium to high traffic. We originally bought registered our DNS names with …
0
votes
5answers
120 views
.com domain registered to 127.0.0.1
There is some dot com domain someone has registed and pointed to 127.0.0.1. Something like myserver.com.
I saw this in an answer on a stackoverflow question - but the name of the domain has totally …
-2
votes
0answers
12 views
DNS Email not forwarding issues [closed]
So I setup JAMES successfully, and it works fine, if I send myself an email from gmail say, a@gmail.com sends to b@45.75.477.34 <- my ip. But when I do it for my domain name, it doesn't work, say …
0
votes
3answers
44 views
DNS File Mapping
Hi guys,
I'm trying to work out a feature for a Web application, but I'm a bit confused at this point. I was wondering if anyone can shed some light on the following scenario.
Say, my Web app is …
0
votes
1answer
9 views
Help needed in Setting up DNS Server in Windows 2008
Hi I'm trying to setup a DNS server on my loca network, so that when a client machine does
NSLOOKUP MYPCNAME
it returns the IP address of MYPCNAME
I installed DNS on the server, and I added a Forward …
4
votes
9answers
821 views
django is very slow on my machine
I have a fresh install of django 1.0 and a simple page served from it takes 5 secs to load. On my colleague's computer it takes almost no time.
I start the server using
python manage.py testserver
…
0
votes
3answers
28 views
Retrieving server address from email
How can I retrieve mail's SMTP server from email (for example oneat@op.pl) ?
5
votes
3answers
76 views
Check domain availability Java
Is there a relatively simple way in Java to check if a domain is available or not?
I need a reliable method, so only checking if the connection can be made is not enough.
0
votes
2answers
693 views
Correct SPF record using google apps
Can anyone help me out?
I am using google apps, and google is handling my email.
check out www.google.com/apps/
Well i have created the SPF record mention in the help forum in google, but the SPF …
5
votes
1answer
40 views
Creating subdomains on the fly
When one signs up for Blogger or WordPress, one gets very own subdomain that works instantly. How can do like that given I have my own VPS/VDS/Dedicated server?
1
vote
0answers
15 views
WCF Rest kit is showing my internal server names in the /help page
I have a simple WCF Rest service using the latest MS Restful preview kit. Everything works fine, site works as expected. However when I go to my /help page as in http://services.acme.com/help what is …
0
votes
1answer
10 views
Dnsqueryconfig returning junk characters!!
Hi iam trying to retrieve the domain name of a machine using the following code
//if(FAILED(DnsQueryConfig(
// DnsConfigPrimaryDomainName_UTF8,
// FALSE,
// NULL,
…
