Starlink has bufferbloat. Bad.
 help / color / mirror / Atom feed
* [Starlink] starlink <-> starlink tests over ivpv6
@ 2021-05-18 23:40 Dave Taht
  2021-05-19  8:49 ` Annika Wickert
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Dave Taht @ 2021-05-18 23:40 UTC (permalink / raw)
  To: starlink

I think we are at 6? people with dishys now on this list? Most having
got rid of the starlink provided router?

What I would love to do is a string of bufferbloat related tests
between your networks, much like I've been testing
to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
tcp_ndown tests with sqm on and off.

I know george hasn't been publishing via anything other than git via
rsync, but the simple test scripts there
can be modified to do a string of tests dishy to dishy.

There are also many ways to take a dynamic ipv6 address and put it
into dns. linode's is straightforward if
you'd want to leverage taht.net.

(for the record "taht" means "star or planet" in estonian)


-- 
Latest Podcast:
https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/

Dave Täht CTO, TekLibre, LLC

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-18 23:40 [Starlink] starlink <-> starlink tests over ivpv6 Dave Taht
@ 2021-05-19  8:49 ` Annika Wickert
  2021-05-21 15:07   ` Dave Taht
  2021-05-26 13:14 ` George Burdell
  2021-05-26 13:20 ` George Burdell
  2 siblings, 1 reply; 11+ messages in thread
From: Annika Wickert @ 2021-05-19  8:49 UTC (permalink / raw)
  To: Dave Taht; +Cc: starlink

I setup dyndns to mine:
starlink.awlnx.space it’s hosted via starlink ipv6 only (of course)

> On 19. May 2021, at 01:40, Dave Taht <dave.taht@gmail.com> wrote:
> 
> I think we are at 6? people with dishys now on this list? Most having
> got rid of the starlink provided router?
> 
> What I would love to do is a string of bufferbloat related tests
> between your networks, much like I've been testing
> to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
> tcp_ndown tests with sqm on and off.
> 
> I know george hasn't been publishing via anything other than git via
> rsync, but the simple test scripts there
> can be modified to do a string of tests dishy to dishy.
> 
> There are also many ways to take a dynamic ipv6 address and put it
> into dns. linode's is straightforward if
> you'd want to leverage taht.net.
> 
> (for the record "taht" means "star or planet" in estonian)
> 
> 
> -- 
> Latest Podcast:
> https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/
> 
> Dave Täht CTO, TekLibre, LLC
> _______________________________________________
> Starlink mailing list
> Starlink@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/starlink


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-19  8:49 ` Annika Wickert
@ 2021-05-21 15:07   ` Dave Taht
  2021-05-21 16:14     ` Paul Vixie
  0 siblings, 1 reply; 11+ messages in thread
From: Dave Taht @ 2021-05-21 15:07 UTC (permalink / raw)
  To: Annika Wickert; +Cc: starlink

I note that the tc command has json output, perhaps that can be parsed
by some tool and drops/marks/delay/backlog for cake

On Wed, May 19, 2021 at 1:49 AM Annika Wickert <aw@awlnx.space> wrote:
>
> I setup dyndns to mine:
> starlink.awlnx.space it’s hosted via starlink ipv6 only (of course)

thx. I would like to distribute some scripts this weekend for testing
starlink <-> starlink. I think it
would be best to try for a videoconference of all the participants in
the test before then. I should
be available all day saturday and sunday, PDT, 9AM-11PM... Perhaps
sunday ? Does anyone here use doodle, or
can we pick a method to co-ordinate on a time?

The test driver is "flent", however clients need no more than
netserver (from netperf) and irtt client running.

The test suite might be:

rtt_fair_var - to/from as many hosts as are participating in the test
simultaneously.

rrul - this tests a ton of things like dscp support
rrul_be
tcp_nup 1 stream
tcp_nup 16 stream
tcp_ndown 1 stream
tcp_ndown 16 stream
and possibly a few others.

Ideally this would also include tests with sqm enabled also, and I'm
not sure to what extent that
has been tried by others yet. The most elegant qdisc to use is cake


