Troubleshooting DHCP issues

From Notes_Wiki
Revision as of 11:07, 14 July 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 6.x > Dhcp server configuration > Troubleshooting DHCP issues

Restrictive firewall issue

DHCP will not work if outgoing packets to UDP port 67 are not allowed in firewall. In such cases messages:

Failed to send 300 byte long packet over fallback interface

might get appended to /var/log/messages and monitoring systems should pick up these as unknown message. The problem can be easily resolved by updating firewall to allow outgoing packets to UDP port 67.



Home > CentOS > CentOS 6.x > Dhcp server configuration > Troubleshooting DHCP issues