Route traffic with NAT Long time ago I wrote a blog post [1] about how to use NAT to route traffic to your embedded device via your host computer.
Back then we were using iptables to achieve it, nowadays nftables is the preferred successor, so it's time for an update.
What is NAT anyway? Network Address Translation, or NAT, does map an address space into another by modifying the network address information in the IP header for each packet.