摘要: iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -j ACCEPT #允许本地回环接口(即运行本机访问本机) iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT #允许已建立的或相关 阅读全文
posted @ 2019-07-21 10:50 GavinBirkhoff 阅读(637) 评论(0) 推荐(0)