Netfilter list: I have this in my iptables and it seems to work in that it doesn't track the connections on the eth1 interface. *raw :PREROUTING ACCEPT [1327:114702] :OUTPUT ACCEPT [2012:272100] -A PREROUTING -i bond1 -j NOTRACK -A OUTPUT -o bond1 -j NOTRACK COMMIT However, it never gets to the sshd or httpd service and reply to the client. What else do I need to do in order to get the NOTRACK to accept sshd and httpd? Thanks in advance for your help. Tim -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html