Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 1
» Latest member: websponge
» Forum threads: 4
» Forum posts: 4

Full Statistics

Online Users
There are currently 8 online users.
» 0 Member(s) | 8 Guest(s)

Latest Threads
Basic Traffic Debugging
Forum: Fortigate
Last Post: websponge
02-19-2025, 11:41 AM
» Replies: 0
» Views: 44
HA Setup
Forum: Fortigate
Last Post: websponge
02-18-2025, 03:43 PM
» Replies: 0
» Views: 54
Jasys Technical Forims
Forum: Welcome
Last Post: websponge
09-19-2024, 08:42 AM
» Replies: 0
» Views: 44

 
  Basic Traffic Debugging
Posted by: websponge - 02-19-2025, 11:41 AM - Forum: Fortigate - No Replies

Code:
diagnose debug flow show function enable
diagnose debug flow filter saddr X.X.X.X
diagnose debug flow filter saddr X.X.X.X
diagnose debug enable
diagnose debug flow trace start

To Stop Debug and reset:

Code:
diagnose debug flow trace stop
diagnose debug flow filter clear
diagnose debug disable

Print this item

  HA Setup
Posted by: websponge - 02-18-2025, 03:43 PM - Forum: Fortigate - No Replies

By default, management services such as SNMP, remote logging, remote authentication and communication with FortiSandbox and so on, use a cluster interface. As a result communication from each cluster unit comes from a cluster interface instead of from the interface of an individual cluster unit and not from the HA reserved management interface.

If you want to use the HA reserved management interface for these features you must enter the following command:

Code:
config system ha
set ha-direct enable
end

The result is that all management services use the HA reserved management interface. This means that individual cluster units send log messages and communicate with FortiSandbox and so on using the HA reserved management interface instead of one of the cluster interfaces. This allows you to manage each cluster unit separately and to separate the management traffic from each cluster unit. This can also be useful if each cluster unit is in a different location.

Print this item

Exclamation Jasys Technical Forims
Posted by: websponge - 09-19-2024, 08:42 AM - Forum: Welcome - No Replies

Hello, This site has been revived for development reasons on other projects, but can be used as a normal forum.  There are the usual threads / discussions and some hidden for special privileged members  Big Grin

Print this item