-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

arp


> Show and manipulate your system's ARP cache.

More information.


Show the current ARP table:

arp -a

Clear the entire cache:

sudo arp -a -d

Delete a specific entry:

arp -d {address}

Create an entry in the ARP table:

arp -s {address} {mac_address}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:15:22 2024