Actions
Bug #13534
closedIPsec Status contains doubled entries per tunnel
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
IPsec
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
2.7.0
Affected Architecture:
Description
After establishing an IPsec tunnel, I can see the same tunnel twice under status_ipsec.php
pfSense side IPsec settings:
con {
# P1 (ikeid ): pfsense - -> TNSR
fragmentation = yes
unique = replace
version = 2
proposals = aes128-sha1-modp2048
dpd_delay = 10s
rekey_time = 25920s
reauth_time = 0s
over_time = 2880s
rand_time = 2880s
encap = no
mobike = no
local_addrs = 192.168.33.202
remote_addrs = 192.168.33.99
local {
id = 192.168.33.202
auth = psk
}
remote {
id = 192.168.33.99
auth = psk
}
children {
con {
# P2 (reqid 1): tunnel
policies = no
life_time = 3600s
rekey_time = 3240s
rand_time = 360s
start_action = start
remote_ts = 172.32.0.1,0.0.0.0/0,::/0
local_ts = 172.32.0.2,0.0.0.0/0,::/0
reqid = 5001
esp_proposals = aes128-sha1-modp2048
dpd_action = restart
}
}
}
}

Files
Actions