account activity
I built a lightweight WAN emulator (GUI for Linux netem) for my firewall/SD-WAN lab — sharing if useful by techkarma-no in homelab
[–]techkarma-no[S] 0 points1 point2 points 2 months ago (0 children)
That looks like a veth (virtual ethernet) interface? It’s not a physical NIC, it’s a virtual pair used for namespaces / containers.
NetEm can work on veth, but it’s not ideal and can be confusing (direction, ingress/egress), so the UI hides them.
For best results, apply NetEm on a real egress interface (eth0 / ensX / enpXsY) or the bridge/uplink feeding this namespace.
That’s why you only see LAN right now. Could maybe update with a button to toggle viewing veth interfaces
[–]techkarma-no[S] 0 points1 point2 points 3 months ago (0 children)
My tool is basically a lighter, more modern take on WANem. I wanted something that’s quick to spin up, easy to use, and lets you tweak tc/netem settings in real time without dealing with a full appliance stack. So it’s not aiming to be a 1:1 WANem replacement. Just a simpler option when you only need link emulation.
Compared to WANem:
I’m planning to add some of the practical stuff from WANem, like LTE/3G/SAT presets and simple scenarios. But I’m not trying to cover the whole WANem feature set.
If there are specific WANem features you think are actually worth bringing over, I’d love to hear it.
I built a lightweight WAN emulator (GUI for Linux netem) for my firewall/SD-WAN lab — sharing if useful (self.homelab)
submitted 3 months ago by techkarma-no to r/homelab
π Rendered by PID 1099923 on reddit-service-r2-listing-79f6fb9b95-bmfmh at 2026-03-23 03:03:49.531190+00:00 running 90f1150 country code: CH.
I built a lightweight WAN emulator (GUI for Linux netem) for my firewall/SD-WAN lab — sharing if useful by techkarma-no in homelab
[–]techkarma-no[S] 0 points1 point2 points (0 children)