Nameserver Loop

Mar 25, 2007

my nameservers are failing I ran a DNS test over at [url]

and entered one of the accounts hosted on my server www.darkdemon.org

and at the end of the results I get

nameserver loop detected

I normally get my friend to setup my nameservers sadly hes on holiday at the moment so I'm trying to setup the nameservers myself, any idea how I can resolve this issue?

I'm running Centos 4

Cpanel / WHM

View 5 Replies


ADVERTISEMENT

AOL Hitting Website In A Loop

May 7, 2009

I have a question regarding something.

I have a live visitor tracking software so I see visitors online in my website

Some hour ago someone from AOL United States was on my contact page website.

Then after an hour i see the same user is still on the contact page but he is going from home domain.com to domain.com/contact.php

Then after 10 seconds he goes again to the homepage, 10 seconds later he goes again the contact page. So the counter shows 1000 pages this visitors is hitting all the same, forwards and backwards, to the homepage and back to the contact page, again and again in a loop for 10 seconds in one, 10 seconds in the other.

So I think this must some user that left his PC on and is going crazy in a loop, has a virus or something abnormal. The IP resolves to a AOL proxy cache using Internet Explorer with low resolution ,536 something.

So I go into the server restart apache, and think this is going to cut or break the connection. No, user is still there looping.

