Domain Names Not Resolving

Dec 16, 2007

Ocassionally some users have problems to connect the their websites, they can connect to the server via browser and can ping it and tracert the server IPs fine, they can also browse domains having a dedicated IP address. But they can't connect or ping their websites from their end, basically I think the domain name is not resolving.

From our end and the rest of users everything works fine.

Once I get a complain of this type I try whatever I can do

Check to see if their IP is not blacklisted
Restart named service
Restart apache service
But most of the time this doesn't work at all.

Exactly as the problem comes it goes, nothing I did seems to have any effect on the solution. It goes and ocassionally reappears.

Would you suggest me what would I do to find where the problem is and try to solve it.

View 7 Replies


ADVERTISEMENT

Apache 2.4 Not Resolving Host Names Only IPs

Sep 19, 2013

Our apache server is not resolving host names only ips. When i check the access.log it is denying entry for any host

For example I have set "Require host test1.internal.com.au" in the httpd.conf and the follow occurs test1.internal.com.au denied

If i set the physical ip of test1.internal.com.au (192.168.3.23) in httpd.conf then there is no issue and test1 can access the machine.

View 6 Replies View Related

Domain With Www Not Resolving

May 23, 2008

i have a weird problem with dns bind. i just setup a zone file and it seems [url]works but [url]doesnt work. i have also created a cname for www but still not working.

here is my zone file

$ttl 38400
domain.com. IN SOA ns1.domain.com. webmaster.domain.com. (
1211542287
10800
3600
604800
38400 )
domain.com. IN A 67.223.229.117
ns1.domain.com. IN A 67.223.229.117
ns2.domain.com. IN A 66.249.8.117
domain.com. IN NS ns1.domain.com.
domain.com. IN NS ns2.domain.com.
www IN CNAME domain.com.
ftp IN CNAME domain.com.
mail IN MX 0 domain.com.

View 6 Replies View Related

DNS Issues - Domain Not Resolving Sometimes

Sep 30, 2009

Does anyone have experience with DNS issues?

I'm hosting a few sites with LiquidWeb (freeteams.net and laxteams.net are the big ones), who's been a terrific host, but I occasionally have some issues trying to access my sites. It occurs only occasionally (maybe 10-20 people have let me know in the past year), but with users in different locations and on different ISPs. It seems to also only occur for a couple of hours.

When they try to type in a specific domain, it won't show up in their browser (browser-independent, I've tried it in Chrome, IE, and Firefox.) However, when they try the IP address directly, the site works. I have about 4 sites on one server, all with their own IP address, and the issue doesn't affect all the domains at the same time.

LiquidWeb says it's an ISP issue (they've checked all the settings on the server, and everything looks ok.) I tend to agree with them, because when I or my users switch from using their ISP's DNS server to OpenDNS' server, it works. However, it's happened at a number of different ISPs around the U.S., including universities, which makes me think there's something I can do to solve the problem. Also, I don't want users to have to change their computer settings.

Also, while I can't access the domain in the browser, I am able to ping the domain, and it will respond.

View 1 Replies View Related

Domain Not Resolving On Lamp

Apr 9, 2009

All setup following various tutorials on lamp, but having issues trying to view site url.

here what i got via dig:-

; <<>> DiG 9.3.4-P1 <<>> mp3-dash.com ANY
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45634
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;mp3-dash.com. IN ANY

;; ANSWER SECTION:
mp3-dash.com. 14400 IN A 89.46.102.100
mp3-dash.com. 14400 IN SOA ns1.mp3-dash.com.mp3-dash.com. admin@mp3-dash.com. 2009040602 86400 7200 3600000 86400
mp3-dash.com. 14400 IN MX 0 website.com.
mp3-dash.com. 500 IN NS ns1.mp3-dash.com.
mp3-dash.com. 500 IN NS ns2.mp3-dash.com.

;; AUTHORITY SECTION:
mp3-dash.com. 500 IN NS ns2.mp3-dash.com.
mp3-dash.com. 500 IN NS ns1.mp3-dash.com.

;; Query time: 24 msec
;; SERVER: 69.42.208.19#53(69.42.208.19)
;; WHEN: Thu Apr 9 20:47:14 2009
;; MSG SIZE rcvd: 202

does that all look ok, i have even ran dns lookup

and here what i getting:-

