testing: Adapted ha/both-active scenario to new jhash values

This commit is contained in:
Andreas Steffen
2015-07-31 14:43:40 +02:00
parent 1f406f3e6e
commit 493ad293b7
6 changed files with 11 additions and 8 deletions
@@ -11,8 +11,8 @@
-A FORWARD -o eth1 -m policy --dir out --pol ipsec --proto esp -j ACCEPT
# clusterip rules
-A INPUT -i eth1 -d 192.168.0.5 -j CLUSTERIP --new --hashmode sourceip --clustermac 01:00:c0:a8:00:05 --total-nodes 2 --local-node 2
-A INPUT -i eth0 -d 10.1.0.5 -j CLUSTERIP --new --hashmode sourceip --clustermac 01:00:0a:01:00:05 --total-nodes 2 --local-node 2
-A INPUT -i eth1 -d 192.168.0.5 -j CLUSTERIP --new --hashmode sourceip --clustermac 01:00:c0:a8:00:05 --total-nodes 2 --local-node 0
-A INPUT -i eth0 -d 10.1.0.5 -j CLUSTERIP --new --hashmode sourceip --clustermac 01:00:0a:01:00:05 --total-nodes 2 --local-node 0
# allow esp
-A INPUT -p 50 -j ACCEPT
@@ -5,8 +5,9 @@ charon {
plugins {
ha {
local = PH_IP_ALICE
remote = PH_IP_MOON1
remote = PH_IP_MOON1
segment_count = 2
autobalance = 10
fifo_interface = yes
monitor = yes
}