Dynamic Host Configuration Protocol. Assigns IP addresses to devices on a network.
Test it now with our Port Scanner
| Port | 67 |
|---|---|
| Service | DHCP Server |
| Protocol | TCP / UDP |
| Encrypted | Varies |
| Common Use | Dynamic Host Configuration Protocol |
Online: Use our Port Scanner — enter your IP and port 67.
Command line:
nc -zv your-server-ip 67 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 67 (PowerShell)
Check locally:
ss -tlnp | grep :67 (Linux) netstat -an | findstr :67 (Windows)