我刚刚开始使用 Ubuntu 操作系统及其界面和终端。
最近我试图部署squid
和shorewall
防火墙。尽管 shorewall 正在运行,但我无法通过一个命令,即shorewall show connections
root@hassaan-OptiPlex-GX620:/usr/share/shorewall# shorewall show connections
Shorewall 4.5.5.3 Connections (5 out of 63584) at hassaan-OptiPlex-GX620 - Thu Aug 29 14:33:36 PKT 2013
grep: /proc/net/nf_conntrack: No such file or directory"
我收到了这条消息。
请帮我解决这个问题。
顺便说一下,我正在使用本教程。
答案1
只需安装包 conntrack
sudo apt-get install conntrack
,或者按照您喜欢的方式安装包。