1,check网络[root@localhost ~]# ping -I eth0 11.110.10.138PING 11.110.10.138 (11.110.10.138) from 11.110.10.138eth0: 56(84) bytes of data.64 bytes from 11.110.10.138: icmp_seq=1ttl=64 time=0.023 ms64 byt...
分类:
系统相关 时间:
2015-07-07 22:49:02
阅读次数:
291
在计算机中我们时常会在cmd中使用ping这个指令,来达到我们想要的目的。ping其实是一个程序,它的作用是检查网络的连通性(反判断与网络层)。 ping是一个应用层程序,但当它运行却无端口。ping 是直接把echo requst报文封装到网络层协议ICMP数据报中。 例如在cmd中ping一台....
分类:
其他好文 时间:
2015-07-06 11:51:45
阅读次数:
117
CentOS7.1版本//查看firewalld[root@wode006sysconfig]#systemctlstatusfirewalldfirewalld.service-firewalld-dynamicfirewalldaemonLoaded:loaded(/usr/lib/systemd/system/firewalld.service;enabled)Active:active(running)since六2015-07-0420:56:57CST;1min52sagoMainPID..
分类:
数据库 时间:
2015-07-04 23:37:32
阅读次数:
282
1) 获取远程主机的系统类型及开放端口nmap -sS -P0 -sV -O 这里的 可以是单一 IP, 或主机名,或域名,或子网-sS TCP SYN 扫描 (又称半开放,或隐身扫描)-P0 允许你关闭 ICMP pings.-sV 打开系统版本检测-O 尝试识别远程操作系统其它选项:-A 同时....
分类:
其他好文 时间:
2015-07-04 20:52:35
阅读次数:
222
//查看firewalld[root@wode006sysconfig]#systemctlstatusfirewalld.servicefirewalld.service-firewalld-dynamicfirewalldaemonLoaded:loaded(/usr/lib/systemd/system/firewalld.service;enabled)Active:active(running)since四2015-07-0215:19:05CST;1day10hagoMainPID:901(..
分类:
其他好文 时间:
2015-07-04 09:52:14
阅读次数:
371
由于最近监控的H3C路由器经常出现死机现象,SNMP获取不到数据,后面检查发现是CPU使用率过高,直接导致无法处理SNMP请求,所以需求来了,怎样通过SNMP监控H3C路由器的CPU和内存使用率?由于CPU和内存的IOD号是H3C厂商没有公布的,所以不好找,在网上百度了一些资料查找H3C网络..
分类:
其他好文 时间:
2015-07-04 01:06:48
阅读次数:
532
ARP 地址解析协议
RIP 路由信息协议
OSPF 开放式最短路径优先
IGMP Internet组管理协议
ICMP Internet控制报文协议 Internet control message protocol
BGP 边界网关协议
HTTP 超文本传输协议
FTP 文件...
分类:
其他好文 时间:
2015-07-03 23:31:08
阅读次数:
475
其它资料中一般都使用masquerade进行nat上网,对企业静态IP来说,还是指定地址NAT效果好点1、在ip/firewall/nat中增加点action增加外网IP,保存(注以同样的方法,在protocol增加udp,条目)
分类:
其他好文 时间:
2015-06-30 13:15:25
阅读次数:
361
CentOS 7 中默认的防火墙不再是iptables了,需要先关闭防火墙firewall再安装iptablessystemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启...
分类:
其他好文 时间:
2015-06-29 19:26:17
阅读次数:
118