Linux下安装WIRESHARK 分析软件

3470阅读 0评论2013-03-01 woshiginus
分类:LINUX

1.配置本机的YUM库

 mount   /root/Desktop/rhel5u8.iso  /mnt  -o loop   将桌面上的镜相文件rhel5u8.iso 挂载到/mnt目录下

 

[rhel5u8]
name=red hat
baseurl=file:///mnt/Server
enabled=1
gpgcheck=0

[rhel5u81]
name=redhat1
baseurl=file:///mnt/Cluster
enabled=1
gpgcheck=0


[rhel5u82]
name=redhat2
baseurl=file:///mnt/ClusterStorage
enabled=1
gpgcheck=0

 

[rhel5u83]
name=redhat3
"/etc/yum.repos.d/iso.repo" 26L, 298C                         1,1          顶端

 测试  yum 库

# yum list

 

2.   安装WIRESHARK

     1、yum install wireshark。注意这样并无法使用wireshark命令和图形界面。但提供了抓包基本功能。
     2、yum install wireshark-gnome。这样就可以方便的使用了

 

3. 打开程序

  

  在应用程序--〉下新出现一个快捷标wireshark network analyzer

4.   或在终端中运行#wireshark 也可打开wireshark

备注:  此方法也适用于centos

  

上一篇:iptables 防火墙基础篇
下一篇:Redhat(5.8)下OpenOffice安装过程