| 
 I'm using the lvs and has persistent services for http and https.
The virtual server table looks like this (ipvsadm -ln)
IP Virtual Server version 1.0.4 (size=65536)
Prot LocalAddress:Port Scheduler Flags
  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
TCP  192.168.1.221:443 wlc persistent 10
  -> 192.168.1.222:443            Route   1      0          0
  -> 127.0.0.1:443                Local   1      0          0
TCP  192.168.1.221:80 wlc persistent 10
  -> 192.168.1.222:80             Route   1      0          0
  -> 127.0.0.1:80                 Local   1      0          0
When looking at the connection output I can se the persistent sessions with
their expire time:
(ipvsadm -lcn)
IPVS connection entries
pro expire   state       source            virtual           destination
TCP 00:06.95 NONE        192.168.1.40:0    192.168.1.221:443
192.168.1.222:443
TCP 00:03.77 NONE        192.168.1.41:0    192.168.1.221:443 127.0.0.1:443
TCP 00:03.55 NONE        192.168.1.49:0    192.168.1.221:443
192.168.1.222:443
TCP 00:03.45 NONE        192.168.1.49:0    192.168.1.221:80
192.168.1.222:80
TCP 00:02.34 NONE        192.168.1.28:0    192.168.1.221:443
192.168.1.222:443
TCP 00:02.82 NONE        192.168.1.69:0    192.168.1.221:443
192.168.1.222:443
There is something strange about the expire time. The time seems to be
presented as HH:MM.ss whith 100 seconds per minute and it counts down from
10 minutes with 100 seconds /min.
What might be wrong?
Best regards
Per Wicklund
 |