portreserve

Port reservation program

Install

All systems
curl cmd.cat/portreserve.sh
Debian Debian
apt-get install portreserve
Ubuntu
apt-get install portreserve
image/svg+xml Kali Linux
apt-get install portreserve
CentOS
yum install portreserve
Fedora
dnf install portreserve
Windows (WSL2)
sudo apt-get update sudo apt-get install portreserve
Raspbian
apt-get install portreserve

portreserve

Port reservation program

The portreserve program aims to help services with well-known ports that lie in the bindresvport() range (currently 600-1023). It prevents programs requesting a port to the libc from occupying a real service's port by occupying it itself, until the real service tells it to release the port (generally in its init script).