03 2021 档案

摘要:主机: 端口: step: 阅读全文
posted @ 2021-03-31 10:26 邓聪聪 阅读(508) 评论(0) 推荐(0)
摘要:启动: systemctl start firewalld状态:systemctl status firewalld 禁用: systemctl disable firewalld停止: systemctl stop firewalld # 重新载入,更新防火墙规则firewall-cmd --re 阅读全文
posted @ 2021-03-16 09:38 邓聪聪 阅读(168) 评论(0) 推荐(0)
摘要:#!/bin/sh cmcc_gw="111.19.132.1" unicom_gw="113.200.121.65" function cmcc(){ # host_list=`cat /tmp/idc_ping_monitor/smokeping/location/$1` host_list=` 阅读全文
posted @ 2021-03-02 10:50 邓聪聪 阅读(101) 评论(0) 推荐(0)