informatique:fortinet:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatique:fortinet:start [2025/10/31 11:01] – [Interfaces] MSS tuning pteu | informatique:fortinet:start [2026/09/14 14:45] (current) – [sniffer packet] pteu | ||
|---|---|---|---|
| Line 693: | Line 693: | ||
| set interface " | set interface " | ||
| set ip 172.16.15.2 | set ip 172.16.15.2 | ||
| - | set md5-key 1 " | + | set md5-key 1 " |
| set priority 0 | set priority 0 | ||
| next | next | ||
| Line 715: | Line 715: | ||
| end | end | ||
| </ | </ | ||
| + | |||
| + | Pour configurer l' | ||
| Diag : | Diag : | ||
| Line 1958: | Line 1960: | ||
| # Match packets with SYN and no ACK flags set: | # Match packets with SYN and no ACK flags set: | ||
| diagnose sniffer packet internal " | diagnose sniffer packet internal " | ||
| + | |||
| + | # Match packets with FIN flag set: | ||
| + | diagnose sniffer packet any " | ||
| + | # ou plus simplement : | ||
| + | diagnose sniffer packet any " | ||
| diagnose debug app hatalk 255 | diagnose debug app hatalk 255 | ||
| Line 1971: | Line 1978: | ||
| </ | </ | ||
| + | Liste des tous les noms de constantes utilisables avec l' | ||
| + | * SYN (Demande de connexion) : '' | ||
| + | * ACK (Acquittement) : '' | ||
| + | * FIN (Fermeture) : '' | ||
| + | * RST (Reset / Réinitialisation forcée) : '' | ||
| + | * PSH (Pousser les données) : '' | ||
| + | * URG (Données urgentes) : '' | ||
| + | |||
| + | Exemple pour matcher les paquets SYN ou FIN : | ||
| + | <code bash> | ||
| + | diagnose sniffer packet any " | ||
| + | </ | ||
| + | |||
| + | Elle ne remplace pas certaines expressions plus optimisables en chiffres : | ||
| + | <code bash> | ||
| + | # Match packets with SYN and no ACK flags set: | ||
| + | diagnose sniffer packet internal " | ||
| + | </ | ||
| =====Packet capture===== | =====Packet capture===== | ||
informatique/fortinet/start.1761908501.txt.gz · Last modified: 2025/10/31 11:01 by pteu