Actions
Feature #16880
closed
MM
MM
Todo #16874: Improve handling of custom interface assignments
Extend the LAN bypass option for IPsec to all LAN subnets
Feature #16880:
Extend the LAN bypass option for IPsec to all LAN subnets
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
26.10
Release Notes:
Default
Description
The option "Auto-exclude LAN address" at VPN > IPSec > Advanced Settings only applies to a single LAN interface. Update the feature to auto-exclude subnets from any LAN interface.
AZ Updated by Alhusein Zawi 2 months ago
A non-default LAN subnet has been added.
connections {
bypass {
remote_addrs = 127.0.0.1
children {
bypasslan {
local_ts = 192.168.1.0/24,172.18.99.0/24
remote_ts = 192.168.1.0/24,172.18.99.0/24
mode = pass
start_action = trap
}
}
}
26.10-DEVELOPMENT (amd64)
built on Wed Jul 1 17:42:00 UTC 2026
FreeBSD 16.0-CURRENT
MM Updated by Marcos M about 1 month ago
- Target version changed from 2.9.0 to CE-Next
Actions