| Description | This article describes the issue when an existing SSID configuration that uses RADIUS authentication fails after upgrading FortiGate to FortiOS 7.4.9 or FortiOS 7.6.4. |
| Scope |
FortiGate SSID security configuration: WPA-Enterprise + Radius authentication (direct). The RADIUS server is configured as FDQN. |
| Solution |
This issue affects environments where the SSID is configured with:
During troubleshooting, packet captures on ports 1812 and 1813 show no output:
diagnose sniffer packet any 'port 1812 or 1813' 6 0 l ...
The FortiGate sample configuration is as follows:
config user radius edit "rad_auth" set server "fortinet.lab.com" set nas-id-type custom config accounting-server edit 1 set status enable next set status enable next end next end
config wireless-controller vap edit "SSID-TEST" set ssid "SSID-TEST" next end
Because the sniffer does not return any packets, additional debug is required:
diagnose debug reset diagnose debug disable diagnose debug application wpad 7 diagnose debug enable
To disable the debug processes after collecting data:
diagnose debug reset diagnose debug disable
The following error message is observed:
EAP: EAP entering state INITIALIZE 64133.161 DNS maintainer started. 64133.161 RADIUS: Error opening radius socket (Address family not supported by protocol)
Root cause:
The behavior is caused by wpad sending RADIUS requests only over IPv6, without attempting fallback to IPv4 in dual‑stack configurations. If the RADIUS server FQDN resolves only to an IPv4 address, authentication fails. Authentication continues to work only when the resolved FQDN yields an active IPv6 address and if there is an active IPv6 server.
Workaround:
Configure the IPv4 address as a RADIUS server.
config user radius edit "rad_auth" set server "10.10.12.11" set nas-id-type custom config accounting-server edit 1 set status enable next set status enable next end next end
This issue is resolved in FortiOS 7.4.10, 7.6.5, and 8.0.0.
Related article: |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2026 Fortinet, Inc. All Rights Reserved.