> > On 19. May 2021, at 01:40, Dave Taht <dave.taht@gmail.com> wrote:
> >
> > I think we are at 6? people with dishys now on this list? Most having
> > got rid of the starlink provided router?
> >
> > What I would love to do is a string of bufferbloat related tests
> > between your networks, much like I've been testing
> > to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
> > tcp_ndown tests with sqm on and off.
> >
> > I know george hasn't been publishing via anything other than git via
> > rsync, but the simple test scripts there
> > can be modified to do a string of tests dishy to dishy.
> >
> > There are also many ways to take a dynamic ipv6 address and put it
> > into dns. linode's is straightforward if
> > you'd want to leverage taht.net.
> >
> > (for the record "taht" means "star or planet" in estonian)
> >
> >
> > --
> > Latest Podcast:
> > https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/
> >
> > Dave Täht CTO, TekLibre, LLC
> > _______________________________________________
> > Starlink mailing list
> > Starlink@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/starlink
>


--
Latest Podcast:
https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/

Dave Täht CTO, TekLibre, LLC

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-21 15:07   ` Dave Taht
@ 2021-05-21 16:14     ` Paul Vixie
  0 siblings, 0 replies; 11+ messages in thread
From: Paul Vixie @ 2021-05-21 16:14 UTC (permalink / raw)
  To: Dave Taht; +Cc: Annika Wickert, starlink

On Fri, May 21, 2021 at 08:07:22AM -0700, Dave Taht wrote:
> I note that the tc command has json output, perhaps that can be parsed
> by some tool and drops/marks/delay/backlog for cake

because $dayjob's tools and services often output JSON, i've learned about
the "jq" tool which is a bit like awk+sed+tr all rolled into one. piping
output to "jq . | more" is how i pretty-print, for example.

https://github.com/stedolan/jq

-- 
Paul Vixie

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-18 23:40 [Starlink] starlink <-> starlink tests over ivpv6 Dave Taht
  2021-05-19  8:49 ` Annika Wickert
@ 2021-05-26 13:14 ` George Burdell
  2021-05-26 13:20 ` George Burdell
  2 siblings, 0 replies; 11+ messages in thread
From: George Burdell @ 2021-05-26 13:14 UTC (permalink / raw)
  To: Dave Taht; +Cc: starlink

I plan to be at the site, adding real ipv6, and conducting tests
this weekend. Anyone up for it?

On Tue, May 18, 2021 at 04:40:51PM -0700, Dave Taht wrote:
> I think we are at 6? people with dishys now on this list? Most having
> got rid of the starlink provided router?
> 
> What I would love to do is a string of bufferbloat related tests
> between your networks, much like I've been testing
> to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
> tcp_ndown tests with sqm on and off.
> 
> I know george hasn't been publishing via anything other than git via
> rsync, but the simple test scripts there
> can be modified to do a string of tests dishy to dishy.
> 
> There are also many ways to take a dynamic ipv6 address and put it
> into dns. linode's is straightforward if
> you'd want to leverage taht.net.
> 
> (for the record "taht" means "star or planet" in estonian)
> 
> 
> -- 
> Latest Podcast:
> https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/
> 
> Dave Täht CTO, TekLibre, LLC
> _______________________________________________
> Starlink mailing list
> Starlink@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/starlink

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-18 23:40 [Starlink] starlink <-> starlink tests over ivpv6 Dave Taht
  2021-05-19  8:49 ` Annika Wickert
  2021-05-26 13:14 ` George Burdell
@ 2021-05-26 13:20 ` George Burdell
  2021-05-26 14:11   ` Sascha Meinrath
  2021-05-26 20:56   ` Sascha Meinrath
  2 siblings, 2 replies; 11+ messages in thread
From: George Burdell @ 2021-05-26 13:20 UTC (permalink / raw)
  To: Dave Taht; +Cc: starlink

I have setup a doodle poll for co-ordinating times to meet

https://doodle.com/poll/qamim95xpb8kwanx?utm_source=poll&utm_medium=link

