Our server hosts a VPN. Each connection to the VPN creates a new PPP interface (ppp0, ppp1, etc.) and the connections are ephemeral in the sense that the interface can go up or down intermittently.
What we need is a way to capture packets using tshark for all ppp interfaces even though they may go up or down intermittently.
Any ideas or solutions will be greatly appreciated.