[Zope] IPTables and Zope
Kevin Carlson
khcarlso at bellsouth.net
Fri Oct 3 14:31:07 EDT 2003
A previous post by Bryan Capitano included the following configuration:
iptables -A INPUT -p all -i eth0 --dport 8021 -j ACCEPT
iptables -A INPUT -p all -i eth0 -m state --state ESTABLISHED,RELATED -j
ACCEPT
iptables -A OUTPUT -p all -m state --state ESTABLISHED,RELATED -j ACCEPT
Hope that helps,
Kevin
Ian Beatty wrote:
>Can anyone post an example of an IPTables configuration that works with
>Zope's FTP server?
>
>Thanks,
>
>..Ian Beatty
>
>-- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- --
> Dr. Ian Beatty webmaster at physics.umass.edu
> Webmaster, Department of Physics voice: 413.545.9483
> Univ. of Massachusetts fax: 413.545.4884
> Amherst, MA 01003-4525 USA http://www.physics.umass.edu/
>-- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- -- --- --
>
>
>_______________________________________________
>Zope maillist - Zope at 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 )
>
>
>
More information about the Zope
mailing list