'm running Mac OS/X 10.11, and the VPN is a Apple IPSec VPN. I could verify that the host is routing correctly over the VPN interface (which Mac OS/X calls "utun0")
However, when I run and listen on interface utun0, I couldn’t capture any traffic.
Is there something special I need to do so that packets sent over a VPN link show up? asked 03 Feb ‘16, 14:47 Kjee |
One Answer:
Wireshark and tcpdump both capture traffic using libpcap, and libpcap would be using BPF, so they'll both succeed or fail in the exact same way as they're going through the exact same OS code path. See the answer to a similar question somebody asked; it might simply not be possible to capture that traffic. answered 08 Feb '16, 09:13 Guy Harris ♦♦ |
I tried with Wireshark, but the result is just same.