View previous topic :: View next topic |
Author |
Message |
RedDawn Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/88458716741351efb6fe7f.gif)
Joined: 22 Sep 2003 Posts: 368 Location: Los Angeles, California
|
Posted: Tue Jul 20, 2004 5:47 pm Post subject: Setting up dynamic backup servers? |
|
|
How would i go about setting up a system.. in witch.. i can access my website..
www.yourowndisaster.net and if my website does not respond say in like 15 seconds be redirected. to another ip address or hostname.
im also running my own DNS servers if that will help you.
thanks...
it would go like this...
Quote: |
Connect to... yourowndisaster.net... if the host does not respond then i should be redirected to another website.. say my backup server...
Connect to backup server...
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
radonsg Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1009696065410c9e1de247d.gif)
Joined: 26 Jun 2004 Posts: 257 Location: Singapore
|
Posted: Tue Jul 20, 2004 6:51 pm Post subject: |
|
|
not sure if it will work the same for u. What I did was having 2 line of ip add which points to www.
Code: |
Localhost IN A 127.0.0.1
ftp IN A 192.168.2.2
www IN A 192.168.2.4
www IN A 192.168.2.8
|
So when I do a nslookup, sometimes it bring me to 192.168.2.4 sometimes 192.168.2.8
It work more like load balancing for me rather than backup. _________________ Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
RedDawn Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/88458716741351efb6fe7f.gif)
Joined: 22 Sep 2003 Posts: 368 Location: Los Angeles, California
|
Posted: Tue Jul 20, 2004 6:56 pm Post subject: |
|
|
radonsg wrote: | not sure if it will work the same for u. What I did was having 2 line of ip add which points to www.
Code: |
Localhost IN A 127.0.0.1
ftp IN A 192.168.2.2
www IN A 192.168.2.4
www IN A 192.168.2.8
|
So when I do a nslookup, sometimes it bring me to 192.168.2.4 sometimes 192.168.2.8
It work more like load balancing for me rather than backup. |
really.. that looks nice.. you put this in bind.. right..
make a new Alias and alias my same website to two different ip address?
i will try this when i get home from work.. Thanks to the info.. Really helpfull |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|