I'm working on a Soekris net4801 that is running an unknown distro of Linux. The kernel is 2.4.29, and iptables is v1.3.4.
I can't work out how to save the iptables. I searched the whole system for files/folders containing the name "iptables" and got 3 results:
/user/local/lib/iptables
/sbin/iptables
/lib/iptables
I've tried iptables save, iptables-save and iptables save active.
- "iptables save" and "iptables save active" give me an invalid argument error.
- "iptables-save" isn't a valid command.
- "iptables --help" gives me a list of valid switches, none of which have to do with saving.
Any ideas on how I can save the iptables?
