Hi, If I remember right such functions were removed from the iptables package for various good reasons, for example to avoid that people lock themselves out.
Implementing something similar is pertty easy, add something like pre-up iptables-restore < /etc/network/iptables.save || true to the network config in your /etc/network/interfaces and at the point when you have a well working iptables config use iptables-save > /etc/network/iptables.save I'd never recommend to let something save iptables rules automatically. Do it manually when you;re sure that you have a working configuration. Or even better, use ferm instead. -- Bernd Zeimetz Debian GNU/Linux Developer http://bzed.de http://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4dcda32d.2000...@bzed.de