Searching for mp3-dash.com. A record at G.ROOT-SERVERS.NET. [192.112.36.4] ...took 30 ms
Searching for mp3-dash.com. A record at F.GTLD-SERVERS.NET. [192.35.51.30] ...took 158 ms
Searching for mp3-dash.com. A record at ns2.mp3-dash.com. [89.46.102.75]
Query timed out (interrupted after 1,999 milliseconds)
Retrying...
Searching for mp3-dash.com. A record at ns1.mp3-dash.com. [89.46.102.74]
Query timed out (interrupted after 2,000 milliseconds)
Retrying...
Searching for mp3-dash.com. A record at ns2.mp3-dash.com. [89.46.102.75]
Query timed out (interrupted after 2,004 milliseconds)
Retrying...
Searching for mp3-dash.com. A record at ns1.mp3-dash.com. [89.46.102.74]
Query timed out (interrupted after 2,000 milliseconds)
None of the nameservers responded correctly.

View 14 Replies View Related

Domain Not Resolving Problem

Jun 9, 2008

I have a customer having trouble with his email today, his domain seems to be unknown for some servers, even the host server refuses to ping to it

[root@svr01 ~]# ping perform.com.co
ping: unknown host perform.com.co

If I ping from my location it works fine

C:>ping perform.com.co

Pinging perform.com.co [74.86.13.172] with 32 bytes of data:

Reply from 74.86.13.172: bytes=32 time=126ms TTL=49
Reply from 74.86.13.172: bytes=32 time=120ms TTL=49
Reply from 74.86.13.172: bytes=32 time=123ms TTL=49
Reply from 74.86.13.172: bytes=32 time=117ms TTL=49

Ping statistics for 74.86.13.172:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 117ms, Maximum = 126ms, Average = 121ms

The domain is working for one year now.

Domain changed

The problem has dissappeared as it came.

View 2 Replies View Related

Domain Not Resolving Properly

Jun 22, 2007

A client recently moved one of their domains to one&one (night mare I know) he then asked us to repoint the domain name to our servers using out name servers.

We have done this and it is not resolving to our server.

The problem is that the site is no longer showing and their emails are down.

I used a domain dossier and the DNS record looks like it should be changed but I'd like some confirmation on this.

View 1 Replies View Related

Domain.com And Www.domain.com Resolving To Different Pages

May 27, 2007

For some reason, for one of my sites, www.domain.com resolves correctly -- however, domain.com resolves to the Cpanel default page.

I've set up this domain the same way I set up my others. Also, I checked the DNS entry and see nothing wrong w/ it. Here's a screenshot of my DNS domain zone file:
[url]

View 4 Replies View Related

Domain Names And Hosting

Oct 1, 2009

I have a domain bought with godaddy.com

I have the site hosted on hostultra.com

Whenever I put the address in (.com) it stays as the label in the address bar on every page.

Is having the hosting and and domain with the same company the only way to make the pages say mysite.com/index.html etc ?

Without using masking of course.

View 24 Replies View Related

Using WHM To Switch Domain Names

Jun 30, 2008

I got abc.com and xyz.com websites hosted on my dedicated server with whm control panel.

abc is my dev site and xyz is my current running live site. Now my dev site is done and I like to launch without uploading files to xyz.com. Both sites are on same server.

So, I am thinking to rename xyz.com to nonexisting.com in whm (site will down at that time). After that, rename abc.com to xyz.com. In order to rename site names, I have to use Main >> Account Functions >> Modify an Account , and edit domain name>>save.

if this is going to work for everything including email settings, ftp etc...

View 3 Replies View Related

.CN - Domain Names For China, Is Now Just $12.99

May 28, 2007

.CN - Domain names for China (irist.com), is now just $12.99

With China's recent accession to the World Trade Organization (WTO) the economy there is taking great strides towards global accessibility. .cn offers registrants the protection of a well-established brand name in what is certain to become one of the most lucrative marketplaces in the world, and begin making inroads into the Chinese marketplace.

irist . com/china-domain.php

View 0 Replies View Related

Can You Add Too Many Aliased Domain Names

Jul 10, 2007

Is it possible to add too many aliased domain names on a Dedicated server? I have Hostgator's most powerful dedicated server and I added probably 150 domain names as aliases to one of my websites. Now today all of the sudden none of my other sites will load on the web. When I try to go to one of my sites it just thinks and thinks but never loads.

