# iptables -A FORWARD -i br1 -j ACCEPT # iptables -t nat -A POSTROUTING -o br0 -j MASQUERADEThen, of course, you have do enable forwarding in the /etc/sysctrl.conf
net.ipv4.ip_forward = 1Finally, run
sysctl -pfor those changes to take effect.
An old man’s take on tech, systems, and trying to make sense of the world.
Technology
# iptables -A FORWARD -i br1 -j ACCEPT # iptables -t nat -A POSTROUTING -o br0 -j MASQUERADEThen, of course, you have do enable forwarding in the /etc/sysctrl.conf
net.ipv4.ip_forward = 1Finally, run
sysctl -pfor those changes to take effect.