iptables -t filter -I INPUT -i lo -j ACCEPT 可以對lo設備進入的數(shù)據(jù)進行控制
curl命令訪問web
curl命令訪問web
2016-08-21
是表裝鏈。
iptables -nL == iptables -t filter -nl
iptables -t nat -nL
iptables -t mangle -nL
iptables -nL == iptables -t filter -nl
iptables -t nat -nL
iptables -t mangle -nL
2016-08-04
man iptables
raw:
It provides the following built-in chains: PREROUTING (for
packets arriving via any network interface) OUTPUT (for
packets generated by local processes)
并沒有找到 POSTROUTING.
raw:
It provides the following built-in chains: PREROUTING (for
packets arriving via any network interface) OUTPUT (for
packets generated by local processes)
并沒有找到 POSTROUTING.
2016-08-02