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/06 15:18] – [Désactiver les upgrades automatiques] pteu | informatique:fortinet:start [2026/09/14 14:45] (current) – [sniffer packet] pteu | ||
|---|---|---|---|
| Line 212: | Line 212: | ||
| Rappel: la MTU IP est de 1500 octets par défaut. Pour la vérifier entre 2 machines, il faut lancer un PING en interdisant la fragmentation (bit " | Rappel: la MTU IP est de 1500 octets par défaut. Pour la vérifier entre 2 machines, il faut lancer un PING en interdisant la fragmentation (bit " | ||
| </ | </ | ||
| + | |||
| + | ref: [[https:// | ||
| <code bash> | <code bash> | ||
| Line 691: | 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 713: | Line 715: | ||
| end | end | ||
| </ | </ | ||
| + | |||
| + | Pour configurer l' | ||
| Diag : | Diag : | ||
| Line 1229: | Line 1233: | ||
| set ha-mgmt-interface " | set ha-mgmt-interface " | ||
| set ha-mgmt-interface-gateway 10.0.7.254 | set ha-mgmt-interface-gateway 10.0.7.254 | ||
| - | set override disable | + | set override disable |
| set priority 150 | set priority 150 | ||
| set monitor " | set monitor " | ||
| end | end | ||
| </ | </ | ||
| + | |||
| + | Les critères de sélection du primaire, lors d'une élection d'un cluster configuré avec le paramètre '' | ||
| + | - l' | ||
| + | - l' | ||
| + | - l' | ||
| + | - l' | ||
| + | |||
| + | NB: lorsqu' | ||
| Normalement l'IP de management du master devient l'IP virtuelle d' | Normalement l'IP de management du master devient l'IP virtuelle d' | ||
| Line 1948: | 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 1961: | 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.1759763904.txt.gz · Last modified: 2025/10/06 15:18 by pteu