LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   iptables help! on slackware 10.2 (https://www.linuxquestions.org/questions/linux-newbie-8/iptables-help-on-slackware-10-2-a-420755/)

Tony/osIRIs 03-01-2006 06:09 PM

iptables help! on slackware 10.2
 
hi everyone,

i was running slackware 10.2 with the 2.4.x kernel. and i was running iptables 1.3.3
i installed the 2.6.10 kernel recently and upgraded to iptables 1.3.5.

in the previous version of iptables i could go to /proc/net cat ip_conntrack and see the current connection states. now i get No such file or directory???

what am i missing here.

i realize that you may need more info and i will provide once i know what that is. i can tell you that in my .config file ip_conntrack is set to =m

whats up?
im somewhat of a newbie in case you couldn't tell. but very curious to learn.

thanks for any help

Tony

gilead 03-01-2006 06:39 PM

If you've compiled it as a module, you may need to load it with modprobe ip_conntrack - I'm guessing the module name since I have it built into my kernel. Do you get any return from lsmod | grep 'ip'?

Tony/osIRIs 03-01-2006 08:07 PM

thanks! that was it. i ran modprobe ip_conntrack.

i knew my iptables were there but now im thinking ok....what else am i missing. does a package

i appreciate that very much!

Tony
:)

gilead 03-01-2006 08:29 PM

No problem - glad it worked :)


All times are GMT -5. The time now is 11:18 AM.