Trace VPN Tunnels With eBPF at Both Network Layers
The guide shows how to monitor VPN tunnels with eBPF by correlating outer and inner traffic, sockets, processes, interfaces, and control-plane state.
The guide shows how to monitor VPN tunnels with eBPF by correlating outer and inner traffic, sockets, processes, interfaces, and control-plane state.
eBPF for DNS monitoring gives me precise visibility into queries and responses without touching daemon code. I attach small programs at kernel tracepoints, parse headers, and capture latency where packets flow. I write steps you can run now: build with libbpf, attach at socket tracepoints, and export structured events to a UI like NetObserv. The […]
I will walk you through a working eBPF IDS Linux setup that hooks kernel events, streams signals to user space, and keeps performance predictable. I start from how the verifier and JIT work in the linux kernel so you can pick the right attach points. I explain kprobes, tracepoints, uprobes, XDP, and LSM in plain […]
tracepath finds broken routes and shrinking packet sizes without root access on Debian. Install from iputils-tracepath, run in seconds, skip the sudo hassle.
You feel the pressure when network flows stall, and packet drop monitoring eBPF is the fastest way to surface the kernel’s reason for loss so you can act with confidence. We outline a practical path—attach an ebpf program to a tracepoint, capture events at the linux kernel, and export clear flow-level data to dashboards. This […]
luci-app-nlbwmon attributes OpenWrt traffic to IP and MAC addresses, explains apk versus opkg installs, and helps troubleshoot missing or misleading totals.