So I say, enough with this, this is not normal, I block the IP. Then voila the user changes IP but same browser from AOL. I say what? Block the new IP and this little devil changes IP again. So i think this must be someone trying to corrupt my webstats or is having fun on me, since a DDOS attack would not be so stupid to use only 1 IP. I block every IP and he keeps changing. So I block the full range from 205.188.116/***

View 4 Replies View Related

Email Loop From NetVentures

May 30, 2009

Has anyone else got an email from NetVentures regarding a review site and then getting 8+ tickets from other hosts? Seem to be a lot of victims... [url]

View 5 Replies View Related

Unmounting Amd Deleting Loop

Jul 1, 2008

I am writing on this forum and I am hopping some will help me. I have an issue with unmounting and deleting the /dev/loop0 on my host machine. Below is the error I am getting:

# losetup -d /dev/loop0
ioctl: LOOP_CLR_FD: Device or resource busy

View 2 Replies View Related

Alteon LB And SSL Redirection Loop

Aug 8, 2008

I am having an issue with one of our sites sitting behind an alteon load balancer. Basically, when people try to checkout from a store it redirects to https. Well, this gets stuck in a loop and never responds. If you go to https directly it works fine till you try and check out.

Flow is like this 443->loadbalancer->81 apache web server.

Anyway, I think it has something to do with the session getting lost. I've read some on proxying but I am not sure how to get it working.

View 1 Replies View Related

Infinite Loop From Mod_rewrite

Dec 6, 2007

I am having trouble figuring this out.

I am receving this error in my error log:

Code:
[error] [client XX.xxx.XXX.x] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Now Earlier I had that ip keep accessing my server for an odd reason. So I used mod_rewrite to block its requests.

Code:
RewriteRule file /index.php [R=301,NC]
RewriteRule file2 /index.php [R=301,NC]
RewriteRule file3 /index.php [R=301,NC]
So I am convinced Errors I am getting with these are from bots that are not accepting the redirects?

View 6 Replies View Related

Can A Nameserver Be Specified In An A Record By Another Nameserver

Apr 4, 2008

1) I use DNSMadeEasy for a couple of my important domains so I can utilize their failover service.

2) I use my own nameservers for everyone else.

At my register (GoDaddy) I've added host entries to my domain (let's call it host.com) for ALL of my nameservers: DNSMadeEasy and mine. For example here are my host entries:

1) nsdme0.host.com = 55.55.55.55 (DNSMadeEasy)
2) nsdme1.host.com = 56.55.55.55 (DNSMadeEasy)
3) nsdme2.host.com = 57.55.55.55 (DNSMadeEasy)
4) nsdme3.host.com = 58.55.55.55 (DNSMadeEasy)
5) nsdme4.host.com = 59.55.55.55 (DNSMadeEasy)
6) ns1.host.com = 60.55.55.55 (mine)
7) ns2.host.com = 61.55.55.55 (mine)

At the register I've then configured host.com to use the first five nameservers for itself, the DNSMadeEasy nameservers.

For less critical sites that I host I simply point them to ns1.host.com and ns2.host.com, my nameservers.

Now, here's the twist. If I use dig to look up www.host.com I get:

[root@lax1 ~]# dig +trace www.host.com

; <<>> DiG 9.3.3rc2 <<>> +trace www.host.com
;; global options: printcmd
. 220048 IN NS D.ROOT-SERVERS.NET.
...........................................
. 220048 IN NS K.ROOT-SERVERS.NET.
;; Received 228 bytes from 66.63.160.2#53(66.63.160.2) in 1 ms

net. 172800 IN NS J.GTLD-SERVERS.net.
...........................................
net. 172800 IN NS G.GTLD-SERVERS.net.
;; Received 497 bytes from 128.8.10.90#53(D.ROOT-SERVERS.NET) in 74 ms

host.com. 172800 IN NS nsdme0.host.com.
host.com. 172800 IN NS nsdme1.host.com.
host.com. 172800 IN NS nsdme2.host.com.
host.com. 172800 IN NS nsdme3.host.com.
host.com. 172800 IN NS nsdme4.host.com.
;; Received 225 bytes from 192.48.79.30#53(J.GTLD-SERVERS.net) in 125 ms

www.host.com. 1800 IN CNAME host.com.
host.com. 75 IN A 60.55.55.55
host.com. 86400 IN NS nsdme2.host.com.
host.com. 86400 IN NS nsdme1.host.com.
host.com. 86400 IN NS nsdme5.host.com.
host.com. 86400 IN NS nsdme0.host.com.
host.com. 86400 IN NS nsdme4.host.com.
host.com. 86400 IN NS nsdme3.host.com.
;; Received 276 bytes from 123.123.123.123#53(nsdme0.host.com) in 68 ms
BUT, if I lookup the nameserver (ns1.host.com) I get:

Code:
[root@lax1 ~]# dig +trace ns1.host.com

; <<>> DiG 9.3.3rc2 <<>> +trace ns1.host.com
;; global options: printcmd
. 218964 IN NS M.ROOT-SERVERS.NET.
...........................................
. 218964 IN NS K.ROOT-SERVERS.NET.
;; Received 228 bytes from 66.63.160.2#53(66.63.160.2) in 1 ms

net. 172800 IN NS H.GTLD-SERVERS.net.
...........................................
net. 172800 IN NS G.GTLD-SERVERS.net.
;; Received 497 bytes from 202.12.27.33#53(M.ROOT-SERVERS.NET) in 115 ms

ns1.host.com. 172800 IN A 60.55.55.55
host.com. 172800 IN NS nsdme0.host.com.
host.com. 172800 IN NS nsdme1.host.com.
host.com. 172800 IN NS nsdme2.host.com.
host.com. 172800 IN NS nsdme3.host.com.
host.com. 172800 IN NS nsdme4.host.com.
;; Received 241 bytes from 192.54.112.30#53(H.GTLD-SERVERS.net) in 151 ms

What I've realized is that the actual IP addresses for nameserver host entries come from a higher level server than my own, in this case H.GTLD-SERVERS.net. I guess this makes sense but I just hadn't realized it before. It looks like I don't even need to have record entries in my DNS records for the host nameservers.

Now for the question. Can I:

1) Remove my custom host nameserver entries from my register.

2) Add entries in my DNSMadeEasy records to specify the location of ns1.host.com and ns2.host.com.

3) Use the failover provided by DNSMadeEasy to also fail-over my DNS entries for my nameservers?

I know this would require one more hop if it works but it would allow me to provide failover ability to fifty domains without having to purchase the extra domains at DNSMadeEasy.

View 2 Replies View Related

Apache/php Locate Infnite Loop

Dec 3, 2008

my system sometimes just hangs, until i manage to restart apache.

i believe one of my programs, most likely php scripts, has infinite loop, unfortunately i'm clueless which script, where.

View 3 Replies View Related

Apache :: HTAccess Redirect Loop

Jan 25, 2014

Well, I was trying to use the following in htaccess, but I get the message of redirect loop.

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]

What I want to do is this: The URL is like somedomain.sub.com/somepage/s1/s2The index.php is accessible from somedomain.sub.com/somepage/I want to send s1/s2 as $_GET['page']

Also, I don't want the URL in the address bar to change, only the url sent to the server should change. This worked well in my localhost, but on webserver (0fees.net), it doesn't work ...

View 1 Replies View Related

Apache :: Infinite Loop In LAMP Website

Jul 18, 2013

We are getting infinite loops due to the user requesting the same page continuously , even if apache sends a 200. It is happening randomly once every two or three weeks for different users.This issue is not confined to one browser it is happening with firefox 21, firefox 5, ie 8, etc. It is not happening to the same user again.

It is a PHP based website with custom CMS.We are never able to replicate this issue.Is this something related to a plugin installed on a browser ?

PHP Version 5.3.8
Mysql
Apache 2.0
SUSE

View 1 Replies View Related

Plesk 11.x / Linux :: File System Loop Detected

Sep 19, 2012

I do not know how this happened though. When I use find command on shell, I got the following error.

find: File system loop detected; `/var/named/chroot/var/named' is part of the same file system loop as `/var/named'.

It is minimal CentOS6.3 install with plesk 11.

View 15 Replies View Related

Plesk 12.x / Linux :: File System Loop Detected

Jun 28, 2015

in CENTOS 6.6 / PLESK 12 when I use the find command I get this notice:find: File system loop detected; "/var/named/chroot/var/named" is part of the same file system loop as "/var/named".

View 2 Replies View Related

Plesk 12.x / Linux :: Webstats Stuck In A Redirect Loop?

Mar 29, 2015

I am trying to access my web stats - AWStats is the one it is configured for.

But when I click to go to web stats a popup opens that gets stuck in a redirect loop so I cannot access them.

The url is right, like this, but with my domain : [URL]

View 11 Replies View Related

Plesk 11.x / Windows :: Redirect Loop When Login Into Client Panel

Jul 24, 2014

I have a problem with one of my Plesk Panels for windows (v. 11.5.30 Update #47). One of the clients is getting "Redirect loop" error when tries to login to his panel. The funny thing is that this is only happening to one account. I've tried to change subsriber for his subscription, but there was no result, since the same thing happend when I tried to login with the new subscriber's login.

View 1 Replies View Related

Plesk 11.x / Linux :: Emails Loop Back To Original Servers Address

Dec 2, 2014

I have 2 different servers one with Plesk 11.5. and one new just installed Plesk 12.0, the 12.0 will not send emails out but i get them back to the inbox of the outgoing server. is there a fix for this as i have tried both postfix and qmail to send out emails all with the same result.

It seems that something has changed from version 11.5 to 12.

The plesk configuration is installed on Debian 7.7 OS

View 6 Replies View Related

Apache :: Every Single Webpage Visit Redirects To Webpage - Redirect Loop

Sep 1, 2014

I've been having troubles with my website recently . I installed a forum software (MyBB), and the problem started happening shortly after. I've talked to a few site admins in the MyBB community but they all say that none of MyBB's scripts are capable of doing this.

Every single webpage i visit redirects me to a webpage which then has a redirect loop. I've removed all recent changes made to my website via FTP and restarted apache, but i'm still receiving the same error. I'm not quite sure what to do.

Link to my website: ript.onl
Screenshots: [URL] ....

Every single webpage does this. I dont have any .htaccess files around and i've checked a few config files for anything out of the ordinary, but haven't seen anything.

View 3 Replies View Related

Nameserver/IP

Jun 30, 2009

I have a domain hosted at godaddy.com and I decided to go with VPS hosting elsewhere. I have changed the nameservers to [url]and [url]at godaddy. I set up the reseller account in WHM but the nameservers point to something other than [url]I am trying to change them to the correct nameservers by using the "Nameserver IP Assigment" tool but it is taking literally forever. Is this normal?

Should I have to wait until it assigns an IP address to use the correct nameserver?

View 5 Replies View Related

Nameserver

Aug 20, 2009

I just moved my site from a shared host to a VPS with PhotonVPS.

I forwarded the name servers at my registrar, GoDaddy.

However, when I look at my INTODNS report, I am getting all sorts of nameserver errors:

[url]

Is this normal while the changes propogate? Or did I mess something up, because I also cannot access my VPS cpanel now.

View 1 Replies View Related

Add A Nameserver

Jun 20, 2009

For some reason in WHM (root) (Fresh install) I'm trying to add a name server into ":2086/scripts2/listassignednsips" area and it just loads.... Never errors or anything just loads and loads for 30 minutes and never adds it. I have already add the IP's to the server. (6 IP's)

View 2 Replies View Related

NameServer IPs

May 22, 2009

Have you come across this problem where you change the NameServer IP in '/etc/nameserverips' but the change does not reflect , instead it reverts to the old IP?

Doing the following fixed the issue for me.

Disable whois lookups for the nameserver ip manager via in WHM>Tweak Settings

View 3 Replies View Related

How To Set NameServer?

Jul 21, 2008

when i set this namesever on other domain.

this message was show..

NameServer ns1.gempakbox.net is not a valid Nameserver

NameServer ns2.gempakbox.net is not a valid Nameserver

View 3 Replies View Related

DNS Nameserver

May 19, 2008

on setting up DNS server with my server. i dont know what to setup on dns zone files for my new server.

i have

registered xyz.com with godaddy.
i have 2 ip addresses (1.3.5.7 and 2.4.6.8)
my server hostname is server.xyz.com

and i am running bind.

i want to run my own name servers ns1.xyz.com and ns2.xyz.com
what to do next?

View 5 Replies View Related

Nameserver

Jun 15, 2008

Say a person has a domain called mydomain.com

and this domain mydomain.com is hosted from a nameserver called ns1.mydomain.com and ns2.mydomain.com

will this mean that:

the person who own mydomain.com owned his/her own webhost server?

and is that what is being called dedicated server? where I already did some research that would mean the whole server is owned by the 1 person/domain only?

I have been asking question to myself quite sometime now.. and hoping that this forum could help me in understanding this matter.

View 10 Replies View Related

Nameserver

Oct 6, 2007

I just took out a VPS hosting plan with Hostican, but I'm a bit confused about whether I followed their instructions properly... please be patient

Their instructions said this:

Quote:

Please note that on our network a VPS is like your own private space on the network to work from. This is why we provide your account with two dedicated IP addresses that you will need to use to register your name servers with. Please view the below name servers and IP addresses that you should use to register them.

ns1.mydomain.com <==> xx.xx.xx.xx
ns2.mydomain.com <==> xx.xx.xx.xx

Now all my domains are registered with 1&1, who don't provide an option for creating private nameservers in their control panel. So, I created two subdomains (ns1 and ns2.mydomain.com) and then created A records for ns1 and ns2, pointing to the IPs supplied by Hostican. Then I changed the nameserver for my domains to ns1 and ns2.mydomain.com

After a couple of days, this seems to have worked - domains point to new VPS webspace and emails working. I'm worried whether I did this properly though, or whether I'm going to get problems in future with reverse dns and stuff?

View 7 Replies View Related

Nameserver

Mar 25, 2007

My dating site sends an email notification to the user when they receive a message on the site. Many of the notify emails arent going to their destination.

In exim, I keep seeing this message:

failed for
550-unrouteable

mail domain "ns1.mydomain.com"
550 Sender verify failed

View 3 Replies View Related

Different NameServer IPs

Jan 3, 2007

I did ping the nameservers,

ns1.mydomain.com [130.74.135.102]
ns2.mydomain.com [66.21.114.11]

And this is when I added a new domain in Cpanel.
Using nameservers with the following IPs: 66.21.113.11,66.21.114.11 Bind reconfiguring on serverprovider using rndc
Created DNS entry for mydomain.com

Should it really be 2 different nameserver IPs?

View 4 Replies View Related

Nameserver

Nov 4, 2007

I just got a VPS, (unmanaged...eh), and I seem to be having a problem with nameservers.

The current IP for the VPS is: [url]

Its set as the shared IP in WHM, so everything is pointing to that. I asked my host if the nameservers ns1.thehobbylounge.com and ns2.thehobbylounge.com should work (that is the domain for the account I am running under WHM/cPanel), and I was told that this was correct.

However my registrar gives me a validation error when I put in those nameservers for my domain.

I tried to follow these steps: [url]

But they seem to be already done...I think thats if your server isn't setup at all.

View 5 Replies View Related

Nameserver

Aug 9, 2007

I'm setting up a dedicated server at a co-location and they keep asking me to provide 2 nameservers, such as:

ns1.yourdomain.com
ns2.yourdomain.com

But they won't explain any further than that. Do I make names up or are these the nameservers associated with my domain name at godaddy.com?

View 2 Replies View Related







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