You are not logged in.

#1 2012-02-10 08:27:04

gghandsome
Member
Registered: 2012-02-09
Posts: 3

about ipvsadm

I use pacman command to install ipvsadm

pacman -S ipvsadm

after install,I config ipvsadm but I find it only can add a realserver

ipvsadm -A -t 192.168.72.122:80 -s rr
ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.125:80 -g -w 10
ipvsadm -a -t 192.168.72.122:80 -r 192.168.72.126:80 -g -w 10
ipvsadm -ln

display:

IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
TCP  192.168.72.122:80 rr
  -> 192.168.72.125:80            Route   10     0          0

what's the problem of this.Someone encountered such a problem.

Thanks!!

Offline

Board footer

Powered by FluxBB