03 2016 档案

摘要:简介 用简单的话来定义tcpdump,就是:dump the traffic on a network,根据使用者的定义对网络上的数据包进行截获的包分析工具。 tcpdump可以将网络中传送的数据包的“头”完全截获下来提供分析。它支持针对网络层、协议、主机、网络或端口的过滤,并提供and、or、no 阅读全文
posted @ 2016-03-30 10:51 jjp816 阅读(416) 评论(0) 推荐(0)
摘要:卸载NFS,结果出现无法卸载的情况 [root@localhost /]# umount /mnt/ umount: /mnt: device is busy umount: /mnt: device is busy 使用umount -f,问题依旧 [root@localhost /]# umou 阅读全文
posted @ 2016-03-01 17:44 jjp816 阅读(362) 评论(0) 推荐(0)
摘要:首先是服务器的设置:[root@localhost 桌面]# yum install scsi-target-* -y 安装服务 配置yum的方法太简单了,我就不写了[root@localhost 桌面]# /etc/init.d/tgtd restart 重启服务 配置tgt tgt的主配置文件为 阅读全文
posted @ 2016-03-01 17:43 jjp816 阅读(438) 评论(0) 推荐(0)