How To Setup A Redundant Server For A Domain Name To Reduce Downtimes
Oct 29, 2008
I have registered a domain using godaddy. I have hosted my site on a server of my shared hosting provider(lets call them X).Currently I have pointed mydomain.com to the server and it is up and running.Sometimes, I have experienced downtimes.
In order to solve this problem, I have hosted a clone of my site on another server from another hosting company(lets call them Y).
1. I want mydomain.com to point to Y when X is down
2. again point it to X when it is up.
My main aim is to have my site live with less downtime. The probability having both servers down is very less.
I dont know if it is technically feasible, just a thought out of dirty mind. I tried to google but was not able to find an answer specific to my problem.
Can anybody tell me how to achieve this through godaddy domain.
Added note, My site is not a commercial site and I cant afford large dedicated servers with clustering and failovers.
I'm in the process to setup a new service with an ISP with the following scenario and need your help.
I've got the rack (42U), servers and switches. Only routers has been left and here is that I need your help.
I have also 2 ports from the ISP where I can connect my routers. I need to get 2 router devices with auto sync feature in order to be able to setup a redundant plan in case that one of them goes down.
Those routers should have firewall features too in order to avoid setup iptables rules for each server. A basic DDoS protection is needed too.
I'm going to push around 100Mbit of traffic across the servers but that will happen after 3-4 months from the initial setup. In the first instance no more than 10-20Mbit will be used.
I heard a lot about Cisco but got no idea what model is the most suitable for my case. I will probably need a module for DDoS attacks and another one for advanced security IOS from what I read but it is not clear to me.
I'm looking to make high availability setup, and wondering how many of you have made it so? we are looking to multi-home the page with a round robin setup, using multiple VPSs/dedicated servers geographically different locations.
Right now i'm still looking at "stale" DNS setup, no automanagement of servers down. Is there a service/software which already offers automatic changes of zones for removing servers which are down, and adding them back when they get back online?
Hi there, i have few question for the best suited DNS Setup for our compagny.
We have tree server located in montreal. Two are running web services, one of them is only for dns ( home server ).
Two main server have Whm/Cpanel. One run Cpanel Dns only.
Main server have 7 ips each Dns server, only have 1
Let say we use domain xxx.com Right now we have ns1/ns2/ns3/ns4 point to server1 ns5/ns6/ns7 point to server2
We have no Nameserver that point to our dns only server for now. I'd like to advoid runing DNS Service on all of them, maybe having two slave one master would be fine. Question: What would be the best suited dns setup with my current config for best responding time and fast replication?
We have two in-house servers, one is hosting our public web server. The other one was just purchased to host a mirror of the production server (as a backup). The site is protected by an SSL cert... my question is how do i set up the server(s) so if/when the backup server needs to be switched into produciton, the SSL cert will transition flawlessly?
Just out of curiosity, do the big boys deploy hosting solutions that are different from the ones we know?
They never complain of Network Outages or Hardware failure. How come the likes of Yahoo, Facebook, Youtube and the others are always there any second you need them?
I have two servers. One hosts about 55 small sites and the other does nothing.
Can I make use of the spare one to take over automatically if the main server fails for whatever reason?
I had been thinking of using Rsync to backup accounts / mail every 6 hours or so and then manually changing the nameservers on the domains in the event of server1 failing. Would that even work? Then I got thinking about it all being automatic.
I have 1 server so I setup dns as ns1.mydomain.com, ns2.mydomain.com ip address pointed to server1. So, now I just bought another server. Can I setup ns2.mydomain.com pointed to 2nd server. Also how to setup more servers ie. 10, 20 server because I can only set up to 6 dns in one domain name.
2) Open Internet Information Services (IIS) Manager > Right Click On "Web Sites" select properties > Click Service Tab > Open HTTP Compression > Select Compress Application Files and Compress Static Files
3) Use eAccelerator (PHP accelerator, optimizer, and dynamic content cache) with This options;
4) Don't load this extensions, extension=php_mbstring.dll extension=php_domxml.dll extension=php_xslt.dll
Only use this Extensions in php.ini extension=php_sqlite.dll extension=php_curl.dll extension=php_gd2.dll extension=php_gettext.dll extension=php_iconv.dll extension=php_imap.dll extension=php_mssql.dll extension=php_sockets.dll extension="eaccelerator.dll" upload_tmp_dir= "C:WINDOWSTemp"
This Settings tested on Windows Server 2003 SP2 IIS6 with PHP v4.4.7
We have 2 linux servers with plesk. We want Redundant Dns and backup mail servers for our hosting domains. We already setup Primary nameserver ip address is first server, Sec Nameserver ip address is second Server. like
ns.ourdomain.com - first server ip address ns1.ourdomain.com - Second server IP Address
and how can setup backup mail server for both servers
I have a LAMP server running and would like to have the exact mirror running on another location. I would like to sync the web files and database in either real time (upon any update) or in delayed mode (x minutes after the update).
For MySQL, I believe replication can do the job unless anybody has better recommendation. What would you guys suggest for web files? Can I use different Linux flavor but maintain back the same LAMP version?
Is there any "online" 3rd party load balancing service that I could use to load balance the traffic to both servers?
One of our customers need to use a domain.de (.de ext), he registered the domain using godaddy, and godaddy have a few very special requirements for .de domains:
• The first 3 bits of the IP address (C-class) is different for each name server. • A glue record is necessary for the domain on the name servers. • The SOA (Start of Authority) must be within the following guidelines:
This is all done, 2 different C class IPs for each name servers, glue record, and SOA has been configured between specified values. Because of the 2 C class, we created DNS at server1, and pointed all www traffic to server2 (where the domain.de will be hosted)
This is the DNS zone at server1 (an Ensim server):
$ORIGIN . $TTL 3600 ; 1 hour sitename.de IN SOA nameserver1.server.com. support@hostingcompany.com. ( 2008010804 ; serial 10000 ; refresh (1 hour) 1800 ; retry (10 minutes) 604800 ; expire (2 weeks) 345600 ; minimum (1 hour) ) NS nameserver1.server.com. NS nameserver2.server2.com. $TTL 86400 ; 1 day A XX.XX.XX.XX $ORIGIN sitename.de. ftp A XX.XX.XX.XX www A XX.XX.XX.XX
This is the DNS zone at server2 (an cPanel server):
; Modified by Web Host Manager ; Zone File for sitename.de $TTL 3600 @ 86400 IN SOA nameserver2.server2.com. support@hostingcompany.com. ( 2008010804 10000 1800 604800 345600 )
sitename.de. 86400 IN NS nameserver2.server2.com. sitename.de. 86400 IN NS nameserver3.server2.com.
sitename.de. 14400 IN A XX.XX.XX.XX
localhost.sitename.de. 14400 IN A 127.0.0.1
sitename.de. 14400 IN MX 0 sitename.de.
mail 14400 IN CNAME sitename.de. www 14400 IN A sitename.de. ftp 14400 IN A XX.XX.XX.XX While checking the domain at [url], an error appears:
Zone sitename.de. Primary nameserver1.server.com. IP_ADDRESS_HERE Secondary nameserver2.server2.com. IP_ADDRESS_HERE
Test results
---- fatal ---- f: [TEST SOA record present]: server failure (IN/SOA: sitename.de.)
* nameserver2.server.com./IP_ADDRESS_HERE
I have verified every single thing at sitename.de.db on both servers at /var/named/, disabled DNS Recursion protection, stopped firewall, and the error continues.
And the error as you can see only happens with SOA at second server.
I have 2 servers. How do I setup the DSN for these 2 servers with my domain? For example, I have domain "mydomain.com" and server1 and server2. I want ns1.mydomain.com, ns2.mydomain.com --> server1 ns3.mydomain.com, ns4.mydomain.com --> server2
I have a VPS account with WHM/Cpanel console access. I have three domains that I am trying to setup. Within WHM I have setup three different accounts, one for each domain. I am able to login to the cPanel for all three accounts. This also created a new web directory for each domain in /home/domain_name/public_html/. I have placed my default index.php in all three public_html with the same permissions. But only 1 domain is working the other two are not. What am I missing? I have confirmed that all three have the correct DNS servers with godaddy and I can do an nslookup on all three. My provider told me to share the IP so that is what I am configured as..
I just got a VPS plan for the first time where I want to host several new websites. In the past I've used individual accounts to host a couple of other websites and haven't paid much attention to nameserver setup, just configured at my registrar whatever I was given from the hosting service.
So, I got a brand new domain to act as the host of the rest of the domains I'm setting up: www.example.com.
In the VPS I have setup this one as the default domain for nameservers: ns1.example.com ns2.example.com
Question 1: - Can I setup ns1.example.com and ns2.example.com as the nameserververs for www.example.com ? i.e. nameserver is used for the same domain in which it is named. Even if this is possible, is it a good idea or would it be better to host it somewhere else? When I try to define those as the nameservers in Godaddy I get the error message Nameserver not registered. What am I missing?
Other DNS questions Question 2: - If I host my nameservers in my VPS, I will need a separate IP for each one (ns1, ns2...and so on). Can I still use those IP's to actually host websites, or do I need additional IP's to host the actual sites? Any value in keeping each IP dedicated to a nameserver?
For example: IP#1 = used for ns1 IP#2 = used for ns2 IP#1 = used for website 1 IP#2 = used for website 2
Question 3: - Are DNS backup services valuable if I host my own nameservers? Any suggestions on good quality providers? Price not an issue.
Question 4: - If I used DNS backup services for example.com will that apply to ns1.example.com and ns2.example.com which I used for my VPS? and therefore will be applicable to other domains I host? Does this make sense? Or would I need a separate backup for each domain I host? Can I use one backup for multiple domains?
Question 5: - What are the drawbacks of hosting multiple sites under the same IP? I control all sites under these IPs
Question 6: - Can somebody recommend a good resource to learn how IP, DNS, nameservers, etc work? Any book, paid website, video... anything ? While there's a ton of info on the web, all is scattered and none seems to be too detailed enough for somebody starting to learn about this.
Last year my web host stated that my site was over utilizing allowed resources for my plan. Specifically, they state that I was overusing the CPU. At the time, I had to upgrade my plan in order to stay online. I would like to move to a new host, but the prospective hosts are all suggesting a dedicated server because of my CPU usage. I don't want to pay that kind of money, so I would really like to curb the CPU problem. Does anyone know how to reduce the CPU of a Wordpress blog? I tried posting this question over at Wordpress.org, but I haven't received a single reply.
I am looking for setup a gateway (reverse proxy I guess?), specifically how to configure Apache to point to different webservers depending on domain name.
I currently have a single webserver running multiple virtual domains all accessible via a single external IP address.
I would like to break this into 2 servers each running multiple virtual domains accessible via gateway with a singe external IP address.
As an example, a single internet IP address points to port 80 on the gateway machine. The gateway machine will determine if its example1.com, example2.com, example3.com or example4.com. If its example1.com or example2.com it will direct internally to webserver1 and if its example3.com or example4.com it will direct internally to webserver2.
Webserver1 and webserver2 each host different websites via virtual hosts.
Is this possible and if so, what is the correct configuration of the gateway machine. I currently have installed apache2 with mod_proxy enabled, but I am struggling with configuring it properly.
I have been working on and designing a hosting company. Now setting up my names servers has came to a question. When I ran a previous business with a partner he only use Name Servers on 1 Machine in 1 location.
Now my question is my first server is going to be located in New Jersey, USA . So that is where My first set of DNS starts. With my previous partner I noticed most of the customers were based in Europe, Philippines, etc. Over seas. Now What I am asking is Will a VPS in a different location work for DNS Server. That way I can keep a lower budget till we get a few customers under out belt.