Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

ipvsadm

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
debigokan
Posts: 48
Joined: 2016-09-03 15:54

ipvsadm

#1 Post by debigokan »

Hello

Ipvs admin is not running. What can be the problem ?

ipvsadm: 192.168.2.90
w1: 192.168.2.88
w2: 192.168.2.52

Myconfig:
ipvsadm -C
ipvsadm -A -t 192.168.2.90:80 -s rr
ipvsadm -a -t 192.168.2.90:80 -r 192.168.2.88:80 -g -w 1
ipvsadm -a -t 192.168.2.90:80 -r 192.168.2.52:80 -g -w 1


state:
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 192.168.2.90:80 rr
-> 192.168.2.52:80 Tunnel 1 0 30
-> 192.168.2.88:80 Tunnel 1 0 30



ipvsadm -lcn
IPVS connection entries
pro expire state source virtual destination
TCP 00:58 SYN_RECV 192.168.2.89:39588 192.168.2.90:80 192.168.2.88:80
TCP 00:23 SYN_RECV 192.168.2.89:39516 192.168.2.90:80 192.168.2.52:80
TCP 00:10 SYN_RECV 192.168.2.89:39490 192.168.2.90:80 192.168.2.88:80
TCP 00:29 SYN_RECV 192.168.2.89:39528 192.168.2.90:80 192.168.2.52:80
TCP 00:41 SYN_RECV 192.168.2.89:39552 192.168.2.90:80 192.168.2.52:80
TCP 00:39 SYN_RECV 192.168.2.89:39548 192.168.2.90:80 192.168.2.52:80
TCP 00:11 SYN_RECV 192.168.2.89:39492 192.168.2.90:80 192.168.2.52:80
TCP 00:51 SYN_RECV 192.168.2.89:39574 192.168.2.90:80 192.168.2.52:80
TCP 00:55 SYN_RECV 192.168.2.89:39582 192.168.2.90:80 192.168.2.52:80


Thanks.

Post Reply