How to check UDP connection on Linux using Conntrack

Conntrack UDP Connection

This linux command line to check UDP connection on Linux using Conntrack command.

# conntrack  -L -p udp

If you want to exclude localhost, you can using grep

# conntrack  -L -p udp | grep -v "127.0.0.1"

ServerDiary

ServerDiary

Leave a Reply

Your email address will not be published. Required fields are marked *