Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > b59f8f4be5928a816ea119e430d69362 > files > 6

ipvsadm-1.31-3.mga9.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