zaro

What is port 67?

Published in Networking Ports 2 mins read

Port 67 is primarily known as the destination port used by DHCP (Dynamic Host Configuration Protocol) servers to initiate communication between the client and server on the network.

DHCP and Port 67

DHCP is a network protocol that enables a DHCP server to automatically provide an IP address and other related network configuration parameters to network devices (clients).

  • DHCP Server's Role: The DHCP server "listens" on port 67 for requests from DHCP clients looking to obtain or renew their IP address.
  • Client-Server Communication: When a DHCP client starts up, it broadcasts a DHCPDISCOVER message. A DHCP server listening on port 67 receives this message and responds with a DHCPOFFER message.
  • Port Importance: If another application were to use port 67, the DHCP server wouldn't be able to receive DHCPDISCOVER messages and provide IP addresses, causing network connectivity issues for clients. DHCP clients use port 68 for their communication.

Impact of Port Conflicts

A conflict on port 67 will prevent clients from obtaining IP addresses from the DHCP server, leading to a breakdown in network connectivity.

Troubleshooting Port 67 Issues

If you are experiencing DHCP issues, ensure no other services are using port 67 on your DHCP server. Tools like netstat or ss can be used to identify which processes are listening on specific ports.