My nodes have traffic from Gateway-MT too, but also have traffic from the native Storj clients too:
$ netstat | grep -c "unn"
211
$ netstat | grep -cvE "unn|unix"
48
I do not know, why your nodes selected less often.
The VPN is ok, if you behind a CGNAT, but it’s not ok, if you use it to bypass /24 filter. The “choice of n” rule selects multi-VPN nodes rarely than usual nodes with direct IP. However, it is a side effect, the goal is to speedup uploads for the customers even more. It allows to select nodes with best success rate for that customer from otherwise equal nodes.
However, for the GatewayMT instance this is mean that it would select closest nodes to the GatewayMT instance’s location. But it shouldn’t make a significant difference, since GatewayMT is a distributed service too, so the customer will use the closest instance to their location too, this instance would select nodes closest to its location and thus - to the customer.
So, seems just not a lot of customers around your location uses Storj.
на русском
У моих узлов есть трафик от Gateway-MT, но также есть трафик от нативных клиентов Storj
$ netstat | grep -c "unn"
211
$ netstat | grep -cvE "unn|unix"
48
Я не знаю, почему ваши узлы выбираются реже.
VPN можно использовать, если вы за CGNAT, но считается нарушением, если вы используете его для обхода фильтра /24. Правило “выбора n” выбирает узлы multi-VPN реже, чем обычные узлы с прямым IP. Однако это побочный эффект, а изначальная цель — еще больше ускорить загрузку от клиентов. Это позволяет выбирать узлы с лучшим показателем успешности для этого клиента из других равных узлов.
Однако для экземпляра GatewayMT это означает, что он выберет ближайшие узлы к местоположению экземпляра GatewayMT. Но это не должно иметь существенного значения, поскольку GatewayMT также является распределенной службой, поэтому клиент также будет использовать ближайший к своему местоположению экземпляр, а этот экземпляр выберет узлы, ближайшие к своему местоположению и, таким образом, к клиенту.
Так что, похоже, не так много клиентов в вашем местоположении используют Storj.