Local netId 00/01 and TTN connection at the same time possible?

@Jeff-UK I also commented on that thread:

The configuration of eu1.cloud.thethings.network looks like this:

# ...
gs:
  forward:
    cluster: [ "00000000/0" ]
    packetbroker: [ "00000000/0" ]
# ...
ns:
  net-id: "000013"
  dev-addr-prefixes: [ "260B0000/16" ]
# ...

This means that while the eu1 Network Server will only issue DevAddrs from block 260B0000/16, the eu1 Gateway Server will forward all traffic to the eu1 Network Server, which will try to match that to any devices registered in the eu1 cluster.

4 Likes