我試圖安裝python-iptables爲Python27,但我得到了下面的錯誤使用pip install python-iptables和easy_install python-iptables libxtwrapper/wrapper.c(5) : fatal error C1083: Cannot open include file: 'sys/utsname.h': No such fil
我正在使用以下腳本通過從whitelist.txt文件中過濾IP來應用iptables。 如果我在列表中有多個IP,我iptables正顯示出多條鏈: #!/bin/bash
# allowed ip file location
WHITELIST=/usr/src/firewall/whitelist.txt
#
## Specify where IP Tables is locate