> However, if I try to submit any iptables commands, like: iptables -L > I get an error: "modprobe: can't locate module ip_tables > iptables v1.2.6a: can't initialize iptables table 'filter': iptables > who? (do you need to insmod?)
First off, decide whether you are using ipchains or iptables. Then forget the other one. If you mention both in your posts, no one will know what you want to do. Second, get things working with a Debian stock 2.4 kernel; that way you can be sure that the necessary modules exist. You can compile your own later. Running iptables should load the necessary modules automagically, but you can always load them by hand to make sure you have them: modprobe ip_tables Don't use insmod ever unless you are very sure of what you are doing. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]