yes, iptables-save you need to redirect to a file, whereas /etc/init.d/iptables save (if you have one) saves it to a particular place
net.ipv4.ip_forward=1 is typically in a sysctl.conf file and generally restores forwarding after reboots, whereas echo 1> /proc/sys/net/ipv4/ip_forward is just a temporary turn on of forwarding that won't persist across reboots
|