Make your `iptables` rules permanent$ sudo iptables -t nat -L -v -nTo make your iptables rules permanent so that they persist after a reboot, you can use the iptables-persistent package or manually save and restore the rules. Here are two common approaches: