Could I configure same VIP for different TCP services and different real
server like the file below?

#more ldirectord.cf
logfile="local1"
autoreload = yes
virtual = 10.10.10.1:3389
        persistent = 120
        protocol = tcp
        scheduler = wlc
        checkport = 3389
        checktype = connect
        real = 10.10.10.24:3389 masq 1

virtual = 10.10.10.1:1494
        persistent = 120
        protocol = tcp
        scheduler = wlc
        checkport = 1494
        checktype = connect
        real = 10.10.10.35:1494 masq 1
        real = 10.10.10.45:1494 masq 1

Runnig ldirectord RESTART keep the actual session?

Kind regards

_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - [email protected]
Send requests to [email protected]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to