On Tue, May 18, 2021 at 04:40:51PM -0700, Dave Taht wrote:
> I think we are at 6? people with dishys now on this list? Most having
> got rid of the starlink provided router?
> 
> What I would love to do is a string of bufferbloat related tests
> between your networks, much like I've been testing
> to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
> tcp_ndown tests with sqm on and off.
> 
> I know george hasn't been publishing via anything other than git via
> rsync, but the simple test scripts there
> can be modified to do a string of tests dishy to dishy.
> 
> There are also many ways to take a dynamic ipv6 address and put it
> into dns. linode's is straightforward if
> you'd want to leverage taht.net.
> 
> (for the record "taht" means "star or planet" in estonian)
> 
> 
> -- 
> Latest Podcast:
> https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/
> 
> Dave Täht CTO, TekLibre, LLC
> _______________________________________________
> Starlink mailing list
> Starlink@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/starlink

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-26 13:20 ` George Burdell
@ 2021-05-26 14:11   ` Sascha Meinrath
  2021-05-26 20:54     ` Dave Taht
  2021-05-26 20:56   ` Sascha Meinrath
  1 sibling, 1 reply; 11+ messages in thread
From: Sascha Meinrath @ 2021-05-26 14:11 UTC (permalink / raw)
  To: George Burdell, Dave Taht; +Cc: starlink

Hi everyone,

I'm happy to put my dishy at the disposal of the group, but have been utterly
crammed for time. That said, if folks want to walk me through what would be most
helpful (i.e., specific equipment to plug in/access control to grant/etc.),
happy to get that implemented so that folks can utilize this resource.

Also, my Starlink network is completely separated from my home network (so folks
can do pretty much whatever would be most useful with it without worry).
Physically, it's located in central PA, USA.

Let me know,

--Sascha Meinrath
Director, X-Lab
Palmer Chair in Telecommunications
Penn State University

On 5/26/21 9:20 AM, George Burdell wrote:
> I have setup a doodle poll for co-ordinating times to meet
> 
> https://doodle.com/poll/qamim95xpb8kwanx?utm_source=poll&utm_medium=link
> 
> On Tue, May 18, 2021 at 04:40:51PM -0700, Dave Taht wrote:
>> I think we are at 6? people with dishys now on this list? Most having
>> got rid of the starlink provided router?
>>
>> What I would love to do is a string of bufferbloat related tests
>> between your networks, much like I've been testing
>> to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
>> tcp_ndown tests with sqm on and off.
>>
>> I know george hasn't been publishing via anything other than git via
>> rsync, but the simple test scripts there
>> can be modified to do a string of tests dishy to dishy.
>>
>> There are also many ways to take a dynamic ipv6 address and put it
>> into dns. linode's is straightforward if
>> you'd want to leverage taht.net.
>>
>> (for the record "taht" means "star or planet" in estonian)
>>
>>
>> -- 
>> Latest Podcast:
>> https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/
>>
>> Dave Täht CTO, TekLibre, LLC
>> _______________________________________________
>> Starlink mailing list
>> Starlink@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/starlink
> _______________________________________________
> Starlink mailing list
> Starlink@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/starlink
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-26 14:11   ` Sascha Meinrath
@ 2021-05-26 20:54     ` Dave Taht
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Taht @ 2021-05-26 20:54 UTC (permalink / raw)
  To: Sascha Meinrath; +Cc: George Burdell, starlink

On Wed, May 26, 2021 at 7:11 AM Sascha Meinrath <sascha@thexlab.org> wrote:
>
> Hi everyone,
>
> I'm happy to put my dishy at the disposal of the group, but have been utterly
> crammed for time. That said, if folks want to walk me through what would be most
> helpful (i.e., specific equipment to plug in/access control to grant/etc.),
> happy to get that implemented so that folks can utilize this resource.

The simplest possible arrangement is a linux box directly in front of
the dishy not their supplied router. Nearly any kind will suffice, so
long as it can get an ipv6 address. I have a mild preference for the
current ubuntu, or the openwrt release candidate, but even centos
would suffice. Supplying our ssh keys for further configuration (if
needed) for other tests, like of DoH vs DNS. We prefer raw hardware
rather than a vm, to rule out interactions with vm jitter and
latencies. A raspi-4 is fine. x86_64 preferred.

