From: J Pan <Pan@uvic.ca>
To: Dave Taht via Starlink <starlink@lists.bufferbloat.net>
Subject: [Starlink] run a few scripts behind your starlink dish?
Date: Tue, 14 Nov 2023 13:01:37 -0800 [thread overview]
Message-ID: <CAHn=e4hNgQ2jLJ=DnwQ1etm4sp4JYf6UumYhq6v9A1Sj1UZunQ@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1326 bytes --]
Dave allowed me to ask on this mailing list... ;-)
we are doing research to understand starlink in particular, and
leo-sat networks in general, better and possibly to improve them
further. please see our work at https://www.reddit.com/user/panuvic/
if you have (access to) a starlink dish, could you please run the
attached script behind it. the tr-sl... traceroutes to starlink
backbone ip addresses from your dish through your gateway and pop, and
if your gateway is 100.64.0.1 (if only * * * on your traceroute, you
may have vpn such as tailscale eats return icmp messages from this
address. "tailscale up --netfilter-mode off" can fix it; if you have a
public address option, please replace 100.64.0.1 by your actual
gateway address), ping-... pings your gateway quickly and briefly (if
you can "at" to start it at the beginning of a minute, great)
results from these scripts can help us (and the community at large)
understand starlink gateway, pop and backbone and their evolution
better. e.g., ulrich and his student shared their results with us, and
we can clearly see the satellite-ground station handovers, as well as
mac behaviors
thanks a lot for your help in advance. your viewpoint around the world
will help a lot. cheers. -j
--
J Pan, UVic CSc, ECS566, 250-472-5796 (NO VM), Pan@UVic.CA, Web.UVic.CA/~pan
[-- Attachment #2: tr-sl-bb-ip.sh --]
[-- Type: text/x-sh, Size: 218 bytes --]
#!/bin/bash
for i in $(seq 108 109); do for j in $(seq 0 255); do traceroute -enm 18 -w 1 149.19.$i.$j; done; done
for i in $(seq 64 66); do for j in $(seq 0 255); do traceroute -enm 18 -w 1 206.224.$i.$j; done; done
[-- Attachment #3: ping-gw.sh --]
[-- Type: text/x-sh, Size: 71 bytes --]
ping -i 0.01 -c 10000 100.64.0.1 > ping-gw-`date "+%y%m%d-%H%M%S"`.txt
[-- Attachment #4: ping-gw-231114-085600.png --]
[-- Type: image/png, Size: 176787 bytes --]
next reply other threads:[~2023-11-14 21:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-14 21:01 J Pan [this message]
2023-11-15 6:12 ` [Starlink] Question on Startlink density Jim Forster
2023-11-15 6:55 ` Inemesit Affia
2023-11-15 6:56 ` Inemesit Affia
2023-11-15 7:01 ` Jim Forster
2023-11-15 7:04 ` David Lang
2023-11-15 7:07 ` J Pan
2023-11-15 8:05 ` Jim Forster
2023-11-15 14:38 ` J Pan
2023-11-15 7:03 ` David Lang
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.bufferbloat.net/postorius/lists/starlink.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAHn=e4hNgQ2jLJ=DnwQ1etm4sp4JYf6UumYhq6v9A1Sj1UZunQ@mail.gmail.com' \
--to=pan@uvic.ca \
--cc=starlink@lists.bufferbloat.net \
/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