Hey @alpharabbit ,
What you’re seeing is a common observation when running multiple nodes behind one IP. It’s unlikely that the alphabetical order of the node ID plays a role—traffic differences usually happen due to:
- Node Age/Vetting: Older or fully vetted nodes get more traffic. If one node is further along in the vetting process, it will naturally receive more ingress.
- Random Selection: Storj uses a random but weighted selection process, which can lead to traffic variation even among identical nodes.
- Shared IP Behavior: All nodes behind the same IP are treated as part of one “bucket,” so traffic isn’t perfectly split.
This variation is normal and tends to balance out over time. You might find this related post helpful: 4 nodes on one server, but one node is getting 50% of the data the other nodes are getting.
Make sure all nodes are healthy (check logs for missed uploads) and keep monitoring their performance. Over weeks or months, things should even out more.
Hope this helps!