Possible, but less useful, would be an osx box, configured to run
netserver and irtt, I can supply working binaries of each.

windows is right out.

> Also, my Starlink network is completely separated from my home network (so folks
> can do pretty much whatever would be most useful with it without worry).
> Physically, it's located in central PA, USA.
>
> Let me know,
>
> --Sascha Meinrath
> Director, X-Lab
> Palmer Chair in Telecommunications
> Penn State University
>
> On 5/26/21 9:20 AM, George Burdell wrote:
> > I have setup a doodle poll for co-ordinating times to meet
> >
> > https://doodle.com/poll/qamim95xpb8kwanx?utm_source=poll&utm_medium=link
> >
> > On Tue, May 18, 2021 at 04:40:51PM -0700, Dave Taht wrote:
> >> I think we are at 6? people with dishys now on this list? Most having
> >> got rid of the starlink provided router?
> >>
> >> What I would love to do is a string of bufferbloat related tests
> >> between your networks, much like I've been testing
> >> to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
> >> tcp_ndown tests with sqm on and off.
> >>
> >> I know george hasn't been publishing via anything other than git via
> >> rsync, but the simple test scripts there
> >> can be modified to do a string of tests dishy to dishy.
> >>
> >> There are also many ways to take a dynamic ipv6 address and put it
> >> into dns. linode's is straightforward if
> >> you'd want to leverage taht.net.
> >>
> >> (for the record "taht" means "star or planet" in estonian)
> >>
> >>
> >> --
> >> Latest Podcast:
> >> https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/
> >>
> >> Dave Täht CTO, TekLibre, LLC
> >> _______________________________________________
> >> Starlink mailing list
> >> Starlink@lists.bufferbloat.net
> >> https://lists.bufferbloat.net/listinfo/starlink
> > _______________________________________________
> > Starlink mailing list
> > Starlink@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/starlink
> >



-- 
Latest Podcast:
https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/

Dave Täht CTO, TekLibre, LLC

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-26 13:20 ` George Burdell
  2021-05-26 14:11   ` Sascha Meinrath
@ 2021-05-26 20:56   ` Sascha Meinrath
  2021-05-26 23:30     ` Nick Buraglio
  1 sibling, 1 reply; 11+ messages in thread
From: Sascha Meinrath @ 2021-05-26 20:56 UTC (permalink / raw)
  Cc: starlink

Hi everyone,

I'm happy to put my dishy at the disposal of the group, but have been utterly
crammed for time. That said, if folks want to walk me through what would be most
helpful (i.e., specific equipment to plug in/access control to grant/etc.),
happy to get that implemented so that folks can utilize this resource.

Also, my Starlink network is completely separated from my home network (so folks
can do pretty much whatever would be most useful with it without worry).
Physically, it's located in central PA, USA.

Let me know,

--Sascha Meinrath
Director, X-Lab
Palmer Chair in Telecommunications
Penn State University

On 5/26/21 9:20 AM, George Burdell wrote:
> I have setup a doodle poll for co-ordinating times to meet
> 
> https://doodle.com/poll/qamim95xpb8kwanx?utm_source=poll&utm_medium=link
> 
> On Tue, May 18, 2021 at 04:40:51PM -0700, Dave Taht wrote:
>> I think we are at 6? people with dishys now on this list? Most having
>> got rid of the starlink provided router?
>>
>> What I would love to do is a string of bufferbloat related tests
>> between your networks, much like I've been testing
>> to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
>> tcp_ndown tests with sqm on and off.
>>
>> I know george hasn't been publishing via anything other than git via
>> rsync, but the simple test scripts there
>> can be modified to do a string of tests dishy to dishy.
>>
>> There are also many ways to take a dynamic ipv6 address and put it
>> into dns. linode's is straightforward if
>> you'd want to leverage taht.net.
>>
>> (for the record "taht" means "star or planet" in estonian)
>>
>>
>> -- 
>> Latest Podcast:
>> https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/
>>
>> Dave Täht CTO, TekLibre, LLC
>> _______________________________________________
>> Starlink mailing list
>> Starlink@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/starlink
> _______________________________________________
> Starlink mailing list
> Starlink@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/starlink
> 

