On Wed, May 13, 2020 at 1:20 AM jonnymo <[email protected]> wrote: > > You may need to install the missing arptables and ebtables if they are not > already installed: > > sudo apt-get install -y iptables arptables ebtables
Side note, now that Debian 10.x Buster and Ubuntu 20.04 are shipping nftables by default anyone want to dive and try getting nftables to do the same thing as: sudo iptables --table nat --append POSTROUTING --out-interface eth0 -j MASQUERADE sudo iptables --append FORWARD --in-interface eth1 -j ACCEPT Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYizeDE%3DUSxb2T7GZE8JbUA0_rs6ON8DQ8qb8b-mgAn54A%40mail.gmail.com.
