From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) by mail.toke.dk (Postfix) with ESMTPS id CBE1D8C6890 for ; Thu, 30 Sep 2021 17:15:31 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=rg6w2BEW Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id AB2EE900DFD for ; Thu, 30 Sep 2021 08:15:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1633014930; bh=CsuAsr/672rTqIJ5zFlUzeWgmcgTzouA6hiuLmKUsxc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rg6w2BEWTe/zOu4Z9Hp4YyJYyF8OtxmUT8RubFMkzO5fKnPO9gDricFS1s2egSXMk u696FpXaUDhznsngOuTtQl1u5lR3tE2EMcmsAarw2ei1WmUTX7T5wtw1kZyYtcsPAX ooJ2o2ceMhWSo7tS4e8f77TnIB3zaCc2ZEQmeL8Y= Date: Thu, 30 Sep 2021 08:15:30 -0700 From: Pete Heist To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6155d4929c614_5d96c76060183"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: heistp X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: HBXHTFZN7ITCEGTT2VJ6Y3LSONE4R5PM X-Message-ID-Hash: HBXHTFZN7ITCEGTT2VJ6Y3LSONE4R5PM X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] -6 Option ignored for hosts with IPv4 and IPv6 address (#241) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6155d4929c614_5d96c76060183 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 ----==_mimepart_6155d4929c614_5d96c76060183 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

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, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_6155d4929c614_5d96c76060183--