I found one FW which i don't updated to 24.7.2 because they lost internet connection after reboot, and stuck this weekend on 24.7.1. Your mentioned config is complete different. Because no confidential data is inside /usr/local/etc/strongswan.conf i paste them here.
FW 24.7.1 with "Automatically generated rules (end of ruleset)" on WAN:
FW 24.7.2 without "Automatically generated rules (end of ruleset)" on WAN:
FW 24.7.1 with "Automatically generated rules (end of ruleset)" on WAN:
Code Select
# Automatically generated, please do not modify
starter {
load_warning = no
}
charon {
threads = 16
ikesa_table_size = 32
ikesa_table_segments = 4
init_limit_half_open = 1000
ignore_acquire_ts = yes
syslog {
identifier = charon
daemon {
ike_name = yes
}
}
install_routes = no
plugins {
}
}
include strongswan.opnsense.d/*.conf
FW 24.7.2 without "Automatically generated rules (end of ruleset)" on WAN:
Code Select
# Automatically generated, please do not modify
starter {
load_warning = no
}
charon {
threads = 16
ikesa_table_size = 32
ikesa_table_segments = 4
init_limit_half_open = 1000
ignore_acquire_ts = yes
syslog {
ike_name = yes
log_level = no
daemon {
app = 1
asn = 1
cfg = 1
chd = 1
dmn = 1
enc = 1
esp = 1
ike = 1
imc = 1
imv = 1
job = 1
knl = 1
lib = 1
mgr = 1
net = 1
pts = 1
tls = 1
tnc = 1
}
}
install_routes = no
plugins {
}
}
include strongswan.opnsense.d/*.conf