Actions
Feature #16880
closedTodo #16874: Improve handling of custom interface assignments
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.
Updated by Alhusein Zawi 1 day 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
Actions