Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Kea DHCP - Installation ====== ==== Distro Repo (Debian/Ubuntu) ==== <code> sudo apt install isc-kea </code> ==== Official Repo ==== === Install necessary dependencies === <code bash> sudo apt install curl apt-transport-https -y </code> === Add the ISC Kea repository automatically: === <code bash> curl -1sLf 'https://dl.cloudsmith.io/public/isc/kea-3-0/setup.deb.sh' | sudo -E bash </code> ref: https://cloudsmith.io/~isc/repos/kea-3-0/setup/#formats-deb === Install the Kea suite: === <code bash> sudo apt install isc-kea </code> deployment/network/kea-dhcp/install.txt Last modified: 2026/03/03 16:40by ilyasa