Technical Tip: Configure RADIUS on FortiGate with specific source interface
| Description | This article describes how to configure a RADIUS server in the FortiGate and change the source interface for the RADIUS requests. |
| Scope | FortiGate. |
| Solution | v7.6.x:
v7.4.x and prior: It is configurable only over the CLI. These are the required commands:
config user radius set interface-select-method specify
Note:
There is another option to specify the source interface.
Method 2:
To test the connectivity, place a capture with the configured RADIUS port:
diagnose sniffer packet any 'host [radius-srv-ip] and port (1812 or 1813)' 4 0 l
To get more information regarding the reasons for authentication failure, use the following CLI commands:
diagnose debug enable diagnose debug console timestamp enable diagnose debug application radiusd -1
To stop this debug type:
diagnose debug application fnbamd 0
Related article: |

