[Flent-users] Re: [tohojo/flent] -6 Option ignored for hosts with IPv4 and IPv6 address (#241)

2021-09-30 Thread Pete Heist
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 [Conn

[Flent-users] Re: [tohojo/flent] -6 Option ignored for hosts with IPv4 and IPv6 address (#241)

2021-09-30 Thread Toke Høiland-Jørgensen
Hmm, could you please post a full debug log (from --log-file), and the output of this command (with both address families defined in your /etc/hosts): `python -c 'import socket; print(socket.getaddrinfo("mn.h1", None, socket.AF_UNSPEC, socket.SOCK_STREAM))'` -- You are receiving this because

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread Toke Høiland-Jørgensen
Closed #240. -- 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/240#event-5388045656___ Flent-users mailing list -- flent-users@flent.org To unsu

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread Toke Høiland-Jørgensen
Awesome! Closing this issue, then :) -- 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/240#issuecomment-931360519___ Flent-users mailing list --

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-30 Thread j-breyer
>Yes, please open a separate issue. Flent uses the host name resolution mechanism, so in the absence of -4/-6, it should prefer whatever the host does. However, a -6 should override this, so if it doesn't that's a bug... Bug persists with updated version of flent, reported in Issue #241 Thank yo

[Flent-users] [tohojo/flent] -6 Option ignored for hosts with IPv4 and IPv6 address (#241)

2021-09-30 Thread j-breyer
In my current setup, I have two hosts defined in `/etc/hosts`, both capable of communicating via IPv4 and IPv6. Configuration: `mn.h1` uses `10.0.6.1` and `a::601` `mn.h2` uses `10.0.14.2` and `a::e02` On `mn.h2`, netserver is listening on both addresses, and `irtt server` is started listening o

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread j-breyer
Duh, the connection gets refused if you start the irtt server on the wrong machine -.- All issues solved regarding this topic from my side - Thank you a lot! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.co

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread j-breyer
>Hmm, that's odd. What's the output of `fping6 -D -c 1 localhost` ? That was a helpful tip! Turns out, `/etc/hosts` had `::1` defined as `ip6-localhost`, adding `localhost` to the same row removed the error. All that's left now is an ``` Ping (ms) UDP BE1: Adding child IrttRunner which: /usr/loc

[Flent-users] Re: [tohojo/flent] runners: Bracket IPv6 addresses before passing to irtt (#239)

2021-09-30 Thread Toke Høiland-Jørgensen
Awesome - thanks! :) -- 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/pull/239#issuecomment-931348708___ Flent-users mailing list -- flent-users@flent

[Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238)

2021-09-30 Thread Toke Høiland-Jørgensen
Closed #238 via 187dbb56ac308272d19cf4359ef85717fb7693ae. -- 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#event-5387927729___ Flent-users

[Flent-users] Re: [tohojo/flent] runners: Bracket IPv6 addresses before passing to irtt (#239)

2021-09-30 Thread Toke Høiland-Jørgensen
Merged #239 into master. -- 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/pull/239#event-5387927802___ Flent-users mailing list -- flent-users@flent.o

[Flent-users] Re: [tohojo/flent] runners: Bracket IPv6 addresses before passing to irtt (#239)

2021-09-30 Thread Pete Heist
> LGTM, but could you please squash the changes into a single commit? :) Squashed and force pushed, so hopefully that's fine. -- 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/pull/239#issuecomm

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread Toke Høiland-Jørgensen
j-breyer ***@***.***> writes: > Well, now I get a > ``` > UDP RTT test: Using irtt > which: /usr/local/sbin/fping6 is not an executable file > which: /usr/local/bin/fping6 is not an executable file > which: /usr/sbin/fping6 is not an executable file > which: Found fping6 executable at /usr/bin/fpi

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread j-breyer
Well, now I get a ``` UDP RTT test: Using irtt which: /usr/local/sbin/fping6 is not an executable file which: /usr/local/bin/fping6 is not an executable file which: /usr/sbin/fping6 is not an executable file which: Found fping6 executable at /usr/bin/fping6 which: /usr/local/sbin/ping6 is not an ex

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread Toke Høiland-Jørgensen
j-breyer ***@***.***> writes: >>Distro packaging tends to lack behind a bit - which distro (and version) > are you running? > > ``` > DISTRIB_ID=Ubuntu > DISTRIB_RELEASE=20.04 > DISTRIB_CODENAME=focal > DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS" > NAME="Ubuntu" > VERSION="20.04.3 LTS (Focal Fossa)"

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread j-breyer
>Distro packaging tends to lack behind a bit - which distro (and version) are you running? ``` DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS" NAME="Ubuntu" VERSION="20.04.3 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian ``` >Well, depends on y

[Flent-users] Re: [tohojo/flent] runners: Bracket IPv6 addresses before passing to irtt (#239)

2021-09-30 Thread Toke Høiland-Jørgensen
@tohojo approved this pull request. LGTM, but could you please squash the changes into a single commit? :) -- 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/pull/239#pullrequestreview-76771880

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread Toke Høiland-Jørgensen
j-breyer ***@***.***> writes: >>Yeah; those would be four identical Best Effort flows. > > I see. I misunderstood the test for testing priority queues of > different DSCP values - I guess for that I should rather use > `rrul_cs8`? Well, depends on your diffserv setup :) rrul_cs8 will have a flow

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread j-breyer
>Flent v1.3.2 ... and I just noticed that the git is on version 2.0.1. However, if I run `sudo apt install flent` (again), I get ``` Reading package lists... Done Building dependency tree Reading state information... Done flent is already the newest version (1.3.2-2). 0 upgraded, 0 newly

[Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240)

2021-09-30 Thread j-breyer
>Yeah; those would be four identical Best Effort flows. I see. I misunderstood the test for testing priority queues of different DSCP values - I guess for that I should rather use `rrul_cs8`? Is the purpose of the four identical flows link saturation or why do they exist? >No, it's because there

[Flent-users] Re: [tohojo/flent] runners: Bracket IPv6 addresses before passing to irtt (#239)

2021-09-30 Thread Pete Heist
@heistp commented on this pull request. > @@ -1682,7 +1683,13 @@ def check(self): if self.ip_version is not None: args.append("-{}".format(self.ip_version)) -args.append(self.host) +try: +ipaddress.IPv6Address(self.host) +

[Flent-users] Re: [tohojo/flent] runners: Bracket IPv6 addresses before passing to irtt (#239)

2021-09-30 Thread Pete Heist
@heistp pushed 1 commit. d4f2adf4663fdef1781413b4392d18edd9cc47d8 irtt: pass bracket_v6 as an explicitly named parameter -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/tohojo/flent/pull/239/files/7d7a6ac0c5aeef4206d6d43afe735d92adeb1

[Flent-users] Re: [tohojo/flent] runners: Bracket IPv6 addresses before passing to irtt (#239)

2021-09-30 Thread Pete Heist
@heistp commented on this pull request. > @@ -1682,7 +1683,13 @@ def check(self): if self.ip_version is not None: args.append("-{}".format(self.ip_version)) -args.append(self.host) +try: +ipaddress.IPv6Address(self.host) +

[Flent-users] Re: [tohojo/flent] runners: Bracket IPv6 addresses before passing to irtt (#239)

2021-09-30 Thread Pete Heist
@heistp pushed 1 commit. 7d7a6ac0c5aeef4206d6d43afe735d92adeb18bc util: Add optional bracket_v6 parameter to normalise_host -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/tohojo/flent/pull/239/files/1ac5b086854e5b0fe8a6b944b12aa03aa5