cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
305
Views
0
Helpful
1
Replies

WebSite Global Redirection

scheikhnajib
Level 1
Level 1

Hi There,

I believe that you will find this question stupid but I have been thinking about it and I reached the point that this is "Not Doable".

If I have 2 web servers holding the same website and having the same DNS name; one of them is in Europe and the other one is hosted in the far east.

My goal is that when a request comes from Europe or USA, the Europe server will get this request and if the request is generated from the far east, the relevant server will get the request.

I don't want to do this through the web servers themselves, but I need to do it through any routing technique, global redirection or DNS mechanism.

I know it sounds weird, but is this achievable in ANY way ?!?!?! Even if it involved expensive hardware platforms.

Thanks.

Salem.

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

Salem,

this is absolutely not a stupid question and it is do-able.

This is called network proximity routing.

The solution is based on DNS.

The idea is that when you get the dns request you check ask some probing devices [router] to measure the RTO time from the router to the client.

Hopefully, the router closest to the client will have the best RTO. the DNS server can then select the right server ip address to send its response.

The Cisco does this operation using a Global Site Selector (GSS). The configuration guide for network proximity is at :

http://www.cisco.com/en/US/products/hw/contnetw/ps4162/products_configuration_guide_chapter09186a008032cbd9.html#wp1176948

See the example, this is more or less the same sa what you are asking.

This is not easy to understand the first time you have to do it, so you might require some assistance from a local Cisco SE.

Gilles.