|
|

楼主 |
发表于 2004-11-21 20:33:57
|
显示全部楼层
我检查了一下,现在在正常工作的Linux代理服务器A的工作模块的iptables的模块都加载上了,但是而我的Linux代理服务器B的工作模块,我用了iptables-save的命令,只有几个模块,iptables的模块都没有加载上。而且还多了几个东西,好象是键盘、鼠标还有input设备什么的。
请问,我要怎么做才能把iptables的我设定要用的模块都加载上啊~~~~请高手指教~~~~~谢谢了!!!
我检查了一下,现在在正常工作的Linux代理服务器A的工作模块如下(几乎我iptables设定的模块都加载上了):
Module Size Used by Not tainted
ipt_limit 1560 3 (autoclean)
ipt_MASQUERADE 2200 3 (autoclean)
ip_conntrack_ftp 5296 1 (autoclean)
ip_nat_ftp 4112 0 (unused)
iptable_nat 21720 2 [ipt_MASQUERADE ip_nat_ftp]
ip_conntrack 26976 2 [ipt_MASQUERADE ip_conntrack_ftp ip_nat_ftp iptable_nat]
8139too 18088 2
mii 3976 0 [8139too]
ipt_REJECT 3928 0 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 15096 7 [ipt_limit ipt_MASQUERADE iptable_nat ipt_REJE
CT iptable_filter]
ext3 70784 2
jbd 51892 2 [ext3]
而我的Linux代理服务器B的工作模块如下,我用了 iptables-save 的命令,只有这几个模块,而且有的还是没有起用。而且还多了几个东西,好象是键盘设备什么的。
Module Size Used by Not tainted
8139too, mii, ipt_REJECT, iptable_filter,ip_tables,iptable_filter, ext3,jbd
多出来的是这几个:keybdev(unused),mousedev(unused),hid(unused),input(keybdev mousedev hid),usbcore(hid usb-uhci) |
|