User Tools

Site Tools


infoblox_nios:troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
infoblox_nios:troubleshooting [2025/12/09 09:51] – [Show Port is Open] bstaffordinfoblox_nios:troubleshooting [2026/02/16 02:58] (current) – [TCPDUMP] bstafford
Line 64: Line 64:
 To capture traffic on a server (192.168.11.153) where the client (1921.68.99.74) is accessing TCP-443 on the server. To capture traffic on a server (192.168.11.153) where the client (1921.68.99.74) is accessing TCP-443 on the server.
 <code>tcpdump -i eth1 -n '(src 192.168.99.74 and dst 192.168.11.153 and dst port 443) or (src 192.168.11.153 and dst 192.168.99.74 and src port 443)'</code> <code>tcpdump -i eth1 -n '(src 192.168.99.74 and dst 192.168.11.153 and dst port 443) or (src 192.168.11.153 and dst 192.168.99.74 and src port 443)'</code>
 +
 +===== Automated Traffic Capture =====
 +Traffic Capture can be automated on events. [[https://docs.infoblox.com/space/nios90/280760742/Enabling+Automated+Traffic+Capture|docs]]
 ===== Hardware===== ===== Hardware=====
 (Don't try this without support) (Don't try this without support)
infoblox_nios/troubleshooting.1765273903.txt.gz · Last modified: by bstafford