Hi,

I have configured port forwarding using the following:

iptables -t nat -A prerouting_rule -i vlan1 -p tcp --dport 90 -j DNAT --to 192.168.1.100

iptables        -A forwarding_rule -i vlan1 -p tcp --dport 90 -d 192.168.1.100 -j ACCEPT

This setting doesnt seem to survive a reboot, any ideas or pointers on how I can fix this, thanks in advance.