From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) by mail.toke.dk (Postfix) with ESMTPS id DCC608C578A for ; Wed, 29 Sep 2021 16:57:46 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=aB+UedTX Received: from github-lowworker-d2b79e6.va3-iad.github.net (github-lowworker-d2b79e6.va3-iad.github.net [10.48.110.81]) by smtp.github.com (Postfix) with ESMTP id 6E8C9600684 for ; Wed, 29 Sep 2021 07:57:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1632927465; bh=dBzdbWOmMhioPCF3lfyDuMeN7Me4Kdn2lnXqtxGTfIw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aB+UedTXj3jzt4dBUtiC7rzMS74HWk7OQv/O2SsnqnJV7jnoblyYYRNpJ6Nglvvz+ yIanoHa9VO6yfV9LNW4wj0BPerJS+uZhWvoxrYZa5ZyVBktE7AA/Tt6wOlr8eCJx2A n6GuNmOOdbESDCiZ4UMlA016dvNvFjgGGvUL8+1k= Date: Wed, 29 Sep 2021 07:57:45 -0700 From: j-breyer To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_61547ee95fb3e_5ff6c760304835"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: j-breyer 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: 6C2GWCO3KIPIA6LJXDVW4K6X7J4XZT4F X-Message-ID-Hash: 6C2GWCO3KIPIA6LJXDVW4K6X7J4XZT4F 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] irtt fails with IPv6 (wrong format) (#238) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_61547ee95fb3e_5ff6c760304835 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I found another workaround by setting up non-scoped IPv6 addresses on the hosts (e.g., `a::601` and `a::e02`). Then I added them to `/etc/hosts` with a related hostname, e.g., `a::601 mn.h1` and `a::e02 mn.h2` Running now `sudo flent rrul -p all_scaled -6 --local-bind mn.h1 -l 60 -H mn.h2 -o rrul_hosts6.pdf -v` gives Error free output. However, I noticed a different bug when using this: If a host contains an IPv4 as well as an IPv6 address in `/etc/hosts`, flent seems to always prefer the IPv4 entry. This results in the process either failing, because it tries an irtt connection from IPv4 to IPv6 address, or the above test runs the irtt connection completely in IPv4, ignoring the `-6` argument, if both devices can be resolved to an IPv4 Maybe this is content for a separate Issue? -- 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/238#issuecomment-930257638 ----==_mimepart_61547ee95fb3e_5ff6c760304835 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I found another workaround by setting up non-scoped IPv6 addresses on the hosts (e.g., a::601 and a::e02).
Then I added them to /etc/hosts with a related hostname, e.g., a::601 mn.h1 and a::e02 mn.h2

Running now sudo flent rrul -p all_scaled -6 --local-bind mn.h1 -l 60 -H mn.h2 -o rrul_hosts6.pdf -v gives Error free output.

However, I noticed a different bug when using this:
If a host contains an IPv4 as well as an IPv6 address in /etc/hosts, flent seems to always prefer the IPv4 entry. This results in the process either failing, because it tries an irtt connection from IPv4 to IPv6 address, or the above test runs the irtt connection completely in IPv4, ignoring the -6 argument, if both devices can be resolved to an IPv4

Maybe this is content for a separate Issue?


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_61547ee95fb3e_5ff6c760304835--