-- 
--Sascha Meinrath
Director, X-Lab
Palmer Chair in Telecommunications
Penn State University

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-26 20:56   ` Sascha Meinrath
@ 2021-05-26 23:30     ` Nick Buraglio
  2021-05-27 13:14       ` Sascha Meinrath
  0 siblings, 1 reply; 11+ messages in thread
From: Nick Buraglio @ 2021-05-26 23:30 UTC (permalink / raw)
  To: Sascha Meinrath; +Cc: starlink

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

Unrelated: Sascha, did you used to live in Urbana? Involved in the
cu-wireless deployment, maybe?

nb

On Wed, May 26, 2021 at 4:57 PM Sascha Meinrath <sascha@psu.edu> wrote:

> Hi everyone,
>
> I'm happy to put my dishy at the disposal of the group, but have been
> utterly
> crammed for time. That said, if folks want to walk me through what would
> be most
> helpful (i.e., specific equipment to plug in/access control to grant/etc.),
> happy to get that implemented so that folks can utilize this resource.
>
> Also, my Starlink network is completely separated from my home network (so
> folks
> can do pretty much whatever would be most useful with it without worry).
> Physically, it's located in central PA, USA.
>
> Let me know,
>
> --Sascha Meinrath
> Director, X-Lab
> Palmer Chair in Telecommunications
> Penn State University
>
> On 5/26/21 9:20 AM, George Burdell wrote:
> > I have setup a doodle poll for co-ordinating times to meet
> >
> > https://doodle.com/poll/qamim95xpb8kwanx?utm_source=poll&utm_medium=link
> >
> > On Tue, May 18, 2021 at 04:40:51PM -0700, Dave Taht wrote:
> >> I think we are at 6? people with dishys now on this list? Most having
> >> got rid of the starlink provided router?
> >>
> >> What I would love to do is a string of bufferbloat related tests
> >> between your networks, much like I've been testing
> >> to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
> >> tcp_ndown tests with sqm on and off.
> >>
> >> I know george hasn't been publishing via anything other than git via
> >> rsync, but the simple test scripts there
> >> can be modified to do a string of tests dishy to dishy.
> >>
> >> There are also many ways to take a dynamic ipv6 address and put it
> >> into dns. linode's is straightforward if
> >> you'd want to leverage taht.net.
> >>
> >> (for the record "taht" means "star or planet" in estonian)
> >>
> >>
> >> --
> >> Latest Podcast:
> >>
> https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/
> >>
> >> Dave Täht CTO, TekLibre, LLC
> >> _______________________________________________
> >> Starlink mailing list
> >> Starlink@lists.bufferbloat.net
> >> https://lists.bufferbloat.net/listinfo/starlink
> > _______________________________________________
> > Starlink mailing list
> > Starlink@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/starlink
> >
>
> --
> --Sascha Meinrath
> Director, X-Lab
> Palmer Chair in Telecommunications
> Penn State University
> _______________________________________________
> Starlink mailing list
> Starlink@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/starlink
>
-- 
---
Nick Buraglio
Planning and Architecture Group
Energy Sciences Network; AS293
Lawrence Berkeley National Laboratory
buraglio@es.net
+1 (510) 995-6068

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Starlink] starlink <-> starlink tests over ivpv6
  2021-05-26 23:30     ` Nick Buraglio
