iptables -t filter -I INPUT -i lo -j ACCEPT 可以对lo设备进入的数据进行控制
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