Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 57c1e23609f1a951b51172d16ba5eb98 > files > 6

ipvsadm-1.27-5.mga5.src.rpm

# Configure a redirector host to distribute incoming Web requests 
# addressed to port 80 on 10.1.1.1 equally (Round Robin )
# to  port  80 on  2 Web server hosts ( 192.168.10.1 , 192.168.10.2 ). 
# The networking model for this example is NAT with each of the real
# servers being masqueraded by the LVS.
# see also ipvsadm(8).
#-A -t 10.1.1.1:80 -s rr
#-a -t 10.1.1.1:80 -r 192.168.10.2:80 -m -w 1
#-a -t 10.1.1.1:80 -r 192.168.10.1:80 -m -w 1