Hi,
On e of our customer has for the time being a SW server with an IP address like x.y.z.131, the gateway is x.y.z.1.
The customer wish to setup the HA mode and wish also to keep the current IP address as the HA vip address.
Based on SW doc we have to convert the IP address to binary and compare to the gateway IP address.
Unfortunalty in our case
the gateway is
11000000 | 10101000 | 00001010 | 00000001 |
the VIP address is
11000000 | 10101000 | 00001010 | 10000011 |
we only match on the first 24 bits.
What could be the valid ip address in order to keep th VIP address the polling address ?
Cheers