I'm using WHM with cPanel. Can aliased names cause too much server load? Some of those 150 domains get a little traffic but not much.

View 4 Replies View Related

Security Of Your Domain Names

Feb 24, 2007

we run a small company with some domain names which are critical to us probably just like yours.

I am wondering how do you guys manage your domain names? Who is your DNS provider, do you trust them etc...?

We currently have an account at 1and1 and there is a little bit of insecurity feelings.

View 3 Replies View Related

Odd Domain Names Using My Server IPs

Sep 22, 2007

I have 10 dedicated Ip addresses and recently spotted in my stats for one of my sites, that some odd domain names were mirroring my site. On checking they were using my IP address and displaying my website.

I have no idea how they could have done this.

I changed my sites IP address to anopther in my range, however these domain names still point to my IP and whatever site I have put there.

Someone has said to me it is a form of phishing, but I dont know how they could have done this and whether I can somehow stop this happening. The domains that have kind of hijacked my IP are
ipinikoparan dot com
and
durmakyokyoladevam dot com

odd enough domain names, could someone have set this up and is it some kind of security risk?

View 12 Replies View Related

How Do People Reserve So Many Domain Names

Oct 5, 2009

So I've just been browsing around and I've checked out a couple of peoples portfolios. Some of you guys have 100's of domain names registered under you waiting for someone to buy it.

So that's my question, how can you have so many domains registered? Isn't that very expensive?

View 14 Replies View Related

Shared Hosting And Domain Names

Apr 5, 2009

I am setting up a service where I want the 'sites' all to point to an address with xyz.mydom.com (as an example).

The xyz would then be the customers name ...

How do I do this, what do I use. If someone could give me some pointers os that I can get started ...

Do I need to register each of these names?

View 10 Replies View Related

Extract Domain Names From .txt File

Jan 9, 2008

a command to extract the domain names from the following .txt file.

sss.com 59 01/09/2008 13:45
edd.com 59 01/09/2008 13:45

i want to extact the domains sss.com and edd.com in another txt file.

View 7 Replies View Related

Register Good Domain Names

Oct 13, 2008

I found good domain available names and when I tried to register using some webhosting companies they were first shown as available and in the next step of registration they were claimed to be taken. It does not happen with "not so good" names.
I think it happened with whois.net and register.com

So it looks like there is no way to register a good name?

Even when checking whois may have your good domain name stolen.

Can someone comment this and share his/her experience.

Which regetar and whois companies can I use safely?

View 4 Replies View Related

Do You Keep Domain Names And Hosting Separately

Nov 13, 2008

Could you please share your experiences on having domains and hosting with the same company? What are your opinions on free domains provided by hosting companies? Do you have domain names with the same company or separately?

View 24 Replies View Related

Domain Names Diferent Servers

Jun 26, 2008

i have two nix vps's One of the vps is setup and running 2 ips, a nameserver and with whm/cpanel on a centos5 system. The other vps is just hypervm with lxadmin panel and one ip. I have nameservers setup on vps1 and all domains work. I would now like to add a domain name to the other vps and use the first servers nameserver. The second vps only has one ip so i wasnt able to setup the domain name there. Is there a guide on how to setup domain names accross two servers with one namesserver. I tried a few options but nothing seems to work.

what do i need to do in whm I already added the domain name to the second vps, i just dont know how to get it to point to first vps and first vps point to domain name.

I know how to work whm but am very new to lxadmin(only two weeks)

View 3 Replies View Related

Two Domain Names For One Hosting Account

Jan 30, 2007

I have several domain names and I pay for hosting for each domain name. Each domain name gets little traffic, uses little bandwidth, and little storage space. I would like to pay for hosting once and share the bandwidth and storage space amongst the multiple sites. Do you know of a hosting company that offers this? I suppose it would involve having one hosting account and multiple IP addresses that resolve to different folders in your account?

View 12 Replies View Related

How To Point 2 Domain Names To Same Hosting Account

Apr 4, 2009

I know this question has been asked before but I tried the solutions I could find on net but not total success.

So, I have a shared hosting a/c with a domain(say www.xyz.com) pointing to it ..

Now I want a second domain (www.secondsite.com) to point to www.xyz.com/secondsitefolder

There was this article that says to use 'ZoneEdit' [url]how-to-...ting-aaccount/

And it works but the problem is when someone types www.secondsite.com in the browser, the browser url changes to www.xyz.com/secondsitefolder

Is there someway to stop tht browser url change or what's the correct way to have 2 domain names point to one shared hosting a/c.

View 6 Replies View Related

Server To Handle 100s Of New Domain Names

May 11, 2008

We are setting up 100s of new domain names every day. We are only hosting a simple blog, in fact with our current setup we are on a HostGator Reseller account and we are just using one account meaning one single cPanel account.

We have a script that automatically runs when people sign up for our service, this script sets up an addon domain on that same single cPanel account with the same document root. Our modified wordpress blog simply looks at the HTTP_HOST in the config file and opens a separate database tables for every new domain name.

The problem we are running into is not the bandwidth usage, nor storage space. But simply the mass addon domains. The cPanel adddomain.html script seems to be getting ran so many times it is overloading the web server.

So I have read about some other people here WHT that are starting to use a new server software that uses a lot less server resources then WHM and cPanel. So I am wondering what hosting companies can provide that sort of a server.

Specifically:

Storage: A couple hundred GB
Bandwidth: 1000s of GB
Server software to run PHP scripts and mySQL databases
Ability to create 1000s of addon domains every day.

Does this need to be an array of servers?

We are ready to get moving on a deal now.

View 8 Replies View Related

Register Multiple Domain Names Against The Same IP Address?

Jun 26, 2008

I have a dedicated server hosted in some data center. The server provider has provided me an IP address. I have bought a a domain name which redirects the traffic to that IP.

I have not been provided with any nameserver.

My question is is it possible that I register multiple domain names against the same IP address? If yes how?

View 14 Replies View Related

Keeping Multiple Domain Names Separate

May 31, 2007

How can it be determined that multiple domains are "affiliated" with each other? For example, at the link below, on the left side of the page it says that yahoo.com, yahoo.net, and yahooligans.com are owned together. Does this mechanism use WHOIS records, or does it use the IP addresses to which each address resolves (which would only get sites that use named-based virtual hosting to the same IP address, right?)

[url]

If people run multiple sites, say personal and business, and they don't want them to be affiliated, how can they make sure they can’t be linked with each other through such mechanisms?

View 0 Replies View Related

Apache :: Two Domain Names With Single Site

Jul 7, 2015

I am currently running Apache on Ubuntu 14.04. I tried adding an alias, but it doesn't do exactly what I need. I have a single site and I need to point two domain names to it. The thing is, if someone types in www.site1.com I want it to show the url as www.site1.com and if someone types in www.site2.com I want it to continue to show www.site2.com in the URL. Right now if they type in www.site1.com it shows the first site name as the URL, but if they type in www.site2.com it changes the URL to www.site1.com. Below is what I have as my virtual host in my conf file currently.

OS - Ubuntu 14.04
Apache/2.4.7 (Ubuntu)

View 1 Replies View Related

Plesk 11.x / Linux :: Send Email To Idn Domain Names?

Feb 6, 2015

I have a problem to send email to idn domain names.

The error that I have is

Validation failed for: xxx@xxx [pid 111655 on line 754 of "/usr/share/psa-horde/imp/lib/Compose.php"]

View 2 Replies View Related

Plesk 12.x / Linux :: Blacklisted By CBL When Using Domain Names In SMTP

Jul 6, 2014

After upgrading to Plesk 12, I switched on email sending limit to 50 emails per hour per account and also changed mail config to start using domain names in SMTP and less than 12 hours later became blacklisted by CBL - hotmail and live rely on this blacklist - ; the argument was we were sending bots and malware. This server has been under ASL since over a year now and we are positive its clean; still we did a full scan and nothing came up and none of the mail accounts were even close to sending 50 emails per hour. Being sure we were not sending spam nor malware contacted CBL and got whitelisted ..... for less than 24 hours. This happened three days in a row until we switched back to the previous mail settings where domains are not used in SMTP greeting and since then, we haven't had any trouble with CBL. how can we prevent being blacklisted while using domain names in SMTP greetings?

View 1 Replies View Related

Host 3 Domain Names, Small Space Required, No Frills

Jul 3, 2008

I would like to find a host that could handle 2 or 3 domains but without bells and whistles... everything with shared hosting is $25 a month and up! All 3 sites are under 1mb (not likely to go over 3 mb), written in good old HTML; I would prefer a File Manager but FTP is OK too. Must be US based and have a reasonable uptime guarantee.

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved