Jump to content
C4 Forums | Control4

Possible to find which driver(s) are using a specific UDP port?


Recommended Posts

I'm troubleshooting a driver which isn't working properly but it communicates using UDP port 9999.

I've removed the driver and rebooted, but there appears to be something else listening on port 9999:

~# netstat -l -p | grep 9999
udp        0      0 0.0.0.0:9999            0.0.0.0:*                           4029/director
udp        0      0 0.0.0.0:9999            0.0.0.0:*                           4029/director

How can I tell which other driver(s) are using this port?  It doesn't show in Composer Pro -> Network -> IP Network under the list of connections either.

Link to comment
Share on other sites


This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.