iptables 使用总结
摘要:        
1. 增加tcp协议的端口是: iptables -A INPUT -p tcp -m tcp --dport 要开放的端口 -j ACCEPT 2. 增加udp协议的端口是 iptables -A INPUT -p udp -m udp --dport 要开放的端口 -j ACCEPT 这样添加以    阅读全文
        
            posted @ 2019-10-11 21:21
小小鸟儿!
阅读(248)
评论(0)
推荐(0)
        
    
                    
                
浙公网安备 33010602011771号