Skip to content

Commit 35d74a5

Browse files
author
Rick Dicaire
committed
added new IPs
1 parent 76ab741 commit 35d74a5

1 file changed

Lines changed: 21 additions & 18 deletions

File tree

_posts/2026-01-22-Mitigate-Correlation.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,41 +42,44 @@ Using IPs captured by a Server, one can correlate **when an IP address stops pin
4242

4343
### Listeners
4444

45-
There are currently seven known Servers on public Jamulus space, one in each genre. They are hosted on [DigitalOcean](https://digitalocean.com) instances. They are named ***Duet***, and have a userlimit set at two. They all share the same IP and each sit on different ports.
45+
There are currently fourteen known Servers on public Jamulus space, two in each genre. They are hosted on [DigitalOcean](https://digitalocean.com) and [Oracle Cloud](https://oracle.com) instances. They are named ***Duet*** and ***Jamulus on 22x24***, and have a userlimit set at two. They all share the same IP and each sit on different ports.
4646
These Servers are “listening” for pings from clients, and packet capturing them to get the IP addresses of user clients.
4747

4848
```
49-
Genre Name IP:port
50-
51-
Any Genre1 Duet 24.199.107.192:22121
52-
Any Genre2 Duet 24.199.107.192:22122
53-
Any Genre3 Duet 24.199.107.192:22123
54-
Rock Duet 24.199.107.192:22124
55-
Jazz Duet 24.199.107.192:22125
56-
Classical/Folk Duet 24.199.107.192:22126
57-
Choral/Barbershop Duet 24.199.107.192:22127
49+
Genre Name IP:port
50+
51+
Any Genre1 Duet 24.199.107.192:22121
52+
Jamulus on 22124 89.168.107.178:22155
53+
Any Genre2 Duet 24.199.107.192:22122
54+
Jamulus on 22224 89.168.107.178:22156
55+
Any Genre3 Duet 24.199.107.192:22123
56+
Jamulus on 22624 89.168.107.178:22157
57+
Rock Duet 24.199.107.192:22124
58+
Jamulus on 22424 89.168.107.178:22158
59+
Jazz Duet 24.199.107.192:22125
60+
Jamulus on 22324 89.168.107.178:22159
61+
Classical/Folk Duet 24.199.107.192:22126
62+
Jamulus on 22524 89.168.107.178:22160
63+
Choral/Barbershop Duet 24.199.107.192:22127
64+
Jamulus on 22724 89.168.107.178:22161
5865
```
5966

6067
### User Data
6168

62-
There is an explorer instance collecting lists of Servers and users running from **`137.184.43.255`**. It is hosted on a [DigitalOcean](https://digitalocean.com) instance.
69+
There are explorer instances collecting lists of Servers and users running from **`137.184.43.255`** and **`89.168.107.178`**. They are hosted on [DigitalOcean](https://digitalocean.com) and [Oracle Cloud](https://oracle.com) instances.
6370
IP addresses of users collected from the listeners are being correlated with join events derived from the explorer instance to produce IP<‐>username mappings. IP addresses are processed to provide geolocation data of users. This geolocation data is being collected **and** displayed without express permission of users, and with no means to opt in or out.
6471

6572
## Mitigations
6673

6774
### Clients
6875

69-
When you open the Connect dialog window your client starts sending pings to every Server in the list. **`24.199.107.192`** is the IP address of one of those Servers. A Server using **`24.199.107.192`** exists on each genre, their names are ***Duet***.
76+
When you open the Connect dialog window your client starts sending pings to every Server in the list. **`24.199.107.192`** and **`89.168.107.178`** are one the IP addresses of one of those Servers. A Server using **`24.199.107.192`** and **`89.168.107.178`** exists on each genre, their names are ***Duet*** and ***Jamulus on 22x24***.
7077

71-
Blocking outgoing **UDP** traffic on your DAW or router to **`24.199.107.192`** will prevent the listeners from collecting your IP address and breaks correlation. This will help prevent you from being tracked.
78+
Blocking outgoing **UDP** traffic on your DAW or router to **`24.199.107.192`** and **`89.168.107.178`** will prevent the listeners from collecting your IP address and breaks correlation. This will help prevent you from being tracked.
7279

7380
### Server Admins
7481

7582
Server admins can decide to prevent user tracking by blocking the explorer probe.
7683
If you run a Server on the Jamulus public network, it is currently being indexed by the explorer instance on **`137.184.43.255`**
7784

78-
Blocking incoming **UDP** traffic from **`137.184.43.255`** will prevent the explorer from indexing your Server and breaks correlation. This will disable user tracking on your Server from the blocked Server.
79-
80-
---
81-
82-
Updated information can be found here: [https://jamulusjams.com/block-user-tracking.html](https://jamulusjams.com/block-user-tracking.html)
85+
Blocking incoming **UDP** traffic from **`137.184.43.255`** and **`89.168.107.178`** will prevent the explorer from indexing your Server and breaks correlation. This will disable user tracking on your Server from the blocked Server.

0 commit comments

Comments
 (0)