Skip to main content

Question about UDP Block of port 67

Comments

5 comments

  • cPRex Jurassic Moderator
    Hey there! cPanel doesn't use port 67 for anything, so while I can't tell you what it is, I can confirm it's not us trying to do any operations with the server.
    0
  • Volox
    Any suggestions on how I figure out what's creating these attempts?
    0
  • cPRex Jurassic Moderator
    While there may not be one perfect tool for this situation, a combination of lsof to see what files are open and netstat to see where the traffic is originating from should help you narrow it down a bit. Check UDP connections: lsof -i udp
    and hopefully that shows something if the process is actively running. tcpdump could also be a good resource as well to catch traffic in real-time.
    0
  • Volox
    This looks like it's coming from dhclient. Kind of surprised I'm the first one asking about this if that's the case. My understanding (which could be wrong) is that for proper configuration on AWS EC2, the interfaces had to be left to DHCP which would mean dhclient would need to be running. Is there another way to do this that removes that requirement? Or do others who run on AWS just add 67 to the allow list in csf ?
    0
  • cPRex Jurassic Moderator
    I can't speak to the AWS side of things, but if that needs to be running you may want to just whitelist it in CSF.
    0

Please sign in to leave a comment.