Need help with debian.

smoked1

Verified User
Joined
Jul 5, 2005
Messages
85
Last night I upgraded to etch. So far everything seems to be working ok but apf took a dump and no longer works. It seems to have something to do with me upgrading my kernel. Iptables seems to still be available but apf can't see it. I removed apf and now I need to find something else or learn how to use iptables. Can anyone help with this?
 
Look for a recent kiss thread which discussed changes made to Debian and required changes to your firewall management program.

Jeff
 
smoked1,
Code:
# perl -pi -e 's/ipt_state 1/xt_state/' /etc/apf/internals/functions.apf
# perl -pi -e 's/ipt_multiport 1/xt_multiport/' /etc/apf/internals/functions.apf
 
Back
Top