Just upgraded iptables on two of my gentoo boxes (no help there, so I''m trying here ). The upgrade is just to a newer gentoo release of iptables 1.2.9. After the package built, I issued a "shorewall stop", and got: shorewall stop Loading /usr/share/shorewall/functions... Processing /etc/shorewall/params ... Processing /etc/shorewall/shorewall.conf... Stopping Shorewall...Processing /etc/shorewall/stop ... /usr/share/shorewall/firewall: line 177: iptables: command not found /usr/share/shorewall/firewall: line 177: iptables: command not found /usr/share/shorewall/firewall: line 177: iptables: command not found /usr/share/shorewall/firewall: line 177: iptables: command not found /usr/share/shorewall/firewall: line 177: iptables: command not found /usr/share/shorewall/firewall: line 177: iptables: command not found /usr/share/shorewall/firewall: line 177: iptables: command not found /usr/share/shorewall/firewall: line 1148: iptables: command not found IP Forwarding Enabled Processing /etc/shorewall/stopped ... done. Any help would be greatly appreciated. Other gentoo users claim no problems with the new versiion of iptables, but both boxes failed here. Thanks you.
On Tue, 29 Jun 2004 10:00:25 -0400, Comatose Jones <comatose.jones@gmail.com> wrote:> > Just upgraded iptables on two of my gentoo boxes (no help there, so > I''m trying here ). The upgrade is just to a newer gentoo release of > iptables 1.2.9. After the package built, I issued a "shorewall stop", > and got: > > shorewall stop > Loading /usr/share/shorewall/functions... > Processing /etc/shorewall/params ... > Processing /etc/shorewall/shorewall.conf... > Stopping Shorewall...Processing /etc/shorewall/stop ... > /usr/share/shorewall/firewall: line 177: iptables: command not found > /usr/share/shorewall/firewall: line 177: iptables: command not found > /usr/share/shorewall/firewall: line 177: iptables: command not found > /usr/share/shorewall/firewall: line 177: iptables: command not found > /usr/share/shorewall/firewall: line 177: iptables: command not found > /usr/share/shorewall/firewall: line 177: iptables: command not found > /usr/share/shorewall/firewall: line 177: iptables: command not found > /usr/share/shorewall/firewall: line 1148: iptables: command not found > IP Forwarding Enabled > Processing /etc/shorewall/stopped ... > done. > > Any help would be greatly appreciated. Other gentoo users claim no > problems with the new versiion of iptables, but both boxes failed > here. Thank you.Sorry for applying to my own post. The following solved the problem: cp /usr/include/linux/netfilter_ipv4/ip_tables.h \ /usr/src/linux/include/linux/netfilter_ipv4/
----- Original Message ----- From: "Comatose Jones"> > Just upgraded iptables on two of my gentoo boxes (no help there, so > > I''m trying here ). The upgrade is just to a newer gentoo release of > > iptables 1.2.9. After the package built, I issued a "shorewall stop", > > and got: > > > > shorewall stop > > Loading /usr/share/shorewall/functions... > > Processing /etc/shorewall/params ... > > Processing /etc/shorewall/shorewall.conf... > > Stopping Shorewall...Processing /etc/shorewall/stop ... > > /usr/share/shorewall/firewall: line 177: iptables: command not found > > /usr/share/shorewall/firewall: line 177: iptables: command not found > > /usr/share/shorewall/firewall: line 177: iptables: command not found > > /usr/share/shorewall/firewall: line 177: iptables: command not found > > /usr/share/shorewall/firewall: line 177: iptables: command not found > > /usr/share/shorewall/firewall: line 177: iptables: command not found > > /usr/share/shorewall/firewall: line 177: iptables: command not found > > /usr/share/shorewall/firewall: line 1148: iptables: command not found > > IP Forwarding Enabled > > Processing /etc/shorewall/stopped ... > > done. > > > > Any help would be greatly appreciated. Other gentoo users claim no > > problems with the new versiion of iptables, but both boxes failed > > here. Thank you. > > Sorry for applying to my own post. The following solved the problem:Great..> cp /usr/include/linux/netfilter_ipv4/ip_tables.h \ > /usr/src/linux/include/linux/netfilter_ipv4/How did you come to this conclusion/resolution. I don''t understand how you knew where to look and what to do specifically? :) Thanks, Joshua Banks