I am running (or trying to run) Zope behind a shorewall installation that relies on iptables. Looking at tcpdump output, I noticed that the Zope system is generating ICMP packets in addition to the expected tcp packets. I haven't been able to fully decode the ICMP packet to understand the goal, but suspect that you are having the same problem. Jack -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of Kevin Carlson Sent: Wednesday, October 01, 2003 7:18 PM To: Dieter Maurer Cc: zope@zope.org Subject: Re: [Zope] IPTables and Zope Dieter Maurer wrote:
... The iptables rules I set up are as follows:
iptables -P INPUT DROP iptables -A INPUT -p tcp --dport 80 -j ACCEPT iptables -A INPUT -p tcp --dport 8080 -j ACCEPT
[...] If I remove the first rule above, all works fine which tends to make me think that input through some other port is necessary. [...] Kevin _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )