sh tcpreplay

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh tcpreplay相关的知识,希望对你有一定的参考价值。

#!/usr/bin/env bash

modprobe dummy
lsmod | grep dummy
ip link set name eth10 dev dummy0
ip link show eth10
ifconfig eth10 hw ether 00:22:22:ff:ff:ff
ip link show eth10
ip addr add 192.168.100.199/24 brd + dev eth10 label eth10:0
ifconfig eth10 up
ifconfig eth10 promisc

以上是关于sh tcpreplay的主要内容,如果未能解决你的问题,请参考以下文章

inux下网络发包工具 Tcpreplay3.x。

每天一个linux命令(tcpreplay)

tcpreplay安装使用经验

tcpreplay man手册翻译

tcpreplay 安装

tcpreplay安装使用