Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
ressourcesysteme:commandes_linux:start [2025/05/02 11:25] emoc [Écran] |
ressourcesysteme:commandes_linux:start [2025/05/05 18:30] (Version actuelle) emoc [Wi-Fi] |
||
---|---|---|---|
Ligne 277: | Ligne 277: | ||
Avec **arp** «//Address Resolution Protocol (ARP) is a fundamental part of IP networking. ARP’s primary function is to convert 32-bit IP addresses to 48-bit Ethernet MAC addresses. This conversion is crucial because while IP networking requires IP addresses, the underlying Ethernet hardware can only understand MAC addresses.//» | Avec **arp** «//Address Resolution Protocol (ARP) is a fundamental part of IP networking. ARP’s primary function is to convert 32-bit IP addresses to 48-bit Ethernet MAC addresses. This conversion is crucial because while IP networking requires IP addresses, the underlying Ethernet hardware can only understand MAC addresses.//» | ||
sudo arp -a # | sudo arp -a # | ||
+ | Avec **arp-scan** | ||
+ | sudo apt install arp-scan | ||
+ | arp-scan -l | ||
Avec **ip** | Avec **ip** | ||
ip neigh show | ip neigh show |