摘要: 网络抓包指南 1.交换机配置流量镜像接口 1.1登录交换机备份相关配置,执行以下操作 mirroring-group 2 mirroring-port GigabitEthernet 1/0/4 to GigabitEthernet 1/0/14 GigabitEthernet 1/0/18 to 阅读全文
posted @ 2017-02-05 16:46 FlyBack 阅读(444) 评论(0) 推荐(0) 编辑
摘要: Linux网卡设置为网桥模式 1. 添加网卡,并修改相关配置文件 1.1虚拟机添加网卡,并配置相关文件 如:eth2为新添加网卡 cd /etc/sysconfig/network-scripts cp ifcfg-eth1 ifcfg-eth2 vi ifcfg-eth2 TYPE=Etherne 阅读全文
posted @ 2017-02-05 14:04 FlyBack 阅读(5612) 评论(0) 推荐(0) 编辑
摘要: -bash: xx: command not found 在有yum源情况下处理 yum provides "*/xx" ###"xx"代表某命令 或者 yum provides "*bin/xx" 根据查询出来的结果进行安装 如 [root@***]# yum provides "*/nmap"L 阅读全文
posted @ 2017-02-05 09:50 FlyBack 阅读(2326) 评论(0) 推荐(0) 编辑