hi, i have updated the kerlink iFemtoCell to firmware 4.3.3_20200803132042, setup an openvpn tunnel (up and running, chirpstack is reachable), install the bridge (https://www.chirpstack.io/gateway-bridge/gateway/kerlink/#kerlink-ifemtocell) and define all configs. at the end, chirpstack never seen the gateway ?! so i’m not realy sure to define or get the right gateway_id?
cat /tmp/board_info.json
call me in “EUI64”, is this the gateway_id by default? in /etc/lorafwd.toml
can i define an [ gateway ] -> id
so i have define an value like this: 0x6a6690518b8c3125
… but all of this isnt helped, chirpstack show me all the time “gateways never seen”… firewall is also set by this rule:
# cat /etc/firewall.d/11_chirpstack.rules
*filter
# ChirpStack ports
-A INPUT -p tcp -m tcp --sport 1883 -j ACCEPT
-A OUTPUT -p tcp -m tcp --dport 1883 -j ACCEPT
COMMIT
logfiles on iFemtoCell and chirpstack dont show anything what helping me, so no errors… maybe someone can debug this with me?
regards,
volker…