Project

General

Profile

Actions

Bug #13534

closed

IPsec Status contains doubled entries per tunnel

Added by Danilo Zrenjanin over 2 years ago. Updated over 2 years ago.

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

clipboard-202210012111-i3ts6.png (118 KB) clipboard-202210012111-i3ts6.png Danilo Zrenjanin, 10/01/2022 02:11 PM
Actions

Also available in: Atom PDF