小编pra*_*nav的帖子

以连续模式从 iperf 数据包生成器发送数据包

我们可以以连续模式从 iperf 生成器发送数据包吗?目前,我正在使用命令以突发模式发送数据包

iperf -c 10.0.0.2 -u -b 1m -t 1
Run Code Online (Sandbox Code Playgroud)

其中 u 是 UDP 数据包,1m 是带宽 (1 Mbps),t 是 1 秒的时间。

但我想以连续模式发送。

udp packet iperf

3
推荐指数
1
解决办法
2万
查看次数

警告:远程主机标识已更改 (1)

输入命令后

ssh -p 8101 karaf@docker-ip onos1
Run Code Online (Sandbox Code Playgroud)

我收到错误

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!

Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
SHA256:rV+69MOdHKanIvP41a9Xspug6am7/BV7CHVjhxxxxx.

Please contact your system administrator.
Add correct host key in `/home/pranav/.ssh/known_hosts` to get rid of this message.
Offending RSA …
Run Code Online (Sandbox Code Playgroud)

localhost rsa-key-fingerprint

2
推荐指数
1
解决办法
9366
查看次数

标签 统计

iperf ×1

localhost ×1

packet ×1

rsa-key-fingerprint ×1

udp ×1