I've set up iptables to forward from port 80 to port 8090:
iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8090
However the redirect is gone after rebooting. What's the canonical SuSE place to save iptables configs and where's the place to configure them to be reloaded on reboot?
