FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
kajlasunil
Staff
Staff
Article Id 390994
Description This article describes an issue where the following errors may appear in the GUI when adding an address or address group configured with the Interface Subnet address type under the IPv4 split tunnel option in a dialup IPSec VPN.
Error: “Invalid address selected” -  appears when adding an address object.
Error: “Invalid address group selected” - appears when adding an address group.
Scope FortiGate v7.6.3, v7.6.4
Solution

FortiGate GUI prevents adding an address or address group configured with the Interface Subnet address type under the IPv4 split tunnel option in a dial-up IPsec VPN. When attempted, the following errors appear:

Address/Address group config-
CLI:

 

config firewall address

    edit "port1"

        set type interface-subnet

        set subnet 10.126.245.0 255.255.255.248

        set interface "port1"

    next

end

config firewall addrgrp

    edit "port1-test"

        set member "port1"

    next

end

GUI:


Address.png
Addressgrp.png


Error: 'Invalid address selected': occurs when adding an address object configured with ‘Interface-Subnet’ Address type.

 

Error1.png


Error: 'Invalid address group selected': occurs when adding an address group configured with ‘Interface-Subnet’ Address type.

 

Error2.png


This behavior is limited to the GUI. The same configuration can be entered successfully through the CLI, although the GUI will still display the error messages.

This issue has been resolved in:

  • v7.6.5 (scheduled to be released in November 2025).
  • v8.0.0 (scheduled to be released in February 2026).

These timelines for firmware release are estimates and may be subject to change.

Workaround:
Create a new address object for the same subnet using the ‘any’ interface type, and then add this address object to the IPv4 split tunnel configuration.
CLI:

 

config firewall address

    edit "Split-Subnet"

       set subnet 10.126.245.0 255.255.255.248

    next

end

config vpn ipsec phase1-interface
    edit RA-VPN
       set ipv4-split-include Split-Subnet
    next
end

GUI:


WR1.png

 

WR2.png