Announcement

Collapse
No announcement yet.

Verifying DNS, Syslog traffic using Tcpdump.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Verifying DNS, Syslog traffic using Tcpdump.

    When you want to see if there's any DNS request to your NxFilter, use this command,
    Code:
    tcpdump -v -i any udp port 53

    If it's for outgoing Syslog traffic from NxFilter,
    Code:
    tcpdump -v -i any udp port 514
Working...
X