Flent-users discussion archives
 help / color / mirror / Atom feed
From: bkiziuk <notifications@github.com>
To: tohojo/flent <flent@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [Flent-users] [tohojo/flent] --remote-host doesn't seem to work correctly (#222)
Date: Sun, 14 Mar 2021 09:37:53 -0700	[thread overview]
Message-ID: <tohojo/flent/issues/222@github.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]

I'm trying to use flent for running traffic between different host.
According to what I have read and understand, the following command: 
```
./run-flent --host 192.168.98.5 tcp_2up  --remote-host 0=iperf@192.168.98.42 --remote-host 1=iperf@192.168.98.44 --log-file=log.txt
```
executed on 192.168.98.43 should:
- connect via SSH to hosts 192.168.98.42 and 44
- fork the netperf to connect from above two hosts to 192.168.98.5

The actual result is that traffic is sent from 192.168.98.43 to 192.168.98.5. 192.168.98.42 and 44 do not record any traffic on their interfaces.
However, if I execute the command:
```
./run-flent --host 192.168.98.5 tcp_1up  --remote-host 0=iperf@192.168.98.42 --log-file=log.txt
```
the result is that 192.168.98.42 is sending 1Gbit/s of traffic, 192.168.98.43 is also sending 1Gbit/s traffic and 192.168.98.5 is receiving 1Gbit/s traffic - according to nload tools on every host.

Am I doing any mistake here? I'm using the current master branch.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/222

[-- Attachment #2: Type: text/html, Size: 2078 bytes --]

             reply	other threads:[~2021-03-14 16:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-14 16:37 bkiziuk [this message]
2021-03-15 23:32 ` [Flent-users] " Toke Høiland-Jørgensen
2021-03-16 16:59 ` bkiziuk
2021-03-16 16:59 ` bkiziuk
2021-03-16 17:14 ` Toke Høiland-Jørgensen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.flent.org/postorius/lists/flent-users.flent.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tohojo/flent/issues/222@github.com \
    --to=notifications@github.com \
    --cc=flent@noreply.github.com \
    --cc=reply+AHVNJPZQCTUM3RAV465GHJV6LIOODEVBNHHDDCY5IU@reply.github.com \
    --cc=subscribed@noreply.github.com \
    --subject='Re: [Flent-users] [tohojo/flent] --remote-host doesn'\''t seem to work correctly (#222)' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox