0
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?
See edit, I was after a more detailed SuSE-specific answer. – Robert Atkins – 2011-06-16T09:35:47.830