Merge branch 'Misch--arp-add-page'
This commit is contained in:
15
pages/linux/arp.md
Normal file
15
pages/linux/arp.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# arp
|
||||||
|
|
||||||
|
> Show and manipulate your system's ARP cache.
|
||||||
|
|
||||||
|
- Show current arp table:
|
||||||
|
|
||||||
|
`arp`
|
||||||
|
|
||||||
|
- Delete an entry:
|
||||||
|
|
||||||
|
`arp -d {{address}}`
|
||||||
|
|
||||||
|
- Create an entry:
|
||||||
|
|
||||||
|
`arp -s {{address}} {{mac address}}`
|
Reference in New Issue
Block a user