@ 2021-05-27 13:14       ` Sascha Meinrath
  0 siblings, 0 replies; 11+ messages in thread
From: Sascha Meinrath @ 2021-05-27 13:14 UTC (permalink / raw)
  To: buraglio; +Cc: starlink

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

Hi Nick,

Indeed! I ran CU wireless out of my living room for its first few years...
sadly, what we built 15+ years ago (see attached) still eclipses the
functionality of many metro networks today.

--Sascha

On 5/26/21 7:30 PM, Nick Buraglio wrote:
> Unrelated: Sascha, did you used to live in Urbana? Involved in the cu-wireless
> deployment, maybe? 
> 
> nb
> 
> On Wed, May 26, 2021 at 4:57 PM Sascha Meinrath <sascha@psu.edu
> <mailto:sascha@psu.edu>> wrote:
> 
>     Hi everyone,
> 
>     I'm happy to put my dishy at the disposal of the group, but have been utterly
>     crammed for time. That said, if folks want to walk me through what would be most
>     helpful (i.e., specific equipment to plug in/access control to grant/etc.),
>     happy to get that implemented so that folks can utilize this resource.
> 
>     Also, my Starlink network is completely separated from my home network (so folks
>     can do pretty much whatever would be most useful with it without worry).
>     Physically, it's located in central PA, USA.
> 
>     Let me know,
> 
>     --Sascha Meinrath
>     Director, X-Lab
>     Palmer Chair in Telecommunications
>     Penn State University
> 
>     On 5/26/21 9:20 AM, George Burdell wrote:
>     > I have setup a doodle poll for co-ordinating times to meet
>     >
>     > https://doodle.com/poll/qamim95xpb8kwanx?utm_source=poll&utm_medium=link
>     >
>     > On Tue, May 18, 2021 at 04:40:51PM -0700, Dave Taht wrote:
>     >> I think we are at 6? people with dishys now on this list? Most having
>     >> got rid of the starlink provided router?
>     >>
>     >> What I would love to do is a string of bufferbloat related tests
>     >> between your networks, much like I've been testing
>     >> to the cloud. This would include traceroute or mtr, the rrul, tcp_nup,
>     >> tcp_ndown tests with sqm on and off.
>     >>
>     >> I know george hasn't been publishing via anything other than git via
>     >> rsync, but the simple test scripts there
>     >> can be modified to do a string of tests dishy to dishy.
>     >>
>     >> There are also many ways to take a dynamic ipv6 address and put it
>     >> into dns. linode's is straightforward if
>     >> you'd want to leverage taht.net <http://taht.net>.
>     >>
>     >> (for the record "taht" means "star or planet" in estonian)
>     >>
>     >>
>     >> --
>     >> Latest Podcast:
>     >> https://www.linkedin.com/feed/update/urn:li:activity:6791014284936785920/
>     >>
>     >> Dave Täht CTO, TekLibre, LLC
>     >> _______________________________________________
>     >> Starlink mailing list
>     >> Starlink@lists.bufferbloat.net <mailto:Starlink@lists.bufferbloat.net>
>     >> https://lists.bufferbloat.net/listinfo/starlink
>     > _______________________________________________
>     > Starlink mailing list
>     > Starlink@lists.bufferbloat.net <mailto:Starlink@lists.bufferbloat.net>
>     > https://lists.bufferbloat.net/listinfo/starlink
>     >
> 
>     -- 
>     --Sascha Meinrath
>     Director, X-Lab
>     Palmer Chair in Telecommunications
>     Penn State University
>     _______________________________________________
>     Starlink mailing list
>     Starlink@lists.bufferbloat.net <mailto:Starlink@lists.bufferbloat.net>
>     https://lists.bufferbloat.net/listinfo/starlink
> 
> -- 
> ---
> Nick Buraglio
> Planning and Architecture Group
> Energy Sciences Network; AS293
> Lawrence Berkeley National Laboratory
> buraglio@es.net <mailto:buraglio@es.net>
> +1 (510) 995-6068

[-- Attachment #2: 2005 (Feb) CUWiN coverage map (rough).png --]
[-- Type: image/png, Size: 157786 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-05-27 13:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 23:40 [Starlink] starlink <-> starlink tests over ivpv6 Dave Taht
2021-05-19  8:49 ` Annika Wickert
2021-05-21 15:07   ` Dave Taht
2021-05-21 16:14     ` Paul Vixie
2021-05-26 13:14 ` George Burdell
2021-05-26 13:20 ` George Burdell
2021-05-26 14:11   ` Sascha Meinrath
2021-05-26 20:54     ` Dave Taht
2021-05-26 20:56   ` Sascha Meinrath
2021-05-26 23:30     ` Nick Buraglio
2021-05-27 13:14       ` Sascha Meinrath

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