From: Pete Heist <notifications@github.com>
To: tohojo/flent <flent@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [Flent-users] Re: [tohojo/flent] -6 Option ignored for hosts with IPv4 and IPv6 address (#241)
Date: Thu, 30 Sep 2021 08:15:30 -0700 [thread overview]
Message-ID: <tohojo/flent/issues/241/931415810@github.com> (raw)
In-Reply-To: <tohojo/flent/issues/241@github.com>
[-- Attachment #1: Type: text/plain, Size: 1497 bytes --]
Fwiw I tried irtt with a similar setup, using hosts defined in /etc/hosts with both IPv4 and IPv6 addresses:
10.72.0.230 apu2a_6
a::601 apu2a_6
10.72.0.233 apu2c_6
a::603 apu2c_6
All of the following worked as expected:
```
sysadmin@apu2a:~$ irtt client -n apu2c_6
[Connecting] connecting to apu2c_6
[10.72.0.233:2112] [Connected] connection established
[10.72.0.233:2112] [NoTest] skipping test at user request
sysadmin@apu2a:~$ irtt client -6 -n apu2c_6
[Connecting] connecting to apu2c_6
[[a::603]:2112] [Connected] connection established
[[a::603]:2112] [NoTest] skipping test at user request
sysadmin@apu2a:~$ irtt client --local=apu2a_6 -n apu2c_6
[Connecting] connecting to apu2c_6
[10.72.0.233:2112] [Connected] connection established
[10.72.0.233:2112] [NoTest] skipping test at user request
sysadmin@apu2a:~$ irtt client --local=apu2a_6 -6 -n apu2c_6
[Connecting] connecting to apu2c_6
[[a::603]:2112] [Connected] connection established
[[a::603]:2112] [NoTest] skipping test at user request
```
Do those commands work for you outside of flent from your mn.h1 to mn.h2? I also wonder what happens if you don't use `--local-bind`.
Lastly, I realized we'll have to bracket the local bind address as well if it's an IPv6 literal, but that's not affecting you here because you're using a hostname.
--
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/241#issuecomment-931415810
[-- Attachment #2: Type: text/html, Size: 2818 bytes --]
next prev parent reply other threads:[~2021-09-30 15:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-30 14:09 [Flent-users] " j-breyer
2021-09-30 14:27 ` [Flent-users] " Toke Høiland-Jørgensen
2021-09-30 15:15 ` Pete Heist [this message]
2021-10-01 9:07 ` j-breyer
2021-10-01 12:06 ` Toke Høiland-Jørgensen
2021-10-01 12:19 ` Toke Høiland-Jørgensen
2021-10-01 13:01 ` Pete Heist
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/241/931415810@github.com \
--to=notifications@github.com \
--cc=flent@noreply.github.com \
--cc=reply+AHVNJP4VRVZR2CWJBYI5IHV7MG2ZFEVBNHHDYVLITY@reply.github.com \
--cc=subscribed@noreply.github.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox