Hi everyone!
In configurating Heartbeat, i has problem with WAN IP and LAN IP.
Example:
WAN IP 192.111.222.35 with
Subnet 22 and
GW 192.111.222.31
VIP IP also 192.111.222.35
Node1: 10.0.1.11
Node2: 10.0.1.12
Document I was read [
haresources]
Quote:
# If you wished to tell it that the broadcast address for this subnet
# was 135.9.8.210, then you would specify that this way:
# IPaddr::135.9.8.7/24/135.9.8.210
#
# If you wished to tell it that the interface to add the address to
# is eth0, then you would need to specify it this way:
# IPaddr::135.9.8.7/24/eth0
#
# And this way to specify both the broadcast address and the
# interface:
# IPaddr::135.9.8.7/24/eth0/135.9.8.210
|
So, how can i config exactly to run?
Is?
IPaddr::192.111.222.35/22/eth0/192.111.222.31
Thank!