iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 25 -j ... Now, you can check your new filter is in the iptables list or not using the ...
確定! 回上一頁