hello all,
firat, i've been happily using lvs (and web-gui-disabled piranha) for
quite some time--especially happy to be using it in my clients' corporate
environments.
now for my problem:
high level description:
i'd like to be able to use 2 physical pieces of hardware
(primary/failover directors) to support multiple NAT segments. the
requirement is that different sets of the real-servers would not be
visible to each other.
i.e. something like this:
| Directors
| |primary| |failover|
| (real ip's) (real ip's)
| eth1:192.168.0.1 eth1:192.168.0.2
| eth2:192.168.1.1 eth2:192.168.1.2 (usually not pres.)
| eth3:192.168.2.1 eth3:192.168.2.1 (usually not pres.)
| (virtual ip's)
| eth1:0 = 192.168.0.10
| eth2:0 = 192.168.1.10 (usually not present)
| eth3:0 = 192.168.3.10 (usually not present)
| RealServers Group 1
| ip's: 192.168.0.X
| nm: 255.255.255.0
| defgw: 192.168.0.10
| RealServers Group 2 (usually not present)
| ip's: 192.168.1.x
| nm: 255.255.255.0
| defgw: 192.168.1.10
| RealServers Group 3 (usually not present)
| ip's: 192.168.2.x
| nm: 255.255.255.0
| defgw: 192.168.2.10
i've been looking at projects like vserver and other options, just looking
from feedback from teh project.
<Drew
|