DHCP client port. Receives IP configuration from a DHCP server.
Test it now with our Port Scanner
| Port | 68 |
|---|---|
| Service | DHCP Client |
| Protocol | TCP / UDP |
| Encrypted | Varies |
| Common Use | DHCP client port |
Online: Use our Port Scanner — enter your IP and port 68.
Command line:
nc -zv your-server-ip 68 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 68 (PowerShell)
Check locally:
ss -tlnp | grep :68 (Linux) netstat -an | findstr :68 (Windows)