Switching from Link Based to Probe Base IPMP uses three IP's instead of one which is quite an overhead. Is a mixture of 1 x IP and 2 x Private IP's the answer?
My proposed setup would be :
hostname.bge0
host-bge0 netmask + broadcast + deprecated -failover group IPMP-1 up \
addif host1 netmask + broadcast + up
hostname.bge1
host-bge1 netmask + broadcast + deprecated -failover group IPMP-1 up
#
# Internet host table
#
::1 localhost
127.0.0.1 localhost
100.25.190.10 host1 loghost
192.168.10.20 host-bge0 # Private
192.168.10.25 host-bge1 # Private
Would this failover, advice welcome
Thanks
My proposed setup would be :
hostname.bge0
host-bge0 netmask + broadcast + deprecated -failover group IPMP-1 up \
addif host1 netmask + broadcast + up
hostname.bge1
host-bge1 netmask + broadcast + deprecated -failover group IPMP-1 up
#
# Internet host table
#
::1 localhost
127.0.0.1 localhost
100.25.190.10 host1 loghost
192.168.10.20 host-bge0 # Private
192.168.10.25 host-bge1 # Private
Would this failover, advice welcome
Thanks