Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 300 Bytes

arp.md

File metadata and controls

20 lines (11 loc) · 300 Bytes

arp

Pokaż i manipuluj pamięcią podręczną ARP systemu. Więcej informacji: https://manned.org/arp.

  • Pokaż bieżącą tabelę arp:

arp -a

  • Wyczyść całość cache:

sudo arp -a -d

  • Usuń konkretny wpis:

arp -d {{adres}}

  • Utwórz wpis:

arp -s {{adres}} {{adres_mac}}