zoukankan      html  css  js  c++  java
  • firewall

        

        iptables -P INPUT ACCEPT 

        iptables -P OUTPUT ACCEPT

        sudo iptables -I INPUT 1 -s 192.168.1.124 -j ACCEPT
             sudo service iptables save

  • 相关阅读:
    开启Tomcat APR运行模式,优化并发性能
    KVM与XEN虚拟化环境究竟有何不同
    fio测试freenas共享的iscsi磁盘性能
    ubuntu 16.04网速监控脚本
    centos 7网速监控脚本
    ubuntu 16.04 配置远程连接
    iometer测试磁盘IO性能
    pip 使用豆瓣源
    raid write back / write throught
    卡常数技巧
  • 原文地址:https://www.cnblogs.com/stin/p/9774591.html
Copyright © 2011-2022 走看看