Port 67 — DHCP Server

Dynamic Host Configuration Protocol. Assigns IP addresses to devices on a network.

Is Port 67 Open on Your Server?

Test it now with our Port Scanner

Port 67 Details

Port67
ServiceDHCP Server
ProtocolTCP / UDP
EncryptedVaries
Common UseDynamic Host Configuration Protocol

How to Check Port 67

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)

Related Ports

Port Scanner · How to Check if a Port Is Open · Port Forwarding Guide · All Tools

All Tools · Learn · SamNet