Skip to content

Instantly share code, notes, and snippets.

@B-Stefan
Created November 18, 2020 06:57
Show Gist options
  • Save B-Stefan/f2ed20ba8979cabc8bbe0efeecdcc620 to your computer and use it in GitHub Desktop.
Save B-Stefan/f2ed20ba8979cabc8bbe0efeecdcc620 to your computer and use it in GitHub Desktop.
List mac DHCP Server leases
# Lists all leases of the mac build-in DHCP server
# Useful if would like to connect via ssh (e.g., to a Rasberry pi) and share the internet connection
cat /private/var/db/dhcpd_leases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment