Linux
保存載入的核心模組
我在命令行中執行了以下操作:
modprobe ipt_LOG modprobe ipt_multiport modprobe ipt_state modprobe ipt_limit modprobe ipt_recent modprobe ipt_owner modprobe iptable_nat modprobe tun/tap modprobe iptable_nat modprobe ipt_MASQUERADE modprobe ipt_POSTROUTING
如何讓核心使用並在重新啟動時備份這些模組?
遵循文件:
# cat >/etc/rc.modules << EOF modprobe ipt_LOG modprobe ipt_multiport modprobe ipt_state modprobe ipt_limit modprobe ipt_recent modprobe ipt_owner modprobe iptable_nat modprobe tun/tap modprobe iptable_nat modprobe ipt_MASQUERADE modprobe ipt_POSTROUTING EOF # chmod +x /etc/rc.modules