Forum Discussion
post about how to modify default pool behaviour
should make more sense now...)
- May 02, 2024
Hi Aditya,
You can try using the following formats by changing the host IP as per your configuration.
tcpdump -vvv -s0 -nni 0.0:nnnp udp port 53 and host 1.2.3.4 -w /var/tmp/$(/bin/hostname)_$(date +%Y-%m-%d)_$(date +%H:%M).pcap
First, find out which interface you want to sniff with the "ifconfig" command. If the destination server is located on an interface called "vlan1275" you can dump all DNS traffic to a specific IP address thus
tcpdump -i vlan1275 udp port 53 and host 1.2.3.4 -w /var/tmp/$(/bin/hostname)_$(date +%Y-%m-%d)_$(date +%H:%M).pcap
You can refer following articles
K411: Overview of packet tracing with the tcpdump utility
https://my.f5.com/manage/s/article/K411K00463541: A breakdown of the tcpdump utility, recommended actions, and information to help you use and apply it to the BIG-IP.
https://my.f5.com/manage/s/article/K00463541HTH
🙏
Hi,
You can have a look this link, https://clouddocs.f5.com/training/community/dns/html/class4/module1/lab4.html.
I hope would be helpful.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com