On Tue, 10 Jul 2001, GARGIULO Eduardo INGDESI wrote: > I'd intalled potato, and dist-upgraded it to compile 2.4.5 kernel. > Now, I want to install iptables, but it's not on potato's CDs. > How should I do to configure sources.list and could install iptables? > If I find the iptables_XX.deb file at packages.debian.org, how should > I install it? > > Idem for openssh. > You could add a line for woody (testing) in sources.list: deb ftp://ftp.nl.uu.net/debian testing main contrib non-free deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
(use your favorite server). Then do 'apt-get update && apt-get install iptables openssh'. This will slowly upgrade your distro to woody. Greetz, Sebastiaan