Solution 1: Set the default policy on the iptables to ACCEPT: iptables -P INPUT ACCEPT iptables -P OUTPUT ACCEPT iptables -P FORWARD ACCEPT Then flush the ...
確定! 回上一頁