06-10-2005 04:47 AM
Hello, can you explain why I am unable to get a vserver with a virtual address of 0.0.0.0 pointing to a serverfarm
with predictor forward to become operational?
The configuration I have is as follows:
vlan 100 client
ip address 192.168.0.20 255.255.255.240
gateway 192.168.0.17
vlan 301 server
ip address 192.168.0.177 255.255.255.240
route 192.168.6.0 255.255.255.0 gateway 192.168.0.178
serverfarm FE-SUBNET202
no nat server
no nat client
predictor forward
vserver FEDIR-ACCESS202
serverfarm FE-SUBNET202
persistent rebalance
inservice
With this configuration the vserver shows OUTOFSERVICE.
If I change the vserver configuration and add a class C virtual address then the vserver becomes OPERATIONAL:
vserver FEDIR-ACCESS202
virtual 192.168.6.0 255.255.255.0 any
serverfarm FE-SUBNET202
persistent rebalance
inservice
Thanks
Solved! Go to Solution.
06-10-2005 05:14 AM
to use ip 0.0.0.0/0 you need to configure it explicitly.
Like this :
vserver FEDIR-ACCESS202
virtual 0.0.0.0/0 any
serverfarm FE-SUBNET202
persistent rebalance
inservice
Regards,
Gilles.
06-10-2005 05:14 AM
to use ip 0.0.0.0/0 you need to configure it explicitly.
Like this :
vserver FEDIR-ACCESS202
virtual 0.0.0.0/0 any
serverfarm FE-SUBNET202
persistent rebalance
inservice
Regards,
Gilles.
06-10-2005 06:09 AM
Thanks for the quick response Gilles. That has worked.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide