How do I make another VIP with JM's configure script? I have a bunch of
IP based virtual hosts (all SSL) that I need to have the director listen
for. Currently it is listening to:
x.x.x.34
but I also need it to listen for
x.x.x.16
I tried to just add a line that looks like this in my configure file;
VIP=eth0:16 x.x.x.16 255.255.255.255 x.x.x.16
after this one
VIP=eth0:34 x.x.x.34 255.255.255.255 x.x.x.34
but it just then just creates x.x.x.16. How do I get them both to be
created?
Thanks in advance.
Ryan
|