Technical Tip: When 'ha-direct' is enabled, the 'source-ip' setting will not work on the syslog configuration
| Description | This article describes that the the option 'source-ip' will be unset under syslogd setting when 'ha-direct' is enabled and how to enable it. |
| Scope | FortiGate v7.0. |
| Solution | When the HA setting 'ha-direct' is disabled (default setting), the option 'source-ip' can be configured as below:
config log syslogd setting
Once the HA setting 'ha-direct' is enabled as below, the option 'source-ip' under syslogd will be removed by design:
config system ha set ha-mgmt-status enable set ha-direct enable <----- Using 'ha-mgmt' interface for Syslog.
A warning message is given after the ha-direct command is enabled.
ha-direct is enabled, so source-ip settings are not used in certain management services (e.g., remote logging, netflow and sflow).
The option under syslogd setting 'interface-select-method' and 'source-ip' will be removed as below.
get log syslogd setting
Note:
Related article: Technical Tip: Sending messages (logs, SNMP) directly from the HA management interface |
