Hi!
I have a couple of iFemtoCell gateways. I’ve set them up as described here with the
node = "router.eu.thethings.network"
service.uplink = 1700
service.downlink = 1700
This works well - the iFemtoCells are connecting and visible in the TTN console.
Now I’m setting up an iFemtoCell Evolution (with build in 4G backhaul). This uses a new version of the packet forwarder, however the setup seems to be the same. I’ve put in the same values in the lorafwd.toml and registered the gateway in the console. However it keeps ‘not connected’ status… When running:
monit status
I get the following:
Monit 5.20.0 uptime: 16h 54m
Process ‘watchdog’
status Running
monitoring status Monitored
monitoring mode active
on reboot start
pid 887
parent pid 1
uid 0
effective uid 0
gid 0
uptime 16h 54m
threads 1
children 0
cpu 0.0%
cpu total 0.0%
memory 0.0% [60 kB]
memory total 0.0% [60 kB]
data collected Fri, 14 Feb 2020 09:00:53
Process ‘timem’
status Running
monitoring status Waiting
monitoring mode active
on reboot start
pid 835
parent pid 1
uid 0
effective uid 0
gid 0
uptime 16h 53m
threads 2
children 0
cpu 0.0%
cpu total 0.0%
memory 5.6% [12.4 MB]
memory total 5.6% [12.4 MB]
data collected Fri, 14 Feb 2020 09:00:23
Process ‘sysma’
status Running
monitoring status Waiting
monitoring mode active
on reboot start
pid 821
parent pid 1
uid 0
effective uid 0
gid 0
uptime 16h 53m
threads 2
children 0
cpu 0.0%
cpu total 0.0%
memory 5.6% [12.3 MB]
memory total 5.6% [12.3 MB]
data collected Fri, 14 Feb 2020 09:00:23
Process ‘statm’
status Running
monitoring status Waiting
monitoring mode active
on reboot start
pid 800
parent pid 1
uid 0
effective uid 0
gid 0
uptime 16h 53m
threads 2
children 0
cpu 0.0%
cpu total 0.0%
memory 6.0% [13.2 MB]
memory total 6.0% [13.2 MB]
data collected Fri, 14 Feb 2020 09:00:23
Process ‘smsma’
status Running
monitoring status Waiting
monitoring mode active
on reboot start
pid 853
parent pid 1
uid 0
effective uid 0
gid 0
uptime 16h 53m
threads 2
children 0
cpu 0.0%
cpu total 0.0%
memory 5.4% [12.0 MB]
memory total 5.4% [12.0 MB]
data collected Fri, 14 Feb 2020 09:00:23
Process ‘lorafwd’
status Running
monitoring status Monitored
monitoring mode active
on reboot nostart
pid 925
parent pid 1
uid 0
effective uid 0
gid 0
uptime 16h 54m
threads 10
children 0
cpu 0.1%
cpu total 0.1%
memory 2.3% [5.1 MB]
memory total 2.3% [5.1 MB]
data collected Fri, 14 Feb 2020 09:00:53
Process ‘lorad’
status Running
monitoring status Monitored
monitoring mode active
on reboot nostart
pid 904
parent pid 1
uid 0
effective uid 0
gid 0
uptime 16h 54m
threads 9
children 0
cpu 4.4%
cpu total 4.4%
memory 1.4% [3.1 MB]
memory total 1.4% [3.1 MB]
data collected Fri, 14 Feb 2020 09:00:53
System ‘klk-fevo-030006’
status Running
monitoring status Monitored
monitoring mode active
on reboot start
load average [0.02] [0.07] [0.02]
cpu 0.2%us 4.4%sy 0.0%wa
memory usage 65.1 MB [29.6%]
swap usage 0 B [0.0%]
uptime 16h 54m
boot time Thu, 13 Feb 2020 16:06:05
data collected Fri, 14 Feb 2020 09:00:53
Can anyone help figuring out how to get the gateway to connect?
Thank you!
Mathies