Load balancing Global

Is that posibble to use nginx as Global Load balancer? I used GeoIP load
balancing method

For example

1.1.1.1 (nginx) -> 2.2.2.2 (apache) -> Local Network

                            -> 3.3.3.3 (apache) -> External Network

(Different country)

What I know right know, traffic IN/OUT is from 1.1.1.1

Is that posibble is

Traffic IN -> 1.1.1.1

If the IP is coming from outside of my country, nginx will redirect it
to
3.3.3.3

But the traffic to 3.3.3.3 is not coming from 1.1.1.1, but directly from
3.3.3.3 to the clients

How can I do this method?

Regards,

Glen L.

Am I able to implement this with rewrite module?

If yes, how can I make the rewrite rule?

Regards,

Glen L.

From: Glen L. [mailto:[email protected]]
Sent: 13 Nopember 2008 10:23
To: ‘[email protected]
Subject: load balancing Global

Is that posibble to use nginx as Global Load balancer? I used GeoIP load
balancing method

For example

1.1.1.1 (nginx) → 2.2.2.2 (apache) → Local Network

                            -> 3.3.3.3 (apache) -> External Network

(Different country)

What I know right know, traffic IN/OUT is from 1.1.1.1

Is that posibble is

Traffic IN → 1.1.1.1

If the IP is coming from outside of my country, nginx will redirect it
to
3.3.3.3

But the traffic to 3.3.3.3 is not coming from 1.1.1.1, but directly from
3.3.3.3 to the clients

How can I do this method?

Regards,

Glen L.