iptable -t nat -A PREROUTING -d X.X.X.X -p tcp --dport http -j DNAT --to-dest 192.168.0.100-192.168.0.111
this this the job but the if i use the same client it always uses 100 for ex.
but we need to do some preformance test with 3 client's so everytime a client
does a reqeust to the http server i want to get it for a different server.
anybody ?
thanks
Sander
On Mon, 2003-02-03 at 14:49, Sander Sneekes wrote:
Hi all,
I need to load balance between 2 webserver
what is the most fastest way of doing this?
With iptables? if yes wich line's do i need to use
i have a RH 7.2 with iptables running already doing
al network traffic
cheers
Sander