testing: Virtual IPs went missing

This commit is contained in:
Andreas Steffen
2016-08-16 17:18:17 +02:00
parent 3bca51e430
commit ce20979ce2
5 changed files with 17 additions and 15 deletions
@@ -11,7 +11,8 @@ charon {
fragment_size = 1500
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
creds = /usr/local/sbin/swanctl --load-creds
pools = /usr/local/sbin/swanctl --load-pools
conns = /usr/local/sbin/swanctl --load-conns
}
}
@@ -2,6 +2,7 @@ connections {
rw {
local_addrs = 192.168.0.1
pools = rw_pool
local {
auth = pubkey
@@ -24,3 +25,9 @@ connections {
fragmentation = yes
}
}
pools {
rw_pool {
addrs = 10.3.0.0/28
}
}