Troubleshooting Tip: How to resolve the error ‘Not enough buffer for EAP message’ when connecting to a dial-up IKEv2 tunnel VPN with a local user
| Description | This article describes a scenario that occurs when trying to connect to the dial-up IKEv2 tunnel with a local user without MFA (Multi-Factor Authentication), where the debug output provides the error 'Not enough buffer for EAP message'. |
| Scope | FortiGate 7.4 and above. |
| Solution | Run the following CLI commands to troubleshoot the issue with the dial-up IKEv2 tunnel:
diagnose debug reset
The following error can be seen in the output:
To resolve this issue, try making sure a certificate exists in 'system.global.wifi-certificate':
(global) # get | grep wifi
config vpn certificate local (local) # get | grep 'certificate_name'
If no certificate is assigned, assign a certificate as shown below:
config system global (global) # set wifi-certificate Fortinet_Factory (global) # set wifi-ca-certificate Fortinet_CA (global) # end
|
