dns

How to get **all** IP addresses of a domain?

I built the getaddrinfo() sample provided at http://beej.us/guide/bgnet/output/html/multipage/syscalls.html#getaddrinfo When I run it on an example domain, such facebook.com it lists three (3) IP address: IPv4: 69.63.189.11 IPv4: 69.63.189.16 IPv4: 69.63.181.12 I know, however, that there are quite a few more addresses (at leas...

Block website without forcing user to restart browser?

I know blocking a website is a popular question but none of the answers I've seen address my particular situation: I want to block a website (to be selected by the user, which must also have Admin rights, on Windows XP), without forcing her to restart her browser. The well known technique of modifying the hosts file requires some brow...

Internet Explorer only browser not to connect to site on local network

I am using VMWare Fusion on my mac to test sites on a windows XP virtual machine (ie6). My mac has the Static IP 192.168.0.220 and the site is being hosted via django, using port 8000. Using both Bridged and NAT mode I can successfully access this site using either Chrome or Firefox (installed on the windows virtual machine) through ht...

IP address ranges for EC2

Is there any public info on what public IP address ranges Amazon EC2 uses? I would like to be able to lookup an IP and know whether or not it's an EC2 machine. I know that the DNS name given to EC2 machines gives a hint that it's an EC2 account, but I really prefer to just have an IP lookup available. Tx, Simon @ http://LabSlice.com ...

Mapping domain name to linux server

I bought a domain name with GoDaddy.com. I have a Ubuntu linux server running with Rackspace Cloud. On this server, I have Apache up and running. My question is this: How can I set up my domain to point to my server with Rackspace Cloud. More specifically, I want http://www.mydomainname.com to map to my Apache server. I am assuming th...

Nscd seems runnig but cant resolve any dns question

Hi, nscd seems running but it only gives error. nerkn@nerkn-laptop:~$ dig istanbulboncugu.com @localhost & [1] 19741 nerkn@nerkn-laptop:~$ dig istanbulboncugu.com ; <<>> DiG 9.7.0-P1 <<>> istanbulboncugu.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53994 ;; flags: qr rd ra; QUERY: 1, A...

Problems resolving Hostname using DNS.getHostEntry()

Tested with 4 PC, 1 of which is local, the others are lan PC in my office environment. All these PC are using static IP with hostname which are all ping-able. I used Socket and wanted to get the hostname of the remote PC. Out of the 4 PC, there is only 1 PC giving me problems. The problem of that PC is that I have already got the IPAd...

xampp: hosting multiple sites

Hi, I have a web server running xampp. I have two domain names lets call them www.domain1.com and www.domain2.com. I have updated the dns settings of domain1 to point to my server which is working fine, (i.e the files for domain1 are in the htdocs folder and when i go to www.domain1.com in a browser i get the index file of these files.)...

what is the best way to detect the country code of a website ?

what is the best way to detect the country code of a website ? 1) looking at the domain registration info 2) ip range 3) domain extension ... UPDATE : this information (country codes) will be used to built a search engine for the web of a given country. ...

SMTP Fully-qualified domain name configuration

Hi everyone, 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 [email protected] email to private email [email protected] this email was delivered. But when I sent from [email protected] to [email protected] this email was not delivered. T...

Typiclal DNS lookup behaviour of browsers on diffent platforms, for IP addresses?

When browsers look up hostnames, do they do that even when the "host name" is an IP address? For instance http://74.125.39.105/ goes to some Google servers. Will this result in a DNS lookup on common browsers and platforms, such as Safari, IE, Firefox, Chrome, Opera, Windows, Linux, Mac OSX? Or will the browser (in the common case) just...