@
Bardon @
Lucups @
LoliconInside @
ooxxcc 装了 exim4 ,查看日志 cat /var/mail/mail 如下
/etc/
firewall-locked.sh: line 1: iptables: command not found
/etc/
firewall-locked.sh: line 2: iptables: command not found
/etc/
firewall-locked.sh: line 3: iptables: command not found
/etc/
firewall-locked.sh: line 4: iptables: command not found
/etc/
firewall-locked.sh: line 5: iptables: command not found
/etc/
firewall-locked.sh: line 6: iptables: command not found
/etc/
firewall-locked.sh: line 7: iptables: command not found
命令改成如下,顺利执行
/sbin/iptables -F
/sbin/iptables -X
/sbin/iptables -Z
/sbin/iptables -P INPUT DROP
/sbin/iptables -P FORWARD DROP
/sbin/iptables -P OUTPUT DROP
/sbin/iptables -A OUTPUT -j LOG --log-prefix "[IPTABLES OUTPUT